From e83cde0db7cee2fd31ad0562ba1fa9dd0b9ea5b8 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 12 Jul 2023 00:24:16 +0000 Subject: [PATCH] add settings page --- account.html | 1 + config.html | 1 + css/form.css | 4 +++ index.html | 1 + scripts/settings.js | 0 settings.html | 63 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 70 insertions(+) create mode 100644 scripts/settings.js create mode 100644 settings.html diff --git a/account.html b/account.html index 382124a..00f4490 100644 --- a/account.html +++ b/account.html @@ -18,6 +18,7 @@ diff --git a/config.html b/config.html index 00479a2..aaeac02 100644 --- a/config.html +++ b/config.html @@ -19,6 +19,7 @@ diff --git a/css/form.css b/css/form.css index 166672b..596c8f2 100644 --- a/css/form.css +++ b/css/form.css @@ -42,4 +42,8 @@ input[type="checkbox"] { width: min-content; margin-left: auto; margin-right: auto; +} + +input[type="radio"] { + position: inherit; } \ No newline at end of file diff --git a/index.html b/index.html index a2c28c1..3e32360 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ diff --git a/scripts/settings.js b/scripts/settings.js new file mode 100644 index 0000000..e69de29 diff --git a/settings.html b/settings.html new file mode 100644 index 0000000..e8cd619 --- /dev/null +++ b/settings.html @@ -0,0 +1,63 @@ + + + + + + proxmox - client + + + + + + + + +
+

proxmox

+ + + +
+
+
+

Settings

+
+
+

Synchronization Settings

+
+ App Sync Method +
+ + +

App will periodically synchronize with Proxmox

+

High resource usage

+ + +

App will periodically synchronize only if there have been change

+

Medium resource usage.

+ + +

App will react to changes and synchronize when changes are made.

+

Low resource usage.

+
+
+
+ App Sync Frequency +
+

Sync every

Second(s)

+
+
+
+
+ +
+
+
+
+ + \ No newline at end of file