mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Use CSS class action-table instead of action in the list/services view script
refs #5543
This commit is contained in:
parent
6a5cefdc92
commit
485a19ec9f
@ -21,7 +21,7 @@ if (! $this->compact): ?>
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<table data-base-target="_next"
|
<table data-base-target="_next"
|
||||||
class="action multiselect<?php if ($this->compact): ?> compact<?php endif ?>"
|
class="action-table multiselect<?php if ($this->compact): ?> compact<?php endif ?>"
|
||||||
data-icinga-multiselect-url="<?= $this->href('monitoring/services/show') ?>"
|
data-icinga-multiselect-url="<?= $this->href('monitoring/services/show') ?>"
|
||||||
data-icinga-multiselect-controllers="<?= $this->href('monitoring/services') ?>"
|
data-icinga-multiselect-controllers="<?= $this->href('monitoring/services') ?>"
|
||||||
data-icinga-multiselect-data="service,host">
|
data-icinga-multiselect-data="service,host">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user