Commit Graph

10 Commits

Author SHA1 Message Date
dlandon 16a8e7092d Fix share list not showing invalid storage configurations and some code cleanup. 2024-08-29 13:00:06 -05:00
dlandon 91e14b22db Fix detection of no mountable devices. 2024-05-27 06:49:52 -05:00
dlandon 1d5ff688ba Change no array detection. 2024-05-23 06:55:13 -05:00
dlandon a5cab82c29 Fix detection of unmountable disk when checking for no mountable disks . 2024-05-19 07:05:51 -05:00
dlandon d85d68de2e Exclude disks that have no device designation - disks are not assigned yet. 2024-05-13 18:15:57 -05:00
dlandon 414dddb008 Fix detection of no mountable disks available. 2024-05-12 20:11:31 -05:00
dlandon 9a76f69f5d Display message and disable add share button if there are no mountable array disks. 2024-05-08 09:59:41 -05:00
bergware 09e8740c04 Styling enhancements to improve consistency 2023-12-11 20:11:21 +01:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00