Change to who's talking?

This commit is contained in:
Rob Vella 2020-07-30 21:33:21 -07:00
parent 6bcd05dc8a
commit 8e20f183b6
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<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"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
<link rel="stylesheet" href="css/grids-responsive-min.css">
@ -13,7 +13,7 @@
<div id="app">
<div class="header">
<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 }">
{{ enabled ? "Stop" : "Start" }} Tail
</button>