Commit Graph

989 Commits

Author SHA1 Message Date
bergware
d95d0fbcad Color coding for microcode lines in syslog 2017-12-16 11:04:04 +01:00
Tom Mortensen
75ea8c5b29 Updated SSL certificate handling help text 2017-12-15 22:22:50 -08:00
bergware
670a73c3f2 Updated bond mode help text 2017-12-15 14:26:49 +01:00
bergware
7c97284e91 Suppress warnings in $docroot and $disk['fsSize'] variables
These are easy to correct warnings.
2017-12-14 13:53:31 +01:00
Tom Mortensen
81f3339179 Eliminate warning produced when php script invoked from command line. 2017-12-13 15:29:05 -08:00
Tom Mortensen
e10e0d0a7c move SSL provisioning and DNS update execute from client-side to server-side 2017-12-13 15:28:45 -08:00
tom mortensen
3fc56acde6 Merge pull request #223 from Squidly271/patch-6
Partial Reversion of #221
2017-12-12 15:05:57 -08:00
Eric Schultz
65b9c1f0c8 auto collapse text labels from right menu bar when space is scarce 2017-12-12 08:00:06 -06:00
Squidly271
2621615329 Partial Reversion of #221
ps -auxef includes the environment variables for running containers, which may contain sensitive information.
Change to ps -auxf which does not
2017-12-11 20:39:55 -05:00
Squidly271
44b3fc92ea Diagnostics updates
Human readable free memory
Full ps output with children, sorted by CPU usage
2017-12-11 16:04:04 -05:00
tom mortensen
de00480f9a Merge pull request #219 from bergware/6.4-wip
Small visual enhancement in array status (footer)
2017-12-10 11:26:36 -08:00
bergware
b7d5d8ffb7 Fixed cache pool message when array in maintenance mode 2017-12-09 18:20:57 +01:00
bergware
73b60ba091 Support IPv6 anycast addresses in routing table 2017-12-08 22:06:17 +01:00
Eric Schultz
69ae223a36 fix ajaxprefilter to ignore case-sensitive check for POST 2017-12-07 18:38:02 -06:00
bergware
3b054d37e2 Fixed missing btrfs check in diagnostics 2017-12-07 20:04:51 +01:00
Eric Schultz
b7f42f574a Don't send csrf token with crossdomain requests 2017-12-06 21:28:18 -06:00
bergware
51d64d9a5e Small visual enhancement in array status (footer) 2017-12-06 18:08:23 +01:00
bergware
2dbc6d35e1 Clear temp array variables 2017-12-05 17:40:41 +01:00
bergware
f8895c2b01 Code optimization 2017-12-05 15:18:56 +01:00
bergware
1fb48975f4 Allow "Code" field for button pages 2017-12-05 15:11:40 +01:00
bergware
5bd29ceb35 Bug fixes 2017-12-05 12:48:01 +01:00
bergware
e692acb90d Styled logout page, similar to shutdown/reboot 2017-12-05 10:18:12 +01:00
Tom Mortensen
b0625c05e6 Clear all the timers before logging out. 2017-12-04 16:30:00 -08:00
Tom Mortensen
4841691f3e Add "Logout" button. 2017-12-03 12:25:43 -08:00
bergware
8cc85cf71b Adjusted table height for white and black themes 2017-11-30 11:37:36 +01:00
bergware
97d3f89b78 Corrected empty file system display 2017-11-29 11:50:19 +01:00
Tom Mortensen
8344b5250b Show current 'fsProgress' string in footer if page refreshed. 2017-11-28 13:23:34 -08:00
Tom Mortensen
a5ddeae54f Merge branch '6.4-wip' of github.com:limetech/webgui into 6.4-wip 2017-11-28 13:00:09 -08:00
bergware
888b037a29 Allow separate DHCP + DNS settings for ipv4 and ipv6 2017-11-28 21:38:10 +01:00
Tom Mortensen
178e9e4f9a In share list and user list, use POST instead of GET in order pass csrf token in post body instead of URL. 2017-11-28 09:22:51 -08:00
bergware
6c346ed97b Fix regression error in last PR (okay now) 2017-11-26 16:53:22 +01:00
bergware
f5323f4118 Fixed regression error in previous PR. Use "echo" command for all functions 2017-11-26 16:32:51 +01:00
bergware
99db9016b2 Fixed allow "permit format" when input file is selected
+ Logical rearrangement of code sections
2017-11-26 14:03:21 +01:00
bergware
b9c0e80fed System info - round numbers 2017-11-18 18:47:41 +01:00
bergware
5170d485a7 Use MB as calculation unit + code enhancement 2017-11-18 12:45:35 +01:00
bergware
41175a59eb awk 'BEGIN{s=t=\"*\"}\$1==190{s=\$10};\$1==194{t=\$10;exit};\$1==\"Temperature:\"{t=\$2;exit};/^Current Drive Temperature:/{t=$4;exit} END{i 2017-11-18 11:00:12 +01:00
bergware
b96f035e03 Add SMART temperature reading for SAS devices 2017-11-18 10:57:46 +01:00
bergware
ce037aa444 Revised SMART temperature reading logic 2017-11-18 08:53:53 +01:00
bergware
011df063bd Revised SMART temperature reading logic
194 = raw value is first choice
190 = raw value is second choice
2017-11-18 08:42:36 +01:00
bergware
83b1472a53 Bring Encryption status on Dashboard page inline with Main page 2017-11-17 19:59:03 +01:00
bergware
78437e5ac0 Seperate reading of attributes 190 or 194 temperatures (194=T, 190=100-T) 2017-11-17 17:59:25 +01:00
bergware
ba0d06c71f Prefer temperature attribute 194 over 190 (consistency) 2017-11-17 08:12:43 +01:00
bergware
2575bcc754 Fixed: regression error in SMART acknowledgement on dashboard board 2017-11-16 19:10:48 +01:00
bergware
16e3aeee9f Fixed: force DNS server selection to static when using static IP assignment 2017-11-16 13:56:15 +01:00
bergware
59b240f1cf Fixed regression error in Dashboard statistics table 2017-11-16 10:43:18 +01:00
Tom Mortensen
2b4af54e2b Merge branch '6.4-wip' of github.com:limetech/webgui into 6.4-wip 2017-11-14 14:40:51 -08:00
Tom Mortensen
baff7e3c34 Do not display device spin up/down icons for non-present devices. 2017-11-14 14:05:10 -08:00
Tom Mortensen
bd5169aff8 Minor wording change. 2017-11-14 14:04:34 -08:00
bergware
9ab2a98961 Fixed dhcp field selection 2017-11-13 21:48:58 +01:00
Tom Mortensen
9e911118a1 Clarify logic. 2017-11-12 19:28:11 -08:00