File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{# @var c \App\Containers\Container #}
22<li >
33 <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' %}
95 <span class =" status running" ></span >
106 {{ c.GetDisplayName () }}
117 (<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 >)
1212 {% else %}
1313 <span class =" status error" ></span >
1414 {{ c.GetDisplayName () }}
You can’t perform that action at this time.
0 commit comments