Commit Graph

174 Commits

Author SHA1 Message Date
ad84fc9772 add fetch storage options 2023-01-12 14:43:17 -08:00
c6f8b7542d fix event listener callback function 2023-01-11 03:02:17 -08:00
ba97c056d8 fix disk populating bugs 2023-01-11 03:00:01 -08:00
d43363c066 add query select for addDiskDevice 2023-01-11 02:58:22 -08:00
4f8f4ae863 try global vars 2023-01-11 02:57:37 -08:00
7e71d098c4 fix parameters 2023-01-11 02:52:52 -08:00
4556abc8ea consolidate handler params 2023-01-11 02:51:06 -08:00
3993b23d22 add missing type param in add disk handlers 2023-01-11 02:47:36 -08:00
da1b0661ca fix missing param in add disk handlers 2023-01-11 02:46:25 -08:00
7799954b0f streamline add disk code 2023-01-11 02:43:56 -08:00
1ce205c17b add correct event listener 2023-01-11 02:16:30 -08:00
847f2d4d64 add red border on add disk device input focus 2023-01-11 02:15:58 -08:00
801bd1e105 populate add disk device with next avaliable value,
add red border around invalid device number
2023-01-11 02:01:34 -08:00
f12ee81b3e flip qemu disk ordering 2023-01-11 01:33:50 -08:00
49416cdd34 add pointer to disk items 2023-01-11 01:32:51 -08:00
619003616a fixes to limit and bus selection 2023-01-10 17:16:05 -08:00
f53882a50b use capital case for disk name 2023-01-10 17:12:24 -08:00
dbd6213b86 fix prefix in disk population 2023-01-10 17:11:00 -08:00
ffbfc04511 remove all references to disks 2023-01-10 17:09:59 -08:00
60737d1e77 fix populating bug 2023-01-10 17:09:10 -08:00
81da4724e9 fix variable typo 2023-01-10 17:06:34 -08:00
d3c4f338cf fix variable name collision 2023-01-10 17:05:41 -08:00
0b139f37c0 used variable to store disk configuration 2023-01-10 17:04:20 -08:00
17676a8564 add logic for bus select and device limit 2023-01-10 16:49:57 -08:00
392446219d fix disk populating issue 2023-01-09 23:51:11 -08:00
0dee24b337 sort disks in numerical order 2023-01-09 23:50:11 -08:00
4c23ac5c5e add logic for disk and drive icon 2023-01-09 22:24:04 -08:00
6adf04efe8 generalize disk populating
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:21:45 -08:00
45e3fb9509 add configurable disk population
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:02:25 -08:00
594254dac3 fix memory populating bug 2023-01-08 21:32:22 -08:00
80e259b4f7 add label for in name fieldset 2023-01-08 21:28:35 -08:00
b572b79798 fix label for assignment,
fix disk icon alt
2023-01-08 21:26:44 -08:00
835b7261aa add image alts in config page,
add for to labels in config page
2023-01-08 21:23:08 -08:00
72ec1c134f add config button to disk entry 2023-01-08 20:49:57 -08:00
b78d749df1 add config button to disk items 2023-01-08 20:48:58 -08:00
b95187ee2c populate name field using addMetaLine 2023-01-08 20:32:15 -08:00
eb4970344f populate id parameter in addDiskLine 2023-01-08 20:30:09 -08:00
4e15b71d5b fix another variable name conflict 2023-01-08 20:28:50 -08:00
089e52b1a0 fix variable name conflict 2023-01-08 20:28:19 -08:00
e4c7f45e6c populate disks in separate fieldset 2023-01-08 20:26:20 -08:00
b4a92a26e1 fix icon null check 2022-12-21 16:00:28 -08:00
e37c19de77 fix config form icon styling 2022-12-21 15:59:54 -08:00
7f4c006385 add icons to config form 2022-12-21 15:56:52 -08:00
0b2bb51bdd add swap in config 2022-12-21 15:39:09 -08:00
afaf6c678d set step to 0.001 2022-12-21 15:26:18 -08:00
06a54aa8a8 use min of 1 2022-12-21 15:22:50 -08:00
c18388c634 set min size for storage to 1 GB 2022-12-21 15:15:45 -08:00
2cd7d9bfeb switch instance name logic 2022-12-21 15:10:13 -08:00
0a392cb6a6 add better label text for rootfs 2022-12-21 15:08:21 -08:00
655732fb9e fix name populating issue 2022-12-21 15:07:34 -08:00
72f356d50a add lxc config form populating 2022-12-21 15:06:26 -08:00
76fea95adc fix string to int parsing 2022-12-21 01:36:24 -08:00
a8d66a8ae6 fix string to float conversion 2022-12-21 01:33:37 -08:00
9189d4aa0e improve form populating 2022-12-21 01:31:58 -08:00
cce8cf8115 add units to config form 2022-12-21 00:49:57 -08:00
c4d607570e remove colons from forms 2022-12-20 18:03:07 -08:00
8341b88c76 add colon to sata config 2022-12-20 18:01:44 -08:00
4484f7dc8b populate vm name 2022-12-20 17:07:58 -08:00
41d8b240ab parse disk to only use size 2022-12-20 16:47:49 -08:00
85f7fac100 add cancel button listener 2022-12-20 15:42:13 -08:00
e31c91679f fix missing increment 2022-12-20 15:38:53 -08:00
589ecc1f9e add populating sata drives 2022-12-20 15:37:04 -08:00
f7a52a27d6 add credential check to config.js 2022-12-20 15:15:08 -08:00
b2cd65212b use grid layout for forms 2022-12-19 18:46:28 -08:00
ce1119f14a use innerHTML directly 2022-12-19 18:21:48 -08:00
dc95d5092d remove unecessary line 2022-12-19 18:17:19 -08:00
37508e646e use label property 2022-12-19 18:16:07 -08:00
54e09d8b31 use innerHTML 2022-12-19 18:14:00 -08:00
06aa9ac47e use setAttribute 2022-12-19 18:12:39 -08:00
ca2633fb79 fix config populating bug 2022-12-19 18:08:16 -08:00
bd81fdb8e6 populate cores and memory in config 2022-12-19 17:59:34 -08:00
534c40d7a9 add await to config form request 2022-12-19 16:21:24 -08:00
ef4597490a populate static elements of config.html,
add node info to config page search,
change login.css to form.css
2022-12-19 16:13:43 -08:00
e369456c57 add config.html,
add config.js,
add getURIData function to parse URI search params
2022-12-18 22:14:57 -08:00