Winsys old ajax

This commit is contained in:
Rob Vella 2020-08-04 03:52:44 -07:00
parent c55f408428
commit 6e6ba72715
3 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,13 @@
width: 100%;
}
.header-disclaimer {
font-size: 14px;
font-style: italic;
margin-top: 1.5em;
}
.text-center {
align-items: center;
text-align: center;
@ -56,4 +63,4 @@ table.logs tr td.when{
/* this is a maroon */
}
[v-cloak] {display: none}
[v-cloak] {display: none}

View File

@ -4,6 +4,8 @@ $cmd = $_GET['cmd'] ?? null;
$node = intval($_GET['node'] ?? null);
$type = intval($_GET['type'] ?? null);
header("Cache-Control: no-cache, max-age=0");
if ($cmd === "log" || $cmd == "logText") {
$data = file_get_contents("http://www3.winsystem.org/monitor/ajax-logtail.php");

View File

@ -17,6 +17,10 @@
<button v-cloak class="pure-button pure-button-primary" @click="toggleTail" :class="{ 'button-error': enabled }">
{{ enabled ? "Stop" : "Start" }} Tail
</button>
<div class="header-disclaimer">
Not all keyups are captured. This is not an official WIN system feed.<p></p>
&copy; 2020 Rob Vella KK9ROB
</div>
</div>
</div>
<div class="content-wrapper">