Commit Graph

38 Commits

Author SHA1 Message Date
Tom Mortensen 280e7a52cd Change zfs profile text 'raid0' to 'stripe' 2024-05-18 18:50:55 -07:00
dlandon b34fe9838a Disable Reiserfs selections in drop down. 2024-05-11 04:03:44 -05:00
Tom Mortensen 2a6c09f9c9 better handling of marking form fields 'disabled' 2024-04-22 11:51:07 -07:00
tom mortensen 7c318c11f1 Merge pull request #1667 from jski/master
Add additional USB device passthrough smartmontools options to webgui
2024-04-03 15:52:37 -07:00
Tom Mortensen 3b2ed257da permit file system selection with array Started only if fle system type is 'auto' 2024-03-26 18:22:21 -07:00
jski 10d590fc66 Fixed two typos, thanks @ljm42 2024-03-16 15:28:20 -04:00
jski 415cb252e7 Missed one section to add the new settings in DeviceInfo.page 2024-03-14 19:21:59 -04:00
jski 9524159cf2 Added options for USB passthrough devices on DeviceInfo.page, using info from https://www.smartmontools.org/wiki/USB for smartmontools 7.3 2024-03-14 14:42:42 -04:00
bergware 8dd6e6dd1b More enhancements and fixes based on feedback
- Disk settings: Separate SSD temperature thresholds
- Dashboard: more descriptive system resources + tooltip
- Wrappers: fix NVME power value retrieval
2023-12-04 20:29:42 +01:00
bergware 1e82d109c4 DeviceInfo: fix regression error 2023-12-02 19:10:58 +01:00
bergware 161d5f1481 DeviceInfo: fix device cycling 2023-12-02 17:28:14 +01:00
bergware 9663867b47 Introduce new disk setting "Default SSD offset temperature"
- add celsius / fahrenheit conversion routines
2023-12-02 11:49:14 +01:00
bergware 6bca833663 Make SSD offset a variable instead of hardcoded
Hidden variable for the moment
2023-12-02 10:13:38 +01:00
bergware f34542d5d7 Set temperature thresholds for SSD devices automatically higher 2023-12-02 04:24:44 +01:00
bergware b1f7b37ff0 Set temperature thresholds for SSD devices automatically higher
- Add 15 degrees extra for SSD devices as standard 'hot' and 'max' thresholds
- User can overwrite defaults by setting thresholds for a specific device
2023-12-02 02:08:47 +01:00
bergware f6f0458dbb pdated: NVME power state / temp threshold 2023-11-30 22:37:40 +01:00
bergware b2a26954fd Add automatics NVME temperature thresholds 2023-11-30 16:16:21 +01:00
bergware 3a073ed4bd Code alignment 2023-11-04 10:05:51 +01:00
bergware 58ad4a8c87 Fixes for ZFS subpools 2023-11-02 13:51:41 +01:00
bergware 76757b5cf0 Fixes for ZFS subpools 2023-11-02 13:07:48 +01:00
bergware ec125653d6 Fixes for ZFS subpools 2023-11-02 12:10:58 +01:00
bergware 44e2a8ca6e Fixes for ZFS subpools 2023-11-02 05:04:55 +01:00
bergware 6bea55b8d2 Update DeviceInfo.page 2023-11-02 03:13:47 +01:00
bergware b037b2f1d7 Update DeviceInfo.page 2023-11-02 03:04:41 +01:00
bergware 5206813efe Update DeviceInfo.page 2023-11-02 02:55:22 +01:00
bergware d09c9142e8 Remove Erase button from ZFS subpools 2023-11-02 01:56:06 +01:00
bergware b072f98787 Make $subpools a global variable (single occurence) 2023-10-26 23:28:30 +02:00
Tom Mortensen 3b2540a2fc corrections displaying zfs profiles 2023-10-26 14:09:36 -07:00
bergware ceeb125ba9 Use "null coalescing assignment" operator for $docroot 2023-10-26 14:00:15 +02:00
bergware 6d20bdc430 Make dialog window appearance more consistent 2023-10-25 18:50:51 +02: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 2f82d097b6 Make dialog boxes consistent 2023-10-14 14:41:17 +02:00
bergware 378eb9916c Make dialog boxes consistent 2023-10-14 14:18:56 +02:00
Tom Mortensen eda1d50ac4 zfs subpool support 2023-09-25 11:37:34 -07:00
bergware 6d0f1c3c4b Pool minimum free space: only enabled when array is stopped 2023-08-07 22:41:46 +02:00
bergware 4ee1b3e9d1 Pools: show "Minimum free space" as absolute number instead of percentage 2023-07-19 11:42:30 +02:00
bergware a8cf94d7b3 DeviceInfo: fix incorrect floor size entries 2023-06-10 11:26:07 +02:00
Tom Mortensen f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00