Commit Graph

1306 Commits

Author SHA1 Message Date
realies 69a4966706 add button hypertext reference 2018-01-01 02:01:48 +00:00
realies fb21fdabf6 allow links to link 2018-01-01 01:58:32 +00:00
Tom Mortensen 3fee7f7077 Add "Teerminal" button on menu bar. 2017-12-28 11:46:46 -08:00
bergware 6c15fc99da More SMART fixes for unassigned devices 2017-12-24 19:22:07 +01:00
bergware 90a34421cd More SMART fixes for unassigned devices 2017-12-24 19:20:50 +01:00
bergware bc6f0d85f6 Fixed SMART reports and tests on unassigned devices 2017-12-24 18:54:20 +01:00
tom mortensen 9e9459d9ca Merge pull request #233 from Squidly271/6.4-wip
Enable Apply button when changing a container's host path
2017-12-23 12:37:00 -08:00
Squidly271 23c2c064ec Enable Apply button when changing a container's host path 2017-12-23 09:49:33 -05:00
Eric Schultz 6c2842eaa1 Fix Docker container status to show "not available" when it fails to check for updates 2017-12-22 07:42:05 -06:00
Eric Schultz 1824dc641f Only save docker json files if content changes were made 2017-12-21 11:23:10 -06:00
tom mortensen 246e2296d0 Merge pull request #231 from Squidly271/6.4-wip
Add motherboard & bios info to diagnostics
2017-12-21 08:42:47 -08:00
bergware c7eacc3fe7 Fixed docker network assignments list and associated help text 2017-12-21 15:31:43 +01:00
Squidly271 8803a77537 Add motherboard & bios info to diagnostics 2017-12-20 22:29:12 -05:00
tom mortensen 4926131376 Merge pull request #226 from Squidly271/6.4-wip
Fix docker updates occasionally trying to remove wrong image
2017-12-18 10:58:59 -08:00
bergware aad58da56e Show certificate expiration in local time with user selected format 2017-12-17 17:26:13 +01:00
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
Squidly271 28e610735a Fix docker updates occasionally trying to remove wrong image
https://forums.lime-technology.com/topic/57985-docker-failure-to-remove-orphan-image-due-to-similar-named-image/

Also handles rare edge case of multiple containers installed with different tags all referring to an identical image at the time of upgrade
2017-12-15 18:39:37 -05: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
tom mortensen 7793808f4b Merge pull request #222 from Squidly271/patch-5
Allow special characters in host paths
2017-12-12 15:05:41 -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 1269c730c0 Update CreateDocker.php 2017-12-11 21:04:36 -05: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 0bf3e67855 Allow special characters in host paths
Most notably "&" as in /mnt/user/this&that
2017-12-11 20:08:32 -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
Squidly271 b3b855e83a Update Docker.page 2017-12-09 12:57:16 -05:00
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
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 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