|
|
@@ -108,7 +108,7 @@
|
|
|
if ($data[$key]['STATE'] == 'running') {
|
|
|
$status = 'active';
|
|
|
$action = 'stop';
|
|
|
- $spnd_icon = 'fa-pause';
|
|
|
+ $spnd_icon = 'fa-stop';
|
|
|
} else {
|
|
|
$status = 'suspended';
|
|
|
$action = 'start';
|
|
|
@@ -125,7 +125,7 @@
|
|
|
<div class="clearfix l-unit__stat-col--left super-compact">
|
|
|
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="service[]" value="<?php echo $key ?>">
|
|
|
</div>
|
|
|
- <div class="clearfix l-unit__stat-col--left wide-2"><b><a href="/edit/server/<? echo $key ?>/" title="<?=_('edit')?>"><?=$key?></a></b></div>
|
|
|
+ <div class="clearfix l-unit__stat-col--left wide-2"><b><a href="/edit/server/<? echo $key ?>/" title="<?=_('edit')?>: <?=$key?>"><?=$key?></a></b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center compact-2">
|
|
|
<div class="actions-panel clearfix">
|
|
|
<div class="actions-panel__col actions-panel__edit shortcut-enter" key-action="href">
|