Skip to content

Commit 0043e71

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix-ui'
2 parents 6a7f866 + 341dca9 commit 0043e71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install/deb/themes/dark.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,11 @@ form#vstobjects .alert {
12891289
padding: 4px;
12901290
}
12911291

1292+
.l-stat__col--active .fas {
1293+
color: #aaaaaa;
1294+
padding: 4px;
1295+
}
1296+
12921297
.l-separator.selected,
12931298
.l-separator {
12941299
height: 1px;

web/templates/admin/list_packages.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@
7676
<div class="clearfix l-unit__stat-col--left super-compact">
7777
<input id="check<?=$i?>" class="ch-toggle" type="checkbox" name="user[]" value="<?=$key?>">
7878
</div>
79-
<div class="clearfix l-unit__stat-col--left wide-2"><b><a href="/edit/package/?package=<?=$key?>&token=<?=$_SESSION['token']?>"><?=$key?></b></a>
80-
<?php if ((isset($_SESSION['DNS_SYSTEM'])) && (!empty($_SESSION['DNS_SYSTEM']))) {?>
81-
<br />
82-
<span style="font-size: 0.8rem;"><?=str_replace(',', '<br>',$data[$key]['NS'])?></span>
83-
<?php }?>
84-
</div>
79+
<div class="clearfix l-unit__stat-col--left wide-2"><b><a href="/edit/package/?package=<?=$key?>&token=<?=$_SESSION['token']?>"><?=$key?></b></a></div>
8580
<!-- START QUICK ACTION TOOLBAR AREA -->
8681
<div class="clearfix l-unit__stat-col--left text-right compact-3">
8782
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">

0 commit comments

Comments
 (0)