monitoring: Use common-table for the downtime overview too
This commit is contained in:
parent
ea03f4033b
commit
d5affb1e24
|
@ -16,7 +16,7 @@ if (! $this->compact): ?>
|
|||
<?php endif ?>
|
||||
<div class="content">
|
||||
<table data-base-target="_next"
|
||||
class="table-row-selectable state-table multiselect"
|
||||
class="table-row-selectable state-table multiselect common-table"
|
||||
data-icinga-multiselect-url="<?= $this->href('monitoring/downtimes/show'); ?>"
|
||||
data-icinga-multiselect-controllers="<?= $this->href("monitoring/downtimes") ?>"
|
||||
data-icinga-multiselect-data="downtime_id">
|
||||
|
|
Loading…
Reference in New Issue