Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent ab321c0407
commit 20e77e458d
3 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ $details = '* Uri: `' . trim($log['path']) . "`\n"
echo $this->getData('nav')->render(); ?>
<section class="box w-100">
<h1><?= $this->l11n->lang['Monitoring']['Logs']; ?></h1>
<header><h1><?= $this->l11n->lang['Monitoring']['Logs']; ?></h1></header>
<div class="inner">
<table class="list w-100">

View File

@ -28,7 +28,7 @@ $logs = array_reverse($this->app->logger->get(25), true);
echo $this->getData('nav')->render(); ?>
<section class="box w-100">
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->lang['Monitoring']['Logs']; ?></caption>
<thead>
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
<td colspan="4">
<?php endif; ?>
</table>
</section>
</div>

View File

@ -19,7 +19,7 @@ $penetrators = $this->app->logger->getHighestPerpetrator();
echo $this->getData('nav')->render(); ?>
<section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['Monitoring']['System'] ?></h1>
<header><h1><?= $this->l11n->lang['Monitoring']['System'] ?></h1></header>
<div class="inner">
<table class="list wf-100">
<tbody>
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['Monitoring']['Logs'] ?></h1>
<header><h1><?= $this->l11n->lang['Monitoring']['Logs'] ?></h1></header>
<div class="inner">
<table class="list wf-100">
<tbody>
@ -54,7 +54,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['Monitoring']['Penetrators'] ?></h1>
<header><h1><?= $this->l11n->lang['Monitoring']['Penetrators'] ?></h1></header>
<div class="inner">
<table class="list wf-100">
<tbody>