event-history.phtml: Remove duplicate `class` attribute (#3753)

This commit is contained in:
Johannes Meyer 2019-04-24 09:38:56 +02:00 committed by GitHub
parent 1c0a70d152
commit bd2cd0dda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ if (! $this->compact): ?>
'compact' => $this->compact,
'history' => $history,
'isOverview' => true,
'tableCssClass' => 'table-row-selectable',
'translationDomain' => $this->translationDomain
)
) ?>

View File

@ -39,7 +39,7 @@ $lastDate = null;
$flappingMsg = $this->translate('Flapping with a %.2f%% state change rate');
$rowAction = Url::fromPath('monitoring/event/show');
?>
<table class="table-row-selectable state-table" data-base-target="_next"<?php if (isset($tableCssClass)): ?> class="<?=$tableCssClass ?>"<?php endif ?>>
<table class="table-row-selectable state-table" data-base-target="_next">
<tbody>
<?php foreach ($history->peekAhead() as $event):
$icon = '';