File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{# @var c \App\Containers\Container #}
2
2
<li >
3
3
<span >
4
- {% if c.GetRunningState ().value == ' running' %}
5
- <span class =" status success" ></span >
6
- {{ c.GetDisplayName () }}
7
- (<a href =" /api/docker/logs?id={{ c.GetIdentifier () }}" target =" _blank" >Running</a >)
8
- {% elseif c.GetStartingState ().value == ' starting' %}
4
+ {% if c.GetStartingState ().value == ' starting' %}
9
5
<span class =" status running" ></span >
10
6
{{ c.GetDisplayName () }}
11
7
(<a href =" /api/docker/logs?id={{ c.GetIdentifier () }}" target =" _blank" >Starting</a >)
8
+ {% elseif c.GetRunningState ().value == ' running' %}
9
+ <span class =" status success" ></span >
10
+ {{ c.GetDisplayName () }}
11
+ (<a href =" /api/docker/logs?id={{ c.GetIdentifier () }}" target =" _blank" >Running</a >)
12
12
{% else %}
13
13
<span class =" status error" ></span >
14
14
{{ c.GetDisplayName () }}
You can’t perform that action at this time.
0 commit comments