mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-26 07:18:41 +00:00
Use new tab, colors and css
This commit is contained in:
parent
577ec3a414
commit
0708281114
|
|
@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="row">
|
||||
<div class="box col-xs-12 wf-100">
|
||||
<table class="table red">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Logs') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ use phpOMS\Message\Http\Rest;
|
|||
use phpOMS\Uri\Http;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
|
||||
$files = \phpOMS\System\File\Local\Directory(__DIR__ . '/../../../../phpOMS', '^.+\.php$');
|
||||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="row">
|
||||
<div class="box col-xs-12 wf-100">
|
||||
<table class="table red">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Files') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Inspection') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user