We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b603425 commit 17eb9b2Copy full SHA for 17eb9b2
1 file changed
web/templates/admin/list_services.html
@@ -7,7 +7,9 @@
7
<?php if ((isset($_SESSION['FIREWALL_SYSTEM'])) && (!empty($_SESSION['FIREWALL_SYSTEM']))) {?>
8
<a href="/list/firewall/" class="ui-button cancel" dir="ltr"><i class="fas fa-shield-alt status-icon red"></i><?=_('Firewall')?></a>
9
<?php }?>
10
+ <!-- Disable Updates Button
11
<a href="/list/updates/" class="ui-button cancel" dir="ltr"><i class="fas fa-sync status-icon green"></i><?=_('Updates')?></a>
12
+ -->
13
<a href="/list/log/?user=admin&token=<?=$_SESSION['token']?>" class="ui-button cancel" dir="ltr"><i class="fas fa-book-reader status-icon lightblue"></i><?=_('Logs')?></a>
14
<div class="actions-panel display-inline-block" key-action="js">
15
<a class="data-controls do_servicerestart ui-button danger cancel">
0 commit comments