Skip to content

Commit c7bf295

Browse files
author
Kristan Kenney
committed
Correct icon for start/stop services
1 parent 47f3ca3 commit c7bf295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/admin/list_services.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
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';
@@ -125,7 +125,7 @@
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">

0 commit comments

Comments
 (0)