mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2025-08-06 23:32:29 -04:00
Winsys old ajax
This commit is contained in:
parent
c55f408428
commit
6e6ba72715
@ -3,6 +3,13 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-disclaimer {
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: italic;
|
||||||
|
margin-top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.text-center {
|
.text-center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -4,6 +4,8 @@ $cmd = $_GET['cmd'] ?? null;
|
|||||||
$node = intval($_GET['node'] ?? null);
|
$node = intval($_GET['node'] ?? null);
|
||||||
$type = intval($_GET['type'] ?? null);
|
$type = intval($_GET['type'] ?? null);
|
||||||
|
|
||||||
|
header("Cache-Control: no-cache, max-age=0");
|
||||||
|
|
||||||
if ($cmd === "log" || $cmd == "logText") {
|
if ($cmd === "log" || $cmd == "logText") {
|
||||||
$data = file_get_contents("http://www3.winsystem.org/monitor/ajax-logtail.php");
|
$data = file_get_contents("http://www3.winsystem.org/monitor/ajax-logtail.php");
|
||||||
|
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
<button v-cloak class="pure-button pure-button-primary" @click="toggleTail" :class="{ 'button-error': enabled }">
|
<button v-cloak class="pure-button pure-button-primary" @click="toggleTail" :class="{ 'button-error': enabled }">
|
||||||
{{ enabled ? "Stop" : "Start" }} Tail
|
{{ enabled ? "Stop" : "Start" }} Tail
|
||||||
</button>
|
</button>
|
||||||
|
<div class="header-disclaimer">
|
||||||
|
Not all keyups are captured. This is not an official WIN system feed.<p></p>
|
||||||
|
© 2020 Rob Vella KK9ROB
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user