Add alternating table layout to module views
This commit is contained in:
parent
f5e30a84f1
commit
d3dd88a925
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
<?php endif ?>
|
||||
<div class="content">
|
||||
<table class="action" data-base-target="_next">
|
||||
<table class="action alternating" data-base-target="_next">
|
||||
<tbody>
|
||||
<?php foreach ($modules as $module): ?>
|
||||
<tr>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
|
||||
</a>
|
||||
</p>
|
||||
<table class="action">
|
||||
<table class="action alternating">
|
||||
<thead>
|
||||
<th><?= $this->translate('Monitoring Backend'); ?></th>
|
||||
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Instance'); ?>
|
||||
</a>
|
||||
</p>
|
||||
<table class="action">
|
||||
<table class="action alternating">
|
||||
<thead>
|
||||
<th><?= $this->translate('Instance'); ?></th>
|
||||
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
||||
|
|
Loading…
Reference in New Issue