mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2024-10-31 15:07:13 -04:00
Change to who's talking?
This commit is contained in:
parent
6bcd05dc8a
commit
8e20f183b6
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Log Tail - WIN System</title>
|
<title>Who's Talking? - WIN System</title>
|
||||||
<link rel="stylesheet" href="css/pure-min.css"
|
<link rel="stylesheet" href="css/pure-min.css"
|
||||||
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
|
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="css/grids-responsive-min.css">
|
<link rel="stylesheet" href="css/grids-responsive-min.css">
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1>WIN System Log Tail</h1>
|
<h1>WIN System - Who's Talking?</h1>
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user