mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
bc91c38a85
commit
15ac59268c
@ -93,7 +93,7 @@
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -146,7 +146,7 @@ if (! $this->compact): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -101,7 +101,7 @@ if (! $this->compact): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -475,7 +475,7 @@ if ($h->hosts_down_unhandled) {
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -102,7 +102,7 @@ if (! $this->compact): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -75,7 +75,7 @@ if (! $this->compact): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -309,7 +309,7 @@ foreach ($servicegroups as $s): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -94,7 +94,7 @@ if (! $this->compact): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right'
|
'class' => 'pull-right show-more'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
@ -62,3 +62,7 @@ ul.pagination {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.show-more {
|
||||||
|
display: block;
|
||||||
|
margin: 0.5em;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user