Commit Graph

72 Commits

Author SHA1 Message Date
230fe2c9e4 update account page, instance creation form, and config page,
fix issue with instance delete confirm popup,
fix issues with dialog exit handling without form element
2023-11-15 20:18:01 +00:00
e97f8d5bbc fix bugs in network config change,
generalize dialog layout,
add form validation callback,
add password change form
2023-11-14 00:09:41 +00:00
a3fb992159 fix nav.css style issue,
make search feature not case sensitive
2023-09-28 01:38:19 +00:00
bf2509ee8f add visual highlight to matching search query substrings,
add missing aria-label for search input,
fix missing network add icon
2023-09-20 22:17:06 +00:00
497bd60653 fix linting errors 2023-09-19 20:59:28 +00:00
1b71c16eec implement simple search logic 2023-09-18 19:37:07 +00:00
0f8a85d22a finish renaming,
improve search bar and add instance responsiveness
2023-09-15 22:13:21 +00:00
ea8d2e5b8c update client user resource data format 2023-09-11 19:04:07 +00:00
2b75732e92 use custom element for instances 2023-08-15 20:27:45 +00:00
0ec045a666 use /cluster/* api routes 2023-08-03 00:35:56 +00:00
482d2a512a fix linting errors 2023-07-28 18:32:04 +00:00
995513c9b8 add default sync sheme 2023-07-12 22:46:59 +00:00
d25ce49ede implement always and hash sync 2023-07-12 22:37:08 +00:00
55881bdcc0 update sync endpoint 2023-07-11 22:07:08 +00:00
1dd32eda81 implement better HTTP request types handling,
add live updating of instances using statushash endpoint to reduce data transfer
2023-07-11 21:14:54 +00:00
defc667041 fix add new instance handler 2023-07-11 00:22:49 +00:00
4d86104e43 use new endpoint params 2023-07-04 04:41:39 +00:00
e66d3ceb33 add js linting, fix js linting issues 2023-06-29 22:20:15 +00:00
c8d4b466fa populate processor types from config values
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-14 22:34:48 +00:00
7c1c3fbb8b remove clickable from inactive action buttons 2023-06-13 03:13:22 +00:00
928d1d1516 fix bugs in api changes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-18 20:19:57 +00:00
c2670b9f31 fix formatting 2023-05-17 21:43:03 +00:00
5bbf928b2b fix formatting 2023-05-17 21:40:37 +00:00
d10aeedcf2 remove org specific values,
add dynamic org handling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-16 15:18:36 +00:00
d6a7785ab0 improve response error handling,
add handler for network config,
fix import errors

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 22:41:54 +00:00
b94758c175 fix bug in instance delete
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 21:24:43 +00:00
bbc67fa6fb reduce div nesting in instances
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:41:31 +00:00
9eb8aaa4be consolidate instance.js into index.js
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:36:28 +00:00
cd3027c35e code cleanup
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:16:38 +00:00
d057d98924 fix some styling 2023-05-15 02:56:48 +00:00
06c6e926ca display errors as modal dialogs
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-12 21:26:26 +00:00
759571535e add node vmid cores and memory limits to inputs in instance create form
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-12 21:14:49 +00:00
c459dad024 fix requestPVE call params 2023-05-11 07:13:41 +00:00
822c89adda code cleanup on custom dialogs
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-05 21:43:15 +00:00
d351fdfb67 small style improvements 2023-05-02 03:42:58 +00:00
289ca85e81 fix cookie check logic 2023-04-19 05:58:30 +00:00
16be63e98f improve responsive scaling with medium screens
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-12 22:59:57 +00:00
4ef1cd7480 fix input and select styling for new instance dialog
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-12 22:35:17 +00:00
de36f2261a use w3.css for primary styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-11 21:38:51 +00:00
389a548d00 bad fix for responsive instance container
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 21:55:31 +00:00
c1ca182d10 fix code style
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-06 21:26:32 +00:00
a76168d1ab add more info to insatnce container 2023-04-06 04:21:03 +00:00
c742ed7085 make instance article span entire width
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-03 22:49:24 +00:00
8e60ece366 add basic resource viewing
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-03 21:57:03 +00:00
d41162ebae major changes to styling:
move nav bar to left side and implement hover animations,
generalize color scheme using css variables,
move button and btn-group related styles to buttons.css,
consolidate form input and select styles in form.css

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-03-25 23:38:15 +00:00
e72ca340c9 gracefully recover from config error
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-28 23:56:39 +00:00
2df5284d90 implement instance add,
fix multiple onclick listeners being added

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-27 23:03:19 +00:00
b84186c9d6 remove console.log,
add node logic to new instance form

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-24 23:27:03 +00:00
00b1bb310d add node field for add new instance
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-23 22:14:06 +00:00
3116a47416 add extra input fields for container specific options
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-23 21:58:42 +00:00