monitoring/CSS: Remove deprecated table class action in the event history overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 09:33:23 +01:00
parent b8234e8021
commit 9385196d39
1 changed files with 1 additions and 1 deletions

View File

@ -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';