mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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>
|
||||
<?php endif ?>
|
||||
<div class="content">
|
||||
<table data-base-target="_next" class="action action-table">
|
||||
<table data-base-target="_next" class="action-table">
|
||||
<tbody>
|
||||
<?php foreach ($history->peekAhead() as $event):
|
||||
$icon = 'help';
|
||||
|
Loading…
x
Reference in New Issue
Block a user