Commit Graph

2830 Commits

Author SHA1 Message Date
Josue
a0d45f3839 feat: add scrolling 2021-06-04 12:11:49 -04:00
Josue
84c46412d5 refactor: set speed and state of the slowest link 2021-06-04 12:11:49 -04:00
Josue
0386bf1b83 refactor: add scrolling and real bond speed 2021-06-04 12:11:49 -04:00
Josue
427588df0f refactor: change text component to allow unselected option 2021-06-04 12:11:49 -04:00
Josue
93d10e0528 fix: typo 2021-06-04 12:11:49 -04:00
Josue
caae2dd1e7 fix: change data value range to match design 2021-06-04 12:11:49 -04:00
Josue
12810ef501 refactor: add displaying node in use for a server 2021-06-04 12:11:49 -04:00
Josue
6ecd074990 feat: add tools to process network information for easier display 2021-06-04 12:11:49 -04:00
Josue
d6485b3ee9 refactor: remove unused styles and show host name 2021-06-04 12:11:49 -04:00
Josue
557782e1d0 refactor: reimplement the Node component to match the latest design 2021-06-04 12:11:49 -04:00
Josue
fbf22c310c fix: change header text in Storage component to 'Storage Resync' 2021-06-04 12:11:49 -04:00
Josue
82121508f3 refactor: adjust the size of all headers to a h4 type 2021-06-04 12:11:49 -04:00
Josue
ff10555b5a feat: add decorator to Shared Storage 2021-06-04 12:11:49 -04:00
Josue
f863f7a046 feat: add network component and data processing module 2021-06-04 12:11:49 -04:00
Josue
9ad619f269 fix: change mount_name prop to fit expected data format from server 2021-06-04 12:11:49 -04:00
Josue
704e77abde refactor: change component nesting to group shared storage by file system 2021-06-04 12:11:49 -04:00
Josue
8dc50d04f7 refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
bf19c17b3d fix: change the colour of the list item when hover over 2021-06-04 12:11:49 -04:00
Josue
e6bdd6224a refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
d5b380ea1f refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
b72dacb61f refactor: remove unnecessary Grid and use Anvil component in list 2021-06-04 12:11:49 -04:00
Josue
b496e8b847 refactor: remove Grid in favour of Box component 2021-06-04 12:11:49 -04:00
Josue
9f59f54315 refactor: use whiteSpace prop instead of style 2021-06-04 12:11:49 -04:00
Josue
0c43b126c8 refactor: remove style from Grid item and hide Storage component 2021-06-04 12:11:49 -04:00
Josue
f4a42a8e6d feat: add decorator to SelectedAnvil 2021-06-04 12:11:49 -04:00
Josue
3264361d19 refactor: reove Grid components and use Box instead 2021-06-04 12:11:49 -04:00
Josue
f4a6e1c520 feat: add decorator to the Anvils component 2021-06-04 12:11:49 -04:00
Josue
84fef7d98b feat: add decorator to the Servers component 2021-06-04 12:11:49 -04:00
Josue
97bfab3ec6 refactor: remove unused dependency 2021-06-04 12:11:49 -04:00
Josue
aed57f0500 refactor: group up types related to servers 2021-06-04 12:11:49 -04:00
Josue
3552dbffce refactor: include new components 2021-06-04 12:11:49 -04:00
Josue
a0a1237c5d feat: add placeholder component for the storage section 2021-06-04 12:11:49 -04:00
Josue
e072ac7455 feat: add placeholder component for the network section 2021-06-04 12:11:49 -04:00
Josue
4d55ab6b91 refactor: group up components to have clearer structure 2021-06-04 12:11:49 -04:00
Josue
718e654f24 refactor: remove components used in demo without MUI 2021-06-04 12:11:49 -04:00
Josue
dabec3be7a refactor: remove types used in demo without MUI 2021-06-04 12:11:49 -04:00
Josue
2ec90b1ea3 refactor: group up AnvilStatus types 2021-06-04 12:11:49 -04:00
Josue
1642b637ee refactor: group up AnvilSharedStorage types 2021-06-04 12:11:49 -04:00
Josue
5f2ca07549 refactor: group up AnvilList types 2021-06-04 12:11:49 -04:00
Josue
6abdfcc9a7 feat: add Servers component to list servers 2021-06-04 12:11:49 -04:00
Josue
92f53e8377 refactor: add threads to Total Cores information 2021-06-04 12:11:49 -04:00
Josue
ce539915a9 refactor: clean up Anvil list and enable click for list items 2021-06-04 12:11:49 -04:00
Josue
f892816d83 feat: add type for Anvil replicated storage 2021-06-04 12:11:49 -04:00
Josue
b1b3820948 feat: add type for Anvil servers 2021-06-04 12:11:49 -04:00
Josue
51c5a627aa feat: create SelectedAnvil component for a selectd Anvil from AnvilList 2021-06-04 12:11:49 -04:00
Josue
211613b110 fix: change ProgressBar style to match design 2021-06-04 12:11:49 -04:00
Josue
185cf1398e refactor: use the PanelHeader component with nodes to get the shifted header effecft 2021-06-04 12:11:49 -04:00
Josue
0f8c2452fd feat: create an AnvilList component to show Anvils' status and allow seelction 2021-06-04 12:11:49 -04:00
Josue
8d5a85aaad fix: change AllocationBar style to match design 2021-06-04 12:11:49 -04:00
Josue
415fbce267 refactor: tweak style to match shifted header design 2021-06-04 12:11:49 -04:00