Skip to content

Commit

Permalink
improv. remove bg-light on admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo committed Aug 28, 2021
1 parent 9b553bd commit 8bcbc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Admin/admin_index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<h3 class="card-title"><?= $Lang->get('SERVER__TITLE') ?> - <?= $value['Server']['name'] ?></h3>
</div>

<div class="card card-body bg-light">
<div class="card card-body">
<?php if ($Server->online($value['Server']['id'])) { ?>
<?php if ($value['Server']['type'] != 1 && $value['Server']['type'] != 3 && $Permissions->can('SEND_SERVER_COMMAND_FROM_DASHBOARD')) { ?>
<div class="row-fluid text-center">
Expand Down

0 comments on commit 8bcbc18

Please sign in to comment.