monitoring: Don't use hard-coded style in the list/services view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 14:03:08 +02:00
parent 59599916b0
commit 6a5cefdc92
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if (! $this->compact): ?>
<?php endif ?>
<div class="content">
<table data-base-target="_next"
class="action multiselect<?php if ($this->compact): ?> compact<?php endif ?>" style="table-layout: auto;"
class="action multiselect<?php if ($this->compact): ?> compact<?php endif ?>"
data-icinga-multiselect-url="<?= $this->href('monitoring/services/show') ?>"
data-icinga-multiselect-controllers="<?= $this->href('monitoring/services') ?>"
data-icinga-multiselect-data="service,host">