From 84cbe0e45dce19fcfc38206951e619cc6c1cd939 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 24 Feb 2025 20:36:51 +0000 Subject: [PATCH] move web source files to web/, move dev configs to config/ --- .eslintrc.json => configs/.eslintrc.json | 0 .stylelintrc.json => configs/.stylelintrc.json | 0 {css => web/css}/form.css | 0 {css => web/css}/nav.css | 0 {css => web/css}/style.css | 0 account.html => web/html/account.html | 4 ++-- index.html => web/html/index.html | 4 ++-- instance.html => web/html/instance.html | 4 ++-- login.html => web/html/login.html | 6 +++--- settings.html => web/html/settings.html | 4 ++-- {images => web/images}/actions/delete-active.svg | 0 {images => web/images}/actions/delete-inactive.svg | 0 {images => web/images}/actions/device/add.svg | 0 {images => web/images}/actions/device/config.svg | 0 {images => web/images}/actions/disk/add-cd.svg | 0 {images => web/images}/actions/disk/add-disk.svg | 0 {images => web/images}/actions/disk/attach.svg | 0 {images => web/images}/actions/disk/detach.svg | 0 .../images}/actions/disk/detach_attach-inactive.svg | 0 {images => web/images}/actions/disk/move-active.svg | 0 .../images}/actions/disk/move-inactive.svg | 0 .../images}/actions/disk/resize-active.svg | 0 .../images}/actions/disk/resize-inactive.svg | 0 {images => web/images}/actions/drag.svg | 0 {images => web/images}/actions/group/add.svg | 0 {images => web/images}/actions/group/config.svg | 0 {images => web/images}/actions/instance/add.svg | 0 .../images}/actions/instance/config-active.svg | 0 .../images}/actions/instance/config-inactive.svg | 0 .../images}/actions/instance/console-active.svg | 0 .../images}/actions/instance/console-inactive.svg | 0 {images => web/images}/actions/instance/start.svg | 0 {images => web/images}/actions/instance/stop.svg | 0 {images => web/images}/actions/network/add.svg | 0 {images => web/images}/actions/network/config.svg | 0 {images => web/images}/actions/user/add.svg | 0 {images => web/images}/actions/user/config.svg | 0 {images => web/images}/common/add.svg | 0 {images => web/images}/common/config.svg | 0 {images => web/images}/common/search.svg | 0 {images => web/images}/favicon.svg | 0 {images => web/images}/resources/cpu.svg | 0 {images => web/images}/resources/device.svg | 0 {images => web/images}/resources/disk.svg | 0 {images => web/images}/resources/drive.svg | 0 {images => web/images}/resources/network.svg | 0 {images => web/images}/resources/ram.svg | 0 {images => web/images}/resources/swap.svg | 0 {images => web/images}/status/active.svg | 0 {images => web/images}/status/inactive.svg | 0 {images => web/images}/status/loading.svg | 0 {modules => web/modules}/Sortable.min.js | 0 {modules => web/modules}/chart.js | 0 {modules => web/modules}/w3.css | 0 {modules => web/modules}/wfa.js | 0 {modules => web/modules}/wfa.wasm | Bin {scripts => web/scripts}/account.js | 3 +-- {scripts => web/scripts}/clientsync.js | 0 {scripts => web/scripts}/dialog.js | 0 {scripts => web/scripts}/draggable.js | 0 {scripts => web/scripts}/index.js | 3 +-- {scripts => web/scripts}/instance.js | 3 +-- {scripts => web/scripts}/login.js | 3 +-- {scripts => web/scripts}/settings.js | 3 +-- {scripts => web/scripts}/utils.js | 9 ++------- template.vars.js => web/template.vars.js | 0 66 files changed, 18 insertions(+), 28 deletions(-) rename .eslintrc.json => configs/.eslintrc.json (100%) rename .stylelintrc.json => configs/.stylelintrc.json (100%) rename {css => web/css}/form.css (100%) rename {css => web/css}/nav.css (100%) rename {css => web/css}/style.css (100%) rename account.html => web/html/account.html (96%) rename index.html => web/html/index.html (94%) rename instance.html => web/html/instance.html (95%) rename login.html => web/html/login.html (89%) rename settings.html => web/html/settings.html (97%) rename {images => web/images}/actions/delete-active.svg (100%) rename {images => web/images}/actions/delete-inactive.svg (100%) rename {images => web/images}/actions/device/add.svg (100%) rename {images => web/images}/actions/device/config.svg (100%) rename {images => web/images}/actions/disk/add-cd.svg (100%) rename {images => web/images}/actions/disk/add-disk.svg (100%) rename {images => web/images}/actions/disk/attach.svg (100%) rename {images => web/images}/actions/disk/detach.svg (100%) rename {images => web/images}/actions/disk/detach_attach-inactive.svg (100%) rename {images => web/images}/actions/disk/move-active.svg (100%) rename {images => web/images}/actions/disk/move-inactive.svg (100%) rename {images => web/images}/actions/disk/resize-active.svg (100%) rename {images => web/images}/actions/disk/resize-inactive.svg (100%) rename {images => web/images}/actions/drag.svg (100%) rename {images => web/images}/actions/group/add.svg (100%) rename {images => web/images}/actions/group/config.svg (100%) rename {images => web/images}/actions/instance/add.svg (100%) rename {images => web/images}/actions/instance/config-active.svg (100%) rename {images => web/images}/actions/instance/config-inactive.svg (100%) rename {images => web/images}/actions/instance/console-active.svg (100%) rename {images => web/images}/actions/instance/console-inactive.svg (100%) rename {images => web/images}/actions/instance/start.svg (100%) rename {images => web/images}/actions/instance/stop.svg (100%) rename {images => web/images}/actions/network/add.svg (100%) rename {images => web/images}/actions/network/config.svg (100%) rename {images => web/images}/actions/user/add.svg (100%) rename {images => web/images}/actions/user/config.svg (100%) rename {images => web/images}/common/add.svg (100%) rename {images => web/images}/common/config.svg (100%) rename {images => web/images}/common/search.svg (100%) rename {images => web/images}/favicon.svg (100%) rename {images => web/images}/resources/cpu.svg (100%) rename {images => web/images}/resources/device.svg (100%) rename {images => web/images}/resources/disk.svg (100%) rename {images => web/images}/resources/drive.svg (100%) rename {images => web/images}/resources/network.svg (100%) rename {images => web/images}/resources/ram.svg (100%) rename {images => web/images}/resources/swap.svg (100%) rename {images => web/images}/status/active.svg (100%) rename {images => web/images}/status/inactive.svg (100%) rename {images => web/images}/status/loading.svg (100%) rename {modules => web/modules}/Sortable.min.js (100%) rename {modules => web/modules}/chart.js (100%) rename {modules => web/modules}/w3.css (100%) rename {modules => web/modules}/wfa.js (100%) rename {modules => web/modules}/wfa.wasm (100%) rename {scripts => web/scripts}/account.js (98%) rename {scripts => web/scripts}/clientsync.js (100%) rename {scripts => web/scripts}/dialog.js (100%) rename {scripts => web/scripts}/draggable.js (100%) rename {scripts => web/scripts}/index.js (98%) rename {scripts => web/scripts}/instance.js (99%) rename {scripts => web/scripts}/login.js (93%) rename {scripts => web/scripts}/settings.js (92%) rename {scripts => web/scripts}/utils.js (97%) rename template.vars.js => web/template.vars.js (100%) diff --git a/.eslintrc.json b/configs/.eslintrc.json similarity index 100% rename from .eslintrc.json rename to configs/.eslintrc.json diff --git a/.stylelintrc.json b/configs/.stylelintrc.json similarity index 100% rename from .stylelintrc.json rename to configs/.stylelintrc.json diff --git a/css/form.css b/web/css/form.css similarity index 100% rename from css/form.css rename to web/css/form.css diff --git a/css/nav.css b/web/css/nav.css similarity index 100% rename from css/nav.css rename to web/css/nav.css diff --git a/css/style.css b/web/css/style.css similarity index 100% rename from css/style.css rename to web/css/style.css diff --git a/account.html b/web/html/account.html similarity index 96% rename from account.html rename to web/html/account.html index 168b92f..8bac9ca 100644 --- a/account.html +++ b/web/html/account.html @@ -3,7 +3,7 @@ - proxmox - dashboard + {{.Organization}} - dashboard @@ -43,7 +43,7 @@
-

proxmox

+

{{.Organization}}