Skip to content

Commit

Permalink
feat: fetch full conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Feb 11, 2025
1 parent f43114c commit 203b642
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/webapp/graphql/queries/compute-platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export const GET_SOURCES = gql`
}
conditions {
status
type
reason
message
lastTransitionTime
}
Expand Down Expand Up @@ -94,9 +96,11 @@ export const GET_DESTINATIONS = gql`
}
}
conditions {
type
status
type
reason
message
lastTransitionTime
}
}
}
Expand Down

0 comments on commit 203b642

Please sign in to comment.