File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 108108 if ($data[$key]['STATE'] == 'running') {
109109 $status = 'active';
110110 $action = 'stop';
111- $spnd_icon = 'fa-pause ';
111+ $spnd_icon = 'fa-stop ';
112112 } else {
113113 $status = 'suspended';
114114 $action = 'start';
125125 < div class ="clearfix l-unit__stat-col--left super-compact ">
126126 < input id ="check<?php echo $i ?> " class ="ch-toggle " type ="checkbox " name ="service[] " value ="<?php echo $key ?> ">
127127 </ div >
128- < div class ="clearfix l-unit__stat-col--left wide-2 "> < b > < a href ="/edit/server/<? echo $key ?>/ " title ="<?=_('edit')?> "> < ?=$key?> </ a > </ b > </ div >
128+ < div class ="clearfix l-unit__stat-col--left wide-2 "> < b > < a href ="/edit/server/<? echo $key ?>/ " title ="<?=_('edit')?>: <?=$key?> "> < ?=$key?> </ a > </ b > </ div >
129129 < div class ="clearfix l-unit__stat-col--left text-center compact-2 ">
130130 < div class ="actions-panel clearfix ">
131131 < div class ="actions-panel__col actions-panel__edit shortcut-enter " key-action ="href ">
You can’t perform that action at this time.
0 commit comments