monitoring/CSS: Remove deprecated table class action in the event history overview
refs #5543
This commit is contained in:
parent
b8234e8021
commit
9385196d39
|
@ -21,7 +21,7 @@ if (! $this->compact): ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<table data-base-target="_next" class="action action-table">
|
<table data-base-target="_next" class="action-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($history->peekAhead() as $event):
|
<?php foreach ($history->peekAhead() as $event):
|
||||||
$icon = 'help';
|
$icon = 'help';
|
||||||
|
|
Loading…
Reference in New Issue