Commit Graph

921 Commits

Author SHA1 Message Date
Tsu-ba-me
c37df57bd7 fix(striker-ui): set message group ref in test access form 2024-03-07 12:39:12 -05:00
Tsu-ba-me
78820bd95a fix(striker-ui): remove excess entries fetcher in CRUD list 2024-03-07 11:53:54 -05:00
Tsu-ba-me
1fb67c974a chore(striker-ui): remove old prepare host form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
917e57dac4 fix(striker-ui): restrict prepare host list to subnodes, dr hosts 2024-03-07 11:53:54 -05:00
Tsu-ba-me
c8e7994ab9 fix(striker-ui): allow set detail url prefix in CRUD list 2024-03-07 11:53:54 -05:00
Tsu-ba-me
5ad591cdc0 fix(striker-ui): translate host type, adjust success msg in prepare host form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
96be4a41b2 fix(striker-ui): isolate disassemble camel string 2024-03-07 11:53:54 -05:00
Tsu-ba-me
47a84a86e8 feat(striker-ui): add manage host components 2024-03-07 11:53:54 -05:00
Tsu-ba-me
ddece3750d fix(striker-ui): remove disableAutocomplete from formik utils 2024-03-07 11:53:54 -05:00
Tsu-ba-me
bd65517449 fix(striker-ui): remove blur handlers in add mail server form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
550bbc26df fix(striker-ui): adjust grid layout in add mail server form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
d40efa9289 fix(striker-ui): add option to disable autofill in outlined input 2024-03-07 11:53:54 -05:00
Tsu-ba-me
1cfd588448 fix(striker-ui): allow skip entry in form summary 2024-03-07 11:53:54 -05:00
Tsu-ba-me
e8ac1a9c4f fix(striker-ui): expose id, name in radio group 2024-03-07 11:53:54 -05:00
Tsu-ba-me
325594ef4b fix(striker-ui): always show test button in init host 2024-03-07 11:53:54 -05:00
Tsu-ba-me
2763163c54 fix(striker-ui): adjust messages during file uploads 2024-02-06 18:26:35 -05:00
Tsu-ba-me
c4250fbdb7 fix(striker-ui): use capitalize function from lodash 2024-01-29 13:13:52 -05:00
Tsu-ba-me
6a6e460961 fix(striker-ui): close form dialog after success in manage mail server 2024-01-29 13:13:52 -05:00
Tsu-ba-me
4c7792f17b fix(striker-ui): resolve type errors during build 2024-01-29 13:13:52 -05:00
Tsu-ba-me
de09c47caa fix(striker-ui): close form after success in manage mail recipients 2024-01-29 13:13:51 -05:00
Tsu-ba-me
7687803148 fix(striker-ui): add form dialog open setters to CRUD list form tools 2024-01-29 13:13:51 -05:00
Tsu-ba-me
b4408e78ce fix(striker-ui): allow customize delete promise chain in CRUD list 2024-01-29 13:13:51 -05:00
Tsu-ba-me
0192fb7bf6 fix(striker-ui): add empty list message to mail server, recipient management 2024-01-29 13:13:51 -05:00
Tsu-ba-me
8b55f73300 fix(striker-ui): allow create mail recipient along with alert overrides 2024-01-29 13:13:51 -05:00
Tsu-ba-me
1991acfa1d fix(striker-ui): duck-tape alert override update by wipe-n-create 2024-01-29 13:13:51 -05:00
Tsu-ba-me
9a6a4f8b7c fix(striker-ui): patch alert override CRUD operations; still has bugs 2024-01-29 13:13:51 -05:00
Tsu-ba-me
93416b0913 fix(striker-ui): default to scroll in CRUD list confirm dialog 2024-01-29 13:13:51 -05:00
Tsu-ba-me
3ea2fcc520 feat(striker-ui): add mail recipient management 2024-01-29 13:13:51 -05:00
Tsu-ba-me
1f5bf604e1 fix(striker-ui): add getGroupLabel, apply useMemo, simplify props passthrough in autocomplete 2024-01-29 13:13:51 -05:00
Tsu-ba-me
9bc2f2988c fix(striker-ui): correct colour of group label in autocomplete options 2024-01-29 13:13:51 -05:00
Tsu-ba-me
cc10eab7f3 fix(striker-ui): avoid always refreshing items in list by making key consistent 2024-01-29 13:13:51 -05:00
Tsu-ba-me
82ab298dc6 fix(striker-ui): correct generic types in select inputs 2024-01-29 13:13:51 -05:00
Tsu-ba-me
253d4f3623 fix(striker-ui): expose item click handler in CRUD list 2024-01-29 13:13:51 -05:00
Tsu-ba-me
d1bb8df8f2 fix(striker-ui): apply CRUD list to manage mail servers 2024-01-29 13:13:51 -05:00
Tsu-ba-me
aa060a3dd1 feat(striker-ui): add CRUD list 2024-01-29 13:13:51 -05:00
Tsu-ba-me
c623170334 feat(striker-ui): add manager mail server components 2024-01-29 13:13:51 -05:00
Tsu-ba-me
e1d6567097 fix(striker-ui): correct types in get formik error messages 2024-01-29 13:13:51 -05:00
Tsu-ba-me
2544794c5d fix(striker-ui): use variable id when getting field value in GateForm 2024-01-29 13:13:50 -05:00
Tsu-ba-me
83a0210ffa fix(striker-ui): remove protected state
According to breaking changes in react 18, hidden components cannot
trigger the useEffect hook.
See https://github.com/facebook/react/pull/22114

Since the warning is no longer triggered, we can safely remove the
workaround.
2024-01-26 13:37:30 -05:00
Tsu-ba-me
32ed298d27 fix(striker-ui): correct type of indicator value in IconWithIndicator 2024-01-26 13:37:30 -05:00
Tsu-ba-me
d528a85cdd fix(striker-ui): workaround for submit stays disabled until user focuses on every field 2023-12-21 15:36:36 -05:00
Tsu-ba-me
ed58c57835 fix(striker-ui): auto-suggest IPMI IP based on BCN in create manifest 2023-12-20 16:31:05 -05:00
Tsu-ba-me
997c501d6a fix(striker-ui): correct network count after remove in create manifest 2023-12-20 15:46:10 -05:00
Tsu-ba-me
805a42b691 fix(striker-ui): default new network to migration in create manifest 2023-12-20 15:25:37 -05:00
Tsu-ba-me
24c05e740c fix(striker-ui): guess network base, mask in create manifest 2023-12-19 18:59:28 -05:00
Tsu-ba-me
8b6b1a64a8 fix(striker-ui): suggest default BCN, SN, IFN IPs for each subnode in create manifest 2023-12-19 18:15:18 -05:00
Tsu-ba-me
2b90bf3a9f fix(striker-ui): allow auto update input value if not changed by user 2023-12-19 18:10:56 -05:00
Tsu-ba-me
0429c76294 fix(striker-ui): remove type ReactChangeEventHandler 2023-12-19 16:59:01 -05:00
Tsu-ba-me
92cae194c9 fix(striker-ui): change interface names to monospaced 2023-12-15 15:46:45 -05:00
Tsu-ba-me
2551404640 fix(striker-ui): remove interface indicator from ouside table in network management 2023-12-15 15:08:53 -05:00