Skip to content

Commit

Permalink
monitoring: Don't use hard-coded style in the list/services view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 5959991 commit 6a5cefd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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">
Expand Down

0 comments on commit 6a5cefd

Please sign in to comment.