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