Skip to content

Commit 44a692d

Browse files
committed
Re add update button
Remove sort and limit size “task” drop down To prevent overflow GUI for certain languags
1 parent 43168e0 commit 44a692d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

web/templates/pages/list_services.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<?php if ((isset($_SESSION['FIREWALL_SYSTEM'])) && (!empty($_SESSION['FIREWALL_SYSTEM']))) {?>
99
<a href="/list/firewall/" class="ui-button cancel" dir="ltr"><i class="fas fa-shield-alt status-icon red"></i><?=_('Firewall');?></a>
1010
<?php }?>
11+
<a href="/list/updates/" class="ui-button cancel" dir="ltr"><i class="fas fa-sync status-icon green"></i><?=_('Updates');?></a>
1112
<a href="/list/log/?user=system&token=<?=$_SESSION['token']?>" class="ui-button cancel" dir="ltr"><i class="fas fa-history status-icon lightblue"></i><?=_('Logs');?></a>
1213
<div class="actions-panel display-inline-block" key-action="js">
1314
<a class="data-controls do_servicerestart ui-button danger cancel">
@@ -19,21 +20,13 @@
1920
</a>
2021
</div>
2122
</div>
22-
<ul class="context-menu sort-order animated fadeIn" style="display:none;">
23-
<li entity="sort-cpu" sort_as_int="1"><span class="name"><?=_('CPU');?> <i class="fas fa-sort-alpha-down"></i></span><span class="up"><i class="fas fa-sort-alpha-up"></i></span></li>
24-
<li entity="sort-memory" sort_as_int="1"><span class="name"><?=_('Memory');?> <i class="fas fa-sort-alpha-down"></i></span><span class="up"><i class="fas fa-sort-alpha-up"></i></span></li>
25-
<li entity="sort-name"><span class="name active"><?=_('Name');?> <i class="fas fa-sort-alpha-down"></i></span><span class="up"><i class="fas fa-sort-alpha-up"></i></span></li>
26-
</ul>
2723
<div class="l-sort-toolbar clearfix">
2824
<table>
2925
<tr>
30-
<td class="sort-by" title="<?=_('Sort items');?>">
31-
<?=_('sort by');?>: <span><b><?=_('Name');?> <i class="fas fa-sort-alpha-down"></i></b></span>
32-
</td>
3326
<td>
3427
<form action="/bulk/service/" method="post" id="objects">
3528
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
36-
<div class="l-select">
29+
<div class="l-select" style="width:160px !important;">
3730
<select class="" name="action">
3831
<option value=""><?=_('apply to selected');?></option>
3932
<option value="stop"><?=_('stop');?></option>

0 commit comments

Comments
 (0)