File tree 2 files changed +16
-2
lines changed
routes/team/[team]/[env]/app/[app]
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 71
71
{:else if $data .__typename === ' DeprecatedRegistryError' }
72
72
<div class =" wrapper" >
73
73
<Alert variant =" info" >
74
- Deprecated image registry <strong >{$data .registry }</strong > for image
74
+ <h4 >Todo</h4 >
75
+ Deprecated image registry
76
+ <strong >{$data .registry }</strong > for image
75
77
<strong >{$data .name }</strong >. See
76
78
<a href =" https://doc.nais.io/guides/oci-migration/" >docker-build-push</a > on how to migrate to
77
79
Google Artifact Registry.
86
88
{:else if $data .__typename === ' DeprecatedIngressError' }
87
89
<div class =" wrapper" >
88
90
<Alert variant =" info" >
89
- Deprecated ingress <strong >{$data .ingress }</strong >. See
91
+ <h4 >Todo</h4 >
92
+ Deprecated ingress<strong >{$data .ingress }</strong >. See
90
93
{#if env === ' dev-gcp' }
91
94
<a href =" https://doc.nais.io/reference/environments/?h=#dev-gcp" >
92
95
ingress documentation</a
227
230
.wrapper {
228
231
padding-bottom : 1rem ;
229
232
}
233
+ .wrapper h4 {
234
+ margin-bottom : 0.5rem ;
235
+ }
230
236
</style >
Original file line number Diff line number Diff line change 20
20
state @loading
21
21
errors {
22
22
__typename
23
+ level
23
24
}
24
25
}
25
26
}
41
42
aria-label =" Application is nais"
42
43
role =" image"
43
44
/>
45
+ {#if $data .appState ?.errors .length > 0 }
46
+ <p >
47
+ <a href ="/team/ {teamName }/ {envName }/app/ {appName }/status"
48
+ >{$data .appState .errors .length } todo{$data .appState .errors .length > 1 ? ' s' : ' ' }</a
49
+ >
50
+ </p >
51
+ {/if }
44
52
</div >
45
53
{:else if $data .appState .state === ' FAILING' }
46
54
<h4 >Status <ExclamationmarkTriangleFillIcon style =" color: var(--a-icon-danger)" /></h4 >
You can’t perform that action at this time.
0 commit comments