Commit Graph

1398 Commits

Author SHA1 Message Date
Squidly271
c53790cdc6 Display message if docker service fails to start
Occasionally, the array is started but the docker service fails to start (unmountable docker.img as an example)  
Toss up a message instead of simply displaying a blank page
2017-12-09 12:55:13 -05:00
Eric Schultz
69ae223a36 fix ajaxprefilter to ignore case-sensitive check for POST 2017-12-07 18:38:02 -06:00
Eric Schultz
b7f42f574a Don't send csrf token with crossdomain requests 2017-12-06 21:28:18 -06:00
tom mortensen
4745a49e01 Merge pull request #218 from bergware/6.4-wip
Styled logout page, similar to shutdown/reboot
2017-12-05 09:38:45 -08: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
c4b02a74c4 More simple logout.htm 2017-12-05 11:54:23 +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
tom mortensen
2350abadfd Merge pull request #217 from bergware/6.4-wip
Corrected empty file system display
2017-11-30 10:27:55 -08:00
bergware
447ff1c53a Show "Device" as possible selection in Docker container 2017-11-30 12:01:15 +01: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
tom mortensen
52c3a2371e Merge pull request #214 from bergware/6.4-wip
Fixed allow "permit format" when input file is selected
2017-11-28 12:59:42 -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
a5384caf7b Fix incorrect size calculation in docker settings 2017-11-26 22:23:32 +01:00
bergware
c391d0a43e Fix incorrect size calculation in docker settings 2017-11-26 22:11:48 +01:00
bergware
64a120c0e6 Fix incorrect size calculation in docker settings 2017-11-26 21:27:13 +01: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
tom mortensen
37fadeb8a7 Merge pull request #213 from bergware/6.4-wip
System info - round numbers
2017-11-18 09:50:12 -08:00
bergware
b9c0e80fed System info - round numbers 2017-11-18 18:47:41 +01:00
tom mortensen
d7f994618f Merge pull request #212 from bergware/6.4-wip
Use MB as calculation unit + code enhancement
2017-11-18 08:54:13 -08:00
bergware
5170d485a7 Use MB as calculation unit + code enhancement 2017-11-18 12:45:35 +01:00
tom mortensen
0d22e6ed6c Merge pull request #211 from bergware/6.4-wip
Add SMART temperature reading for SAS devices [2]
2017-11-18 02:11:44 -08: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
tom mortensen
73bd0a578e Merge pull request #210 from bergware/6.4-wip
Add SMART temperature reading for SAS devices
2017-11-18 01:59:26 -08:00
bergware
b96f035e03 Add SMART temperature reading for SAS devices 2017-11-18 10:57:46 +01:00
tom mortensen
3c76eb2a9c Merge pull request #209 from bergware/6.4-wip
Revised SMART temperature reading logic
2017-11-18 00:25:27 -08: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
Eric Schultz
6830f00920 fix sorting on qemu machine types 2017-11-17 15:47:36 -06:00
tom mortensen
e968706a8c Merge pull request #208 from bergware/6.4-wip
Bring Encryption status on Dashboard page inline with Main page
2017-11-17 11:06:12 -08:00
bergware
83b1472a53 Bring Encryption status on Dashboard page inline with Main page 2017-11-17 19:59:03 +01:00
tom mortensen
d51c258d75 Merge pull request #206 from bergware/6.4-wip
Prefer temperature attribute 194 over 190 (consistency)
2017-11-17 09:29:27 -08: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
tom mortensen
3290bedf68 Merge pull request #205 from bergware/6.4-wip
Fixed: regression error in SMART acknowledgement on dashboard board
2017-11-16 10:21:10 -08:00
bergware
2575bcc754 Fixed: regression error in SMART acknowledgement on dashboard board 2017-11-16 19:10:48 +01:00
tom mortensen
4dbdd42184 Merge pull request #204 from bergware/6.4-wip
Fixed regression error in Dashboard statistics table
2017-11-16 09:58:18 -08: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
Eric Schultz
c081907483 Improve button styling on the Docker update dialog 2017-11-14 16:53:08 -06:00