Skip to content

Commit 567597d

Browse files
authored
Remove status that's never received (#137)
This status did exist a short while, but was removed. This will soon be removed from the graph as well.
1 parent 01c351c commit 567597d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/lib/AppErrorTypeToMessage.svelte

-14
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
level
5151
ingress
5252
}
53-
... on WorkloadStatusNewInstancesFailing {
54-
failingInstances
55-
level
56-
}
5753
... on WorkloadStatusNoRunningInstances {
5854
level
5955
}
@@ -121,16 +117,6 @@
121117
Application <strong>{app}</strong> failed to synchronize properly.
122118
<br />{$data.detail}
123119
</Alert>
124-
{:else if type === 'WorkloadStatusNewInstancesFailing'}
125-
<Alert variant={variant($data.level)}>
126-
{#if app}
127-
New instances of <strong>{app}</strong> in <strong>{env}</strong> are failing. Check logs
128-
for one or more of the instances:
129-
{#each $data.failingInstances as instance (instance)}
130-
<br /><a href="/team/{team}/{env}/app/{app}/logs?name={instance}">{instance}</a>
131-
{/each}
132-
{/if}
133-
</Alert>
134120
{:else if type === 'WorkloadStatusMissingSBOM'}
135121
<Alert variant={variant($data.level)}>
136122
<h4>Missing SBOM</h4>

0 commit comments

Comments
 (0)