mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-20 12:38:41 +00:00
Directory rename
This commit is contained in:
parent
ab321c0407
commit
20e77e458d
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user