Commit Graph
100 Commits
Author SHA1 Message Date
alu 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
alu 7f4bdacef0 fix linting 2023-11-14 22:24:26 +00:00
alu 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
alu 4806d7f18f fix bug with sync and deleting instance 2023-11-07 05:09:28 +00:00
alu 89f0b14c21 add password form to account,
fix form input grid styling
2023-10-31 18:13:40 +00:00
alu 8cfafe7399 fix nav styling,
fix linting
2023-10-19 17:26:37 +00:00
alu e2f5bf9a0a add bottom padding to main,
improve error handling with request function
2023-10-18 19:33:58 +00:00
alu 09bdf686b3 improve account page loading time 2023-10-17 16:42:33 +00:00
alu c4ddc4ded3 fix handling of instances with empty name,
improve instance table headers
2023-10-16 22:32:19 +00:00
alu 72db810ef0 add local copy of w3.css fallback,
change how the dashboard and api is proxied
2023-10-12 17:27:37 +00:00
alu 9705470798 fix linting issues 2023-10-11 20:50:10 +00:00
alu 63f3aae9e6 remove hover effects for small charts 2023-10-11 00:26:25 +00:00
alu 98a00488a3 improve resource chart interface 2023-10-09 23:30:39 +00:00
alu 4c11714958 update readme 2023-10-05 21:09:31 +00:00
alu a18cc5f39c add alternate chart layout for narrow screens 2023-10-05 16:38:25 +00:00
alu c5c54b0691 fix search regexp escape,
wrap chartjs with custom element
2023-10-04 18:59:46 +00:00
alu c8a0eaf1f1 fix draggable getDragSource docstring 2023-09-29 21:17:34 +00:00
alu a3fb992159 fix nav.css style issue,
make search feature not case sensitive
2023-09-28 01:38:19 +00:00
alu 49b2405814 fix aria-current value for nav bar to "page",
improve nav css readability
2023-09-26 19:15:54 +00:00
alu f179c0f7fb fix config form icon alts 2023-09-21 22:41:16 +00:00
alu 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
alu 497bd60653 fix linting errors 2023-09-19 20:59:28 +00:00
alu 1b71c16eec implement simple search logic 2023-09-18 19:37:07 +00:00
alu 0f8a85d22a finish renaming,
improve search bar and add instance responsiveness
2023-09-15 22:13:21 +00:00
alu 691483b6b4 change name from client to dashboard 2023-09-15 07:02:42 +00:00
alu 8c6e3a6860 add search form layout to main page,
add search icon
2023-09-14 20:38:23 +00:00
alu bab1ab8830 improve draggable item style 2023-09-13 20:03:36 +00:00
alu ea8d2e5b8c update client user resource data format 2023-09-11 19:04:07 +00:00
alu 4f6dc18162 improve draggable-item custom element interface 2023-09-07 21:42:19 +00:00
alu 32106b96ee add autocomplete attribute for login form inputs,
fix config form labels
2023-09-07 02:44:11 +00:00
alu 820fe376d5 improve responsiveness of account resources 2023-09-05 21:47:39 +00:00
alu a3abc49075 fix missing label for rate sync in settings.html 2023-09-02 00:21:03 +00:00
alu 53c8da841d display account resource usage in charts 2023-08-31 19:01:58 +00:00
alu d02a585665 improve draggable item generalization 2023-08-29 21:26:57 +00:00
alu 98e2445979 fix linting 2023-08-23 22:55:48 +00:00
alu e6f622d643 fix bugs with draggable container value,
fix bugs with draggable item value after drop,
fix bugs with boot entry details,
improve addBootLine deleteBootLine updateBootLine
2023-08-22 21:23:14 +00:00
alu 9b42fd236c add drag icon to draggable items 2023-08-19 03:32:52 +00:00
alu 8c328dd22c fix draggable list responsiveness,
add event handlers for adding/removing boot options
2023-08-16 23:14:42 +00:00
alu 2b75732e92 use custom element for instances 2023-08-15 20:27:45 +00:00
alu 820db1058b add draggable list custom element,
improve boot order list
2023-08-14 23:42:02 +00:00
alu 4440330c88 add boot order draggable list mockup 2023-08-11 22:06:26 +00:00
alu 690c8b2938 fix add network and device icon 2023-08-11 03:28:12 +00:00
alu 0fe9200429 add boot order card in config 2023-08-09 21:52:55 +00:00
alu 6cbac6b4fc set title and header in settings page 2023-08-09 00:33:51 +00:00
alu 0ec045a666 use /cluster/* api routes 2023-08-03 00:35:56 +00:00
alu 482d2a512a fix linting errors 2023-07-28 18:32:04 +00:00
alu ddfca3b5ef improve settings page 2023-07-20 22:00:54 +00:00
alu c8919307af change vars.js.template to tempalte.vars.js,
implement interrupt based client sync
2023-07-13 22:53:57 +00:00
alu 995513c9b8 add default sync sheme 2023-07-12 22:46:59 +00:00
alu d25ce49ede implement always and hash sync 2023-07-12 22:37:08 +00:00
alu e83cde0db7 add settings page 2023-07-12 00:24:16 +00:00
alu 55881bdcc0 update sync endpoint 2023-07-11 22:07:08 +00:00
alu 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
alu defc667041 fix add new instance handler 2023-07-11 00:22:49 +00:00
alu 84d3512417 fix input grid positioning 2023-07-06 05:02:04 +00:00
alu 893f4aad54 use float left on legend and input-grid to remove legend span nesting,
improve linting tool
2023-07-06 04:53:47 +00:00
alu 8a37615721 add pci devices to account 2023-07-05 23:29:14 +00:00
alu 3b23a9043c update client with new user config endpoint paths 2023-07-05 23:16:20 +00:00
alu 4d86104e43 use new endpoint params 2023-07-04 04:41:39 +00:00
alu bbaeac32ea add html validation 2023-06-30 01:21:47 +00:00
alu 240a8d2a73 fix utils.js 2023-06-30 00:34:22 +00:00
alu 8496d9d565 add css linting, fix css linting issues 2023-06-29 22:39:21 +00:00
alu f7dd99e933 remove todo 2023-06-29 22:21:17 +00:00
alu e66d3ceb33 add js linting, fix js linting issues 2023-06-29 22:20:15 +00:00
alu 6ce1cc332a fix nav bar width 2023-06-29 21:38:14 +00:00
alu a679e7a2d9 remove user vlan tag info,
update client with new api route
2023-06-29 02:08:52 +00:00
alu 1359ebcc87 fix pci device pcie form get 2023-06-23 03:34:44 +00:00
alu 59e75659bd fix issues in pci device config and add 2023-06-23 03:03:28 +00:00
alu 8365102ce9 fix bugs in pcie device config dialogs 2023-06-22 00:33:53 +00:00
alu 499d7eee02 add device config/add/delete handlers,
fix some styling with forms
2023-06-19 01:43:52 +00:00
alu 3e50e4cbfe shorten cpu config labels
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-14 22:54:53 +00:00
alu c8d4b466fa populate processor types from config values
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-14 22:34:48 +00:00
alu 0bb82dc81a fix proc type selector issue in config,
update account resource table with new API format
2023-06-14 04:56:49 +00:00
alu 8fdd970a44 add processor type to config 2023-06-14 01:13:06 +00:00
alu 7c1c3fbb8b remove clickable from inactive action buttons 2023-06-13 03:13:22 +00:00
alu 7c3ba9b1ed improve small screen instance list 2023-06-09 07:00:21 +00:00
alu 8eee9fabf1 fix config page styling 2023-06-09 06:55:14 +00:00
alu 55a3574da2 implement network add and delete 2023-06-09 04:25:53 +00:00
alu 1532937f00 add vlan tag to account info 2023-06-09 00:28:26 +00:00
alu 0c05140bfe update config.js to api route changes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-08 23:33:55 +00:00
alu 7409398e11 add buttons to add and delete network interfaces and pcie devices
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-03 00:25:57 +00:00
alu 2d0b8aada6 fix config pci device population
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-02 23:15:26 +00:00
alu f6d51e742c display device_names in pcie devices config
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-06-01 17:21:35 +00:00
alu e32c96c41a add pcie device list to instance config
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-30 15:50:32 +00:00
alu ec96b9ec35 fix network name label in config
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-19 20:07:34 +00:00
alu 928d1d1516 fix bugs in api changes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-18 20:19:57 +00:00
alu bff5ca3929 update account nodes to new route format
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-18 20:08:39 +00:00
alu 3ebd43bfb0 update disk attach for new api change 2023-05-18 08:09:23 +00:00
alu c2670b9f31 fix formatting 2023-05-17 21:43:03 +00:00
alu 5bbf928b2b fix formatting 2023-05-17 21:40:37 +00:00
alu 6a00a22dc2 fix account network usage
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-16 16:51:39 +00:00
alu 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
alu 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
alu b94758c175 fix bug in instance delete
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 21:24:43 +00:00
alu 6530240677 add network interface to config,
improve w3-card styling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 21:22:12 +00:00
alu bbc67fa6fb reduce div nesting in instances
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:41:31 +00:00
alu 9eb8aaa4be consolidate instance.js into index.js
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:36:28 +00:00
alu cd3027c35e code cleanup
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-05-15 20:16:38 +00:00
alu d057d98924 fix some styling 2023-05-15 02:56:48 +00:00
alu a3e1d2ed03 use safer pve ticket endpoint 2023-05-13 07:28:09 +00:00