Commit Graph

22 Commits

Author SHA1 Message Date
dlandon 95353c143a Fix translation of 'Apply' when performing 'POST' that blocks updating; some code cleanup to combine messages and variable scope. 2024-07-01 12:12:09 -05:00
dlandon 84ad25fe18 Remove debug. 2024-06-30 11:40:59 -05:00
dlandon 27973b8e34 Remove sub pools from available pools in primary and secondary storage. 2024-06-30 09:34:46 -05:00
dlandon e621ccebb1 Primary only pool needs to use the primary device full size for floor calculations. 2024-05-27 13:38:54 -05:00
dlandon 095b931dad Code cleanuo. 2024-05-27 06:49:05 -05:00
dlandon 55c79439f3 Add language translation to missing pool messages; correct backwards prefer mover message. 2024-05-26 11:40:46 -05:00
dlandon 32c769e6bd Fixes from extensive testing. 2024-05-26 08:39:31 -05:00
dlandon a2d35294d3 Floor calculation needs to be based on secondary pool, not primary pool. 2024-05-23 18:49:42 -05:00
dlandon e256fa8313 Fixes for dealing with share predefined for array use that are dealt with differently when there are array disks. 2024-05-23 10:57:07 -05:00
dlandon ad2e98ea46 Handle the case when switching to no array, and an array 'prefer' move setting is set. 2024-05-23 09:32:58 -05:00
dlandon ed1ee47ce4 Changes to support array optional feature. 2024-05-23 08:44:10 -05:00
dlandon cebe945e81 Refactir siome Java Script code for readability. 2024-05-16 14:42:30 -05:00
dlandon 7532448241 Code cleanup and add safeName() to cleanup up share name before applying settings. 2024-05-16 13:36:40 -05:00
dlandon f184a79e85 Changes to address proper share floor calculations. 2024-05-16 13:31:00 -05:00
dlandon e988ef55fc Fix share floor calculation for pool disks. 2024-05-14 09:31:55 -05:00
dlandon 4cf3e39add Add validity check to share floor to limit to manual entry to less than max free on smallest disk. 2024-05-14 05:31:17 -05:00
dlandon 6790400629 Fix share floor calculation when the share is array only. 2024-05-13 13:02:27 -05: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
bergware dd503c9552 Shares: show "Minimum free space" as absolute number instead of percentage 2023-07-19 11:40:42 +02:00
bergware d476b316df Share Edit: make minimum free space settings always available 2023-07-11 08:55:08 +02:00
bergware a3c4baf96f Share Edit: make minimum free space settings always available 2023-07-10 23:29:13 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00