Skip to content
Snippets Groups Projects
Commit e44b0cd1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

v2.0.2 update brand; link to repo, update counter

parent a9b8df82
No related branches found
No related tags found
1 merge request!7v2.0.2 update brand; link to repo, update counter
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -198,8 +198,9 @@ class cronlogrenderer extends cronlog{ ...@@ -198,8 +198,9 @@ class cronlogrenderer extends cronlog{
. '</p>' . '</p>'
. '<div>' . '<div>'
. $this->_renderAccessAndAge($iLast) . $this->_renderAccessAndAge($iLast)
. 'gesamt: <strong>' . count($aData).'</strong>' . ($iErrors ? '<span class="btn bg-danger">' . $iErrors.'</span> ' : '')
. ($iErrors ? ' (Fehler: <strong>' . $iErrors.'</strong>... OK: <strong>' . $iOK.'</strong>)' : '') . ( $iOK ? '<span class="btn bg-success">' . $iOK.'</span>' : '')
. ($iErrors && $iOK ? ' ... gesamt: <span class="btn bg-gray">' . count($aData).'</span>' : '' )
. '<br>' . '<br>'
. '</div>' . '</div>'
. '<table id="'.$sIdTable.'" class="table-striped">' . '<table id="'.$sIdTable.'" class="table-striped">'
......
...@@ -8,7 +8,8 @@ return [ ...@@ -8,7 +8,8 @@ return [
'{{PAGE_LAYOUT}}' =>'layout-navbar-fixed layout-fixed sidebar-mini', '{{PAGE_LAYOUT}}' =>'layout-navbar-fixed layout-fixed sidebar-mini',
'{{NAVI_TOP}}' =>'<nav class="main-header navbar navbar-expand navbar-white navbar-light"><ul class="navbar-nav" id="instances"></ul></nav>', '{{NAVI_TOP}}' =>'<nav class="main-header navbar navbar-expand navbar-white navbar-light"><ul class="navbar-nav" id="instances"></ul></nav>',
'{{BRAND}}' =>'<a href="/index.php" class="brand-link bg-red"> '{{BRAND}}' =>'<a href="/index.php" class="brand-link bg-red">
CronLog viewer <i class="fas fa-clipboard-list"></i>
Cron<span class="brand-text">Log viewer</span>
<span class="brand-text font-weight-light">v2</span> <span class="brand-text font-weight-light">v2</span>
</a>', </a>',
'{{NAVI_LEFT}}' =>' '{{NAVI_LEFT}}' =>'
...@@ -49,7 +50,7 @@ return [ ...@@ -49,7 +50,7 @@ return [
<br> <br>
<div class="sidebar-infobox bottom"> <div class="sidebar-infobox bottom">
<i class="fas fa-info-circle"></i> CronLog viewer v'.APP_VERSION.'<br> <i class="fas fa-info-circle"></i> <a href="'.APP_REPO_URL.'" target="_blank">CronLog viewer v'.APP_VERSION.'</a><br>
<i class="fab fa-php"></i> PHP '.PHP_VERSION.'<br> <i class="fab fa-php"></i> PHP '.PHP_VERSION.'<br>
</div> </div>
', ',
......
<?php <?php
define("APP_VERSION", '2.0.1'); define("APP_VERSION", '2.0.2');
define("APP_REPO_URL", 'https://git-repo.iml.unibe.ch/iml-open-source/cronlog-viewer');
require_once('classes/render-adminlte.class.php'); require_once('classes/render-adminlte.class.php');
$renderAdminLTE=new renderadminlte(); $renderAdminLTE=new renderadminlte();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment