From bd2cd0dda58b1bb11843f95c82273f096b107705 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 24 Apr 2019 09:38:56 +0200 Subject: [PATCH] event-history.phtml: Remove duplicate `class` attribute (#3753) --- .../application/views/scripts/list/eventhistory.phtml | 1 - .../application/views/scripts/partials/event-history.phtml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index a14e8eb56..0573e8a7c 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -16,7 +16,6 @@ if (! $this->compact): ?> 'compact' => $this->compact, 'history' => $history, 'isOverview' => true, - 'tableCssClass' => 'table-row-selectable', 'translationDomain' => $this->translationDomain ) ) ?> diff --git a/modules/monitoring/application/views/scripts/partials/event-history.phtml b/modules/monitoring/application/views/scripts/partials/event-history.phtml index 7e7e1a574..b8f6573b6 100644 --- a/modules/monitoring/application/views/scripts/partials/event-history.phtml +++ b/modules/monitoring/application/views/scripts/partials/event-history.phtml @@ -39,7 +39,7 @@ $lastDate = null; $flappingMsg = $this->translate('Flapping with a %.2f%% state change rate'); $rowAction = Url::fromPath('monitoring/event/show'); ?> - class=""> +
peekAhead() as $event): $icon = '';