File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 283
283
(<a href =" {{ container.GetDocumentation () }}" >docs</a >)
284
284
{% endif %}
285
285
{% if container.GetUiSecret () != ' ' %}
286
- (password: {{ GetUiSecret .GetUiSecret () }} )
286
+ (password: {{ container .GetUiSecret () }} )
287
287
{% endif %}
288
288
</span >
289
289
{% elseif container.GetRunningState ().value == ' running' %}
293
293
(<a href =" {{ container.GetDocumentation () }}" >docs</a >)
294
294
{% endif %}
295
295
{% if container.GetUiSecret () != ' ' %}
296
- (password: {{ GetUiSecret .GetUiSecret () }} )
296
+ (password: {{ container .GetUiSecret () }} )
297
297
{% endif %}
298
298
</span >
299
299
{% else %}
303
303
(<a href =" {{ container.GetDocumentation () }}" >docs</a >)
304
304
{% endif %}
305
305
{% if container.GetUiSecret () != ' ' %}
306
- (password: {{ GetUiSecret .GetUiSecret () }} )
306
+ (password: {{ container .GetUiSecret () }} )
307
307
{% endif %}
308
308
</span >
309
309
{% endif %}
You can’t perform that action at this time.
0 commit comments