bergware
c58c104b45
Align mover text syntax with other buttons
2017-10-30 14:02:36 +01:00
bergware
dfeab6ce67
Make text of DELETE keyfile clearer
2017-10-30 13:56:37 +01:00
bergware
47109541e0
Show last parity history log when system is restarted
2017-10-30 13:40:03 +01:00
bergware
145bcf3314
Minor code changes
2017-10-30 12:05:51 +01:00
bergware
984ae17bd2
Hide move button in schedule page when array is stopped
2017-10-30 12:02:12 +01:00
bergware
874e80f514
Fix regression error
2017-10-30 11:19:37 +01:00
bergware
34c73dbb8a
Visual enhancements Array Operation page
2017-10-30 11:15:18 +01:00
bergware
09cda2149f
Visual enhancements Array Operation page
2017-10-30 11:12:35 +01:00
bergware
dda96dff80
Copyright 2017 update
2017-10-30 09:26:06 +01:00
bergware
ce38e7cf71
Minor code changes
2017-10-30 09:01:59 +01:00
bergware
83b21080a3
Minor code updates
2017-10-30 08:43:17 +01:00
bergware
86118a0df6
Minor code updates
2017-10-30 08:03:29 +01:00
bergware
baa1f1613a
DeviceList code optimization
2017-10-30 00:15:33 +01:00
bergware
4df7bac94f
DeviceList code optimization
2017-10-29 23:59:02 +01:00
tom mortensen
ecdd873c54
Merge pull request #194 from bergware/6.4-wip
...
NVMe devices attribute reading + temperature warning enhancements
2017-10-29 11:53:16 -07:00
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
e372a37849
Merge branch '6.4-wip' of github.com:limetech/webgui into 6.4-wip
2017-10-23 09:46:51 -07:00
Tom Mortensen
d5495c95e0
If no registration key present do not permit LE SSL cert provisioning.
...
Help text changes.
2017-10-23 09:45:48 -07:00
Tom Mortensen
851aeddc3f
Minor text change.
2017-10-23 09:45:07 -07: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