From 78becf0d64bcd1fcd24434f3ee3ac0c9175d7d88 Mon Sep 17 00:00:00 2001 From: M0WID Date: Thu, 3 Sep 2020 23:00:22 +0100 Subject: [PATCH] index2.html added Includes storage feature. Needs tidying up and some changes yet --- data/index2.html | 1241 ++++++++++++++++++++++++++++++++++++++++++++++ data/styles.css | 8 + 2 files changed, 1249 insertions(+) create mode 100644 data/index2.html diff --git a/data/index2.html b/data/index2.html new file mode 100644 index 0000000..a98d212 --- /dev/null +++ b/data/index2.html @@ -0,0 +1,1241 @@ + + + + + + +TinySA-ESP + + + + + + + + +
+ + + + +
+
+
+
+ +
+ +

Sweep

+
+ + + MHz +
+
+ + + MHz +
+
+
+ + + MHz +
+
+ + + + MHz +
+ +
+ +
+
+ + + kHz +
+
+
+ + + kHz +
+ +
+
+ + + + dB +
+
+
+ + + MHz +
+
+
+
+ + +
+
+
+
+ + + + dBm +
+
+
+
+
+ + + + + ms +
+
+
+
+ + + + + +
+
+ + + + +
+

Settings

+
+ + + dB +
+
+ + + dBm +
+
+
+ + + dBm +
+
+ + + dB +
+
+ + + MHz +
+
+ + +
+ +
+ +
+ + + + + +
+
+
+
+
+
Host: + + + +
+
Status: + +
+
Pings: + +
+
Refresh Interval: + +
+
+
+ + +
+
+ + + + diff --git a/data/styles.css b/data/styles.css index 0224346..a6ce8f6 100644 --- a/data/styles.css +++ b/data/styles.css @@ -144,6 +144,14 @@ input[type="number"] { display: inline-block; } +.checkbox-input { + border: solid 1px grey; + text-align: right; + width: 12px; + display: inline-block; + } + + .select-input { border: solid 1px grey; text-align: right;