File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 50
50
level
51
51
ingress
52
52
}
53
- ... on WorkloadStatusNewInstancesFailing {
54
- failingInstances
55
- level
56
- }
57
53
... on WorkloadStatusNoRunningInstances {
58
54
level
59
55
}
121
117
Application <strong >{app }</strong > failed to synchronize properly.
122
118
<br />{$data .detail }
123
119
</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 >
134
120
{:else if type === ' WorkloadStatusMissingSBOM' }
135
121
<Alert variant ={variant ($data .level )}>
136
122
<h4 >Missing SBOM</h4 >
You can’t perform that action at this time.
0 commit comments