Skip to content

Commit 8ff9d26

Browse files
committed
remove unused AppStatus and JobStatus fragments and their corresponding components
1 parent aa1593e commit 8ff9d26

File tree

4 files changed

+0
-163
lines changed

4 files changed

+0
-163
lines changed

src/routes/team/[team]/[env]/app/[app]/+page.gql

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ query App($app: String!, $team: Slug!, $env: String!) {
6161
}
6262

6363
...AppInstances
64-
...AppStatus
6564
...AppUtilization
6665
...Persistence
6766
...WorkloadDeploy

src/routes/team/[team]/[env]/app/[app]/Status.svelte

-79
This file was deleted.

src/routes/team/[team]/[env]/job/[job]/+page.gql

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ query Job($job: String!, $team: Slug!, $env: String!) @cache(policy: NetworkOnly
4848
}
4949

5050
...JobRuns
51-
...JobStatus
5251
...Persistence
5352
...WorkloadDeploy
5453
...WorkloadImage

src/routes/team/[team]/[env]/job/[job]/Status.svelte

-82
This file was deleted.

0 commit comments

Comments
 (0)