monitoring/CSS: Use action-table instead of action in the list/hosts view script
refs #5543
This commit is contained in:
parent
4a0e3c8341
commit
538c1bb42b
|
@ -20,7 +20,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"
|
class="action-table multiselect"
|
||||||
data-icinga-multiselect-url="<?= $this->href('monitoring/hosts/show') ?>"
|
data-icinga-multiselect-url="<?= $this->href('monitoring/hosts/show') ?>"
|
||||||
data-icinga-multiselect-controllers="<?= $this->href("monitoring/hosts") ?>"
|
data-icinga-multiselect-controllers="<?= $this->href("monitoring/hosts") ?>"
|
||||||
data-icinga-multiselect-data="host">
|
data-icinga-multiselect-data="host">
|
||||||
|
|
Loading…
Reference in New Issue