mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Remove #col2 traces in the application code
This commit is contained in:
parent
62dd827ce2
commit
73a8e13fc8
@ -2,7 +2,7 @@
|
|||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content" data-base-target="col2">
|
<div class="content" data-base-target="_next">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if (isset($this->messageBox)) {
|
if (isset($this->messageBox)) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="boxview" data-base-target="col2">
|
<div class="boxview" data-base-target="_next">
|
||||||
<?php foreach ($groupData as $groupName => $groupInfo): ?>
|
<?php foreach ($groupData as $groupName => $groupInfo): ?>
|
||||||
<div class="box contactgroup">
|
<div class="box contactgroup">
|
||||||
<h2><?= $groupInfo['alias']; ?></h2>
|
<h2><?= $groupInfo['alias']; ?></h2>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="boxview" data-base-target="col2">
|
<div class="boxview" data-base-target="_next">
|
||||||
<?php foreach($hostgroups as $h): ?>
|
<?php foreach($hostgroups as $h): ?>
|
||||||
<div class="box hostgroup">
|
<div class="box hostgroup">
|
||||||
<a href="<?= $this->href('monitoring/list/services', array('hostgroup' => $h->hostgroup)); ?>">
|
<a href="<?= $this->href('monitoring/list/services', array('hostgroup' => $h->hostgroup)); ?>">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="boxview" data-base-target="col2">
|
<div class="boxview" data-base-target="_next">
|
||||||
<?php foreach($servicegroups as $servicegroup): ?>
|
<?php foreach($servicegroups as $servicegroup): ?>
|
||||||
<div class="box servicegroup">
|
<div class="box servicegroup">
|
||||||
<a href="<?= $this->href(
|
<a href="<?= $this->href(
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<h1>Host History Summary</h1>
|
<h1>Host History Summary</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" data-base-target="col2">
|
<div class="content" data-base-target="_next">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$grid->setColor('#FC0707');
|
$grid->setColor('#FC0707');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user