mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-11 06:48:40 +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(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-100">
|
<section class="box w-100">
|
||||||
<h1><?= $this->l11n->lang['Monitoring']['Logs']; ?></h1>
|
<header><h1><?= $this->l11n->lang['Monitoring']['Logs']; ?></h1></header>
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<table class="list w-100">
|
<table class="list w-100">
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ $logs = array_reverse($this->app->logger->get(25), true);
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->lang['Monitoring']['Logs']; ?></caption>
|
<caption><?= $this->l11n->lang['Monitoring']['Logs']; ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -54,4 +54,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="4">
|
<td colspan="4">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ $penetrators = $this->app->logger->getHighestPerpetrator();
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-33 floatLeft">
|
<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">
|
<div class="inner">
|
||||||
<table class="list wf-100">
|
<table class="list wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-33 floatLeft">
|
<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">
|
<div class="inner">
|
||||||
<table class="list wf-100">
|
<table class="list wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
@ -54,7 +54,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box w-33 floatLeft">
|
<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">
|
<div class="inner">
|
||||||
<table class="list wf-100">
|
<table class="list wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user