Commit Graph

184 Commits

Author SHA1 Message Date
alu 8a107df67a Create README.md 2023-01-09 17:50:05 -08:00
alu 6adf04efe8 generalize disk populating
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:21:45 -08:00
alu cd028002a0 change center div to fit-content
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:08:02 -08:00
alu 45e3fb9509 add configurable disk population
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 16:02:25 -08:00
alu e20b952a2c add some margin to nav bar
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:29:36 -08:00
alu cf96ffe561 add auth successful message to login
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:20:34 -08:00
alu 0740d65363 fix cookie deletion
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:16:24 -08:00
alu 9d0e0db27d add deleteAllCookies util function,
add functionality to nav buttons

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:08:45 -08:00
alu 78dd24d6cc add border to active button
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 15:01:21 -08:00
alu e38ab19c1d fix some nav styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:54:47 -08:00
alu 58736e6992 use btn-group class for nav bar
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:53:29 -08:00
alu 85f3571ef6 fix style bug
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:50:52 -08:00
alu 941e135762 fix nav bar positioning
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:50:07 -08:00
alu 9fe86b0317 simplify nav heiarchy
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:43:48 -08:00
alu ba772cfdbb readd script to index
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:37:32 -08:00
alu 788f3e07a7 fix nav styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:36:50 -08:00
alu c2046113a6 add top nav bar
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-09 14:29:27 -08:00
alu 915450b0b0 fix some styling 2023-01-08 21:46:14 -08:00
alu 594254dac3 fix memory populating bug 2023-01-08 21:32:22 -08:00
alu 80e259b4f7 add label for in name fieldset 2023-01-08 21:28:35 -08:00
alu b572b79798 fix label for assignment,
fix disk icon alt
2023-01-08 21:26:44 -08:00
alu 835b7261aa add image alts in config page,
add for to labels in config page
2023-01-08 21:23:08 -08:00
alu 72ec1c134f add config button to disk entry 2023-01-08 20:49:57 -08:00
alu b78d749df1 add config button to disk items 2023-01-08 20:48:58 -08:00
alu 0a544f87bc add row gap in input grid 2023-01-08 20:38:07 -08:00
alu b95187ee2c populate name field using addMetaLine 2023-01-08 20:32:15 -08:00
alu eb4970344f populate id parameter in addDiskLine 2023-01-08 20:30:09 -08:00
alu 4e15b71d5b fix another variable name conflict 2023-01-08 20:28:50 -08:00
alu 089e52b1a0 fix variable name conflict 2023-01-08 20:28:19 -08:00
alu e4c7f45e6c populate disks in separate fieldset 2023-01-08 20:26:20 -08:00
alu ae3d8c5cf1 improve config styling 2022-12-21 16:27:04 -08:00
alu 70f8a6bbd7 fix form icon style 2022-12-21 16:01:29 -08:00
alu b4a92a26e1 fix icon null check 2022-12-21 16:00:28 -08:00
alu e37c19de77 fix config form icon styling 2022-12-21 15:59:54 -08:00
alu 7f4c006385 add icons to config form 2022-12-21 15:56:52 -08:00
alu 0b2bb51bdd add swap in config 2022-12-21 15:39:09 -08:00
alu 6b2dbf2450 remove resource bar from instance article 2022-12-21 15:31:31 -08:00
alu afaf6c678d set step to 0.001 2022-12-21 15:26:18 -08:00
alu 06a54aa8a8 use min of 1 2022-12-21 15:22:50 -08:00
alu c18388c634 set min size for storage to 1 GB 2022-12-21 15:15:45 -08:00
alu 2cd7d9bfeb switch instance name logic 2022-12-21 15:10:13 -08:00
alu 0a392cb6a6 add better label text for rootfs 2022-12-21 15:08:21 -08:00
alu 655732fb9e fix name populating issue 2022-12-21 15:07:34 -08:00
alu 72f356d50a add lxc config form populating 2022-12-21 15:06:26 -08:00
alu 912b038136 fix login form layout 2022-12-21 11:33:51 -08:00
alu 76fea95adc fix string to int parsing 2022-12-21 01:36:24 -08:00
alu a8d66a8ae6 fix string to float conversion 2022-12-21 01:33:37 -08:00
alu 9189d4aa0e improve form populating 2022-12-21 01:31:58 -08:00
alu 461635f966 improve form layout css 2022-12-21 00:56:40 -08:00
alu cce8cf8115 add units to config form 2022-12-21 00:49:57 -08:00