Commit Graph

1447 Commits

Author SHA1 Message Date
bergware c8e3f6805b Optimized ping test for plugins 2018-01-02 14:10:41 +01:00
bergware d234f9bbdd Allow multiple instances of web terminal 2017-12-31 11:45:51 +01:00
bergware 4499f0e457 Updated title 2017-12-30 13:50:14 +01:00
bergware b9ca10163f Changed CPU full/collapsed display and removed network collapsed display 2017-12-30 13:48:44 +01:00
bergware f666d4f912 Changed 'confusing' array status icon in footer 2017-12-30 13:03:29 +01:00
bergware 2a920897ef Merge branch '6.4-wip' of https://github.com/bergware/webgui into 6.4-wip 2017-12-30 12:17:56 +01:00
bergware 38fffde580 Merge remote-tracking branch 'limetech/6.4-wip' into 6.4-wip
# Conflicts:
#	plugins/dynamix/TerminalButton.page
#	plugins/dynamix/styles/default-azure.css
#	plugins/dynamix/styles/default-gray.css
2017-12-30 12:17:52 +01:00
bergware 80a0473e65 Merge branch '6.4-wip' into 6.4-wip 2017-12-30 11:42:25 +01:00
bergware 73a8655eda Merge branch '6.4-wip' into 6.4-wip 2017-12-30 11:41:23 +01:00
bergware 1d373d49a4 Replace hardcoded icons for programmable fields in themes AZURE and GRAY 2017-12-30 11:36:57 +01:00
Tom Mortensen 3fee7f7077 Add "Teerminal" button on menu bar. 2017-12-28 11:46:46 -08:00
tom mortensen e033e5c32e Merge pull request #234 from bergware/6.4-wip
Fixed SMART reports and tests on unassigned devices
2017-12-24 13:43:06 -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
tom mortensen 5fada369cc Merge pull request #232 from bergware/6.4-wip
Fixed docker network assignments list and associated help text
2017-12-21 08:42:18 -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
tom mortensen d31a6f6397 Merge pull request #227 from bergware/6.4-wip
Color coding for microcode lines in syslog
2017-12-18 10:57:22 -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
tom mortensen ed815a3015 Merge pull request #225 from bergware/6.4-wip
Suppress warnings in $docroot and $disk['fsSize'] variables
2017-12-15 08:39:43 -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
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
tom mortensen 429b6aaa98 Merge pull request #221 from Squidly271/patch-4
Diagnostics updates
2017-12-11 16:03:08 -08: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
tom mortensen 61687cb4d6 Merge pull request #220 from Squidly271/patch-3
Display message if docker service fails to start
2017-12-10 11:25:25 -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