final push for web ui version 1
BIN
static/assets/HaveBlueTransWh.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
static/assets/favicon.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
static/assets/header.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
static/assets/timeturner_2398.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/assets/timeturner_24.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/assets/timeturner_25.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/assets/timeturner_2997.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/assets/timeturner_2997DF.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
static/assets/timeturner_30.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/assets/timeturner_default.png
Normal file
|
After Width: | Height: | Size: 898 B |
BIN
static/assets/timeturner_lock_green.png
Normal file
|
After Width: | Height: | Size: 810 B |
BIN
static/assets/timeturner_lock_orange.png
Normal file
|
After Width: | Height: | Size: 805 B |
BIN
static/assets/timeturner_lock_red.png
Normal file
|
After Width: | Height: | Size: 804 B |
BIN
static/assets/timeturner_timeturning.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/favicon.ico
Normal file
|
After Width: | Height: | Size: 198 KiB |
|
|
@ -23,7 +23,7 @@
|
|||
<div class="grid">
|
||||
<!-- LTC Status -->
|
||||
<div class="card">
|
||||
<h2>LTC Status</h2>
|
||||
<h2>LTC Input</h2>
|
||||
<p id="ltc-timecode">--:--:--:--</p>
|
||||
<div class="icon-group">
|
||||
<span id="ltc-status"></span>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<!-- System Clock & Sync -->
|
||||
<div class="card">
|
||||
<h2>System Clock</h2>
|
||||
<h2>NTP Clock</h2>
|
||||
<p id="system-clock">--:--:--.---</p>
|
||||
<p class="system-date-display"><span id="system-date">---- -- --</span></p>
|
||||
<div class="icon-group">
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<span id="jitter-status"></span>
|
||||
<span id="delta-status"></span>
|
||||
</div>
|
||||
<p id="delta-text">Delta Value: -- ms (-- frames)</p>
|
||||
<p id="delta-text">Δ -- ms (-- frames)</p>
|
||||
</div>
|
||||
|
||||
<!-- Network Interfaces -->
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ body {
|
|||
background-repeat: no-repeat;
|
||||
background-position: bottom 20px right 20px;
|
||||
background-attachment: fixed;
|
||||
background-size: 150px;
|
||||
background-size: 300px;
|
||||
color: #333;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
|
|
|
|||