Explorar o código

Correct icon for start/stop services

Kristan Kenney %!s(int64=5) %!d(string=hai) anos
pai
achega
c7bf2953ba
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      web/templates/admin/list_services.html

+ 2 - 2
web/templates/admin/list_services.html

@@ -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">