Commit Graph

1278 Commits

Author SHA1 Message Date
bergware 5e6db3cf12 Encryptiom enhancements 2017-10-29 19:22:48 +01:00
bergware 8986a35047 Encryption enhancements 2017-10-29 19:17:57 +01:00
bergware cd3f45b3dc All encryption settings on Main page 2017-10-29 18:37:12 +01:00
bergware b01519c173 Code optimizations 2017-10-29 18:28:21 +01:00
bergware 95ddd749f4 Improved SMART support (including NVMe) 2017-10-29 18:27:59 +01:00
bergware 7b3c04c913 All encryption settings on Main page 2017-10-29 18:26:47 +01:00
bergware 5a34babfff Place padlock icon left to text. Standardize padlock tooltip. 2017-10-29 01:19:55 +02:00
bergware 0eea338b9b Fix regression error in monitor script 2017-10-29 00:19:44 +02:00
bergware fa1c1ea0f6 Support for NVMe dvices in Main array 2017-10-28 18:57:22 +02:00
bergware c824233f84 Support temperature readings+warnings in Dashboard array overview 2017-10-28 18:56:42 +02:00
bergware 9bc83d39c1 Support temperature readings+warnings in Dashboard array overview 2017-10-28 18:56:00 +02:00
bergware b1f7407ded Monitor script: support temperature reading of NVMe devices
Plus some code optimizations
2017-10-28 18:54:25 +02:00
bergware 04d88d2e83 Minor change in my_temp function
default to Celsius
2017-10-28 18:52:45 +02:00
tom mortensen 85f30efec3 Merge pull request #192 from bergware/6.4-wip
Improved selection of DHCP ranges for macvlan networks
2017-10-23 09:44:23 -07:00
bergware ce6b3ded12 Enhancements in network settings 2017-10-23 01:32:35 +02:00
bergware 7ad7e2b2e5 Enhancements in network settings 2017-10-23 01:11:20 +02:00
bergware e60345c390 Improved selection of DHCP ranges for macvlan networks 2017-10-22 23:32:34 +02:00
bergware b7d5060223 Improved selection of DHCP ranges for macvlan networks 2017-10-22 23:21:51 +02:00
bergware d57b711ae8 Improved selection of DHCP ranges for macvlan networks 2017-10-22 23:10:29 +02:00
Tom Mortensen d3b08826ea In case of multiple non-hyperthreaded CPU's, entry for cpu 0 was skipped.
This was because code was testing for empty (blank) line like this:
  if (!$line) continue;
but a line consisting of string "0" will also be skipped.
Solution: get rid of that line, not needed anyway.
2017-10-21 11:23:34 -07:00
Tom Mortensen 11cdc64d0c Back out change that prohibited Format during parity sync/rebuild.
Minor correction in encryption settings.
2017-10-20 23:52:19 -07:00
Tom Mortensen a8d414ba07 In default file system selection dropdown, omit 'luks:' prefix from display to be consistent
with file system selection dropdown in Device Info page.
2017-10-20 23:50:44 -07:00
Tom Mortensen e46d347eae Minor wording change. 2017-10-20 23:49:57 -07:00
Tom Mortensen 5a7c26d86a Device info page link should be active for disabled non-present devices so that size of emulated
device can be examined, and file system check can be peformed.
2017-10-20 23:48:10 -07:00
Tom Mortensen 8cee0e4d48 In arrayOps form don't use "submit" as an 'id' string or else 'form.submit' is no longer a function!
To fix this I changed id="submit" to id="btnFormat".
2017-10-18 16:12:16 -07:00
Eric Schultz cb02f71137 Merge pull request #191 from Squidly271/patch-2
Add in device identifier and unRaid assignment to SMART filename
2017-10-17 08:46:27 -05:00
Eric Schultz cb09a5bad9 Merge pull request #190 from bergware/6.4-wip
Improved formatting of iommu groups
2017-10-17 08:45:10 -05:00
Eric Schultz 2e10386817 Merge pull request #189 from Squidly271/patch-1
Display dynamically rendered back to top icon
2017-10-17 08:42:34 -05:00
Eric Schultz f90e3e0b89 fix typo on Registration page 2017-10-17 08:41:41 -05:00
Squidly271 4b693d9b4a Add in device identifier and unRaid assignment to SMART filename within Diagnostics
Makes life easier with the reference rather than having to get the info via the syslog
2017-10-15 12:01:17 -04:00
bergware 29fee9c2ef Code optimization 2017-10-15 00:30:17 +02:00
bergware 989b6d865f Remove unused file 2017-10-14 20:14:45 +02:00
bergware 7c5ab7741e Show "Device is part of cache pool" description 2017-10-14 18:41:12 +02:00
bergware c4b8160599 Use shorthand javascript calls 2017-10-14 17:48:59 +02:00
bergware b51488d321 Make System Devices page more responsive 2017-10-14 16:09:58 +02:00
bergware e4eacbcb6f Improved formatting of iommu groups 2017-10-14 14:18:37 +02:00
bergware e49f3e5a2a Improved formatting of iommu groups 2017-10-14 14:16:17 +02:00
Squidly271 84c2a929ff Update DefaultPageLayout.php 2017-10-13 16:56:03 -04:00
Squidly271 df539da66d Display dynamically rendered back to top icon 2017-10-13 16:52:06 -04:00
Eric Schultz 22410f1873 Merge pull request #176 from realies/patch-1
Addition of Error Correction Type information
2017-10-12 09:44:29 -05:00
Eric Schultz 0096c69a1b reorder $star = "" 2017-10-12 09:43:19 -05:00
Eric Schultz b2d0e97441 Merge pull request #186 from Squidly271/6.4-wip
Support tooltipster CSS on bottom / left / right
2017-10-12 09:40:18 -05:00
Eric Schultz 881d358c3f fix Docker exec from replacing + with a space (fixes #182) 2017-10-12 07:25:55 -05:00
realies 472d699a4a Reduce dmidecode calls 2017-10-11 04:52:57 +03:00
Squidly271 61a863c20d Support tooltipster on bottom / left / right 2017-10-10 17:17:37 -04:00
Eric Schultz c23351c7ec Add unRAID icon to vm manager (closes #124) 2017-10-10 11:02:57 -05:00
Eric Schultz 27db350e36 Merge pull request #185 from Squidly271/patch-2
Prevent cron error entering syslog.
2017-10-10 10:45:54 -05:00
Eric Schultz db30f14039 Merge pull request #184 from bergware/6.4-wip
Take both parity disks in consideration on scheduler page
2017-10-10 10:45:01 -05:00
bergware 8b5b6f283d Normalize NVMe attributes list 2017-10-10 08:32:48 +02:00
bergware b8a86026ce Fix VLAN icon alignment for all themes 2017-10-09 22:01:42 +02:00