fix graphql query (#84)

This commit is contained in:
Fine0830 2022-05-11 20:02:45 +08:00 committed by GitHub
parent ca14a7d2c2
commit 0e0f2704b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ export const queryEBPFTasks = {
}`,
};
export const queryEBPFSchedules = {
variable: "$taskId: ID!, $duration: Duration!",
variable: "$taskId: ID!",
query: `
eBPFSchedules: queryEBPFProfilingSchedules(taskId: $taskId, duration: $duration) {
eBPFSchedules: queryEBPFProfilingSchedules(taskId: $taskId) {
scheduleId
taskId
process {

View File

@ -134,7 +134,7 @@ const msg = {
taskId: "Task ID",
triggerType: "Trigger Type",
targetType: "Target Type",
ebpfTip: "Don't have process could profiling",
ebpfTip: "Don't have a process for profiling",
processSelect: "Click to select processes",
hourTip: "Select Hour",
minuteTip: "Select Minute",