Commit Graph

439 Commits

Author SHA1 Message Date
bergware 9dc646b95e Added next parity schedule indicator on dashboard page 2018-04-12 01:29:20 +02:00
bergware 5d61ff5e3b Added next parity schedule indicator on dashboard page 2018-04-12 00:54:13 +02:00
bergware 6cf64a0928 Added warning when system notifications are disabled 2018-04-02 22:35:43 +02:00
bergware 7fca22bfae Hide settings when interface is member of a bond or bridge
+ Bond/bridge membership is shown before interface state
2018-04-02 21:16:56 +02:00
bergware b6d86dc5f7 Docker enhancements and corrections
- delete cache files when container is deleted
- improved handling of user defined networks
-  optimized reading of container and image settings
- improved handling of container IP address assignment
- code optimization and consistency
2018-04-02 13:18:31 +02:00
bergware aae15f0d3c Sort unassigned devices by disk size, disk model, disk name
This groups disks together by size, followed by same model, and lastly
their assigned name (sdX)
2018-03-26 10:44:23 +02:00
bergware 8a88b87b82 Browse code optimization 2018-03-26 10:40:28 +02:00
bergware 4c14cf4ee2 Fixed: dashboard apps, properly initialize menu variable 2018-03-25 10:46:45 +02:00
bergware 06a4c3f668 Added version checking on css files 2018-03-22 12:19:17 +01:00
bergware 82f4c05422 Change animation to spinning "refresh" 2018-03-19 10:00:03 +01:00
bergware dfa76e6600 Moved NchanSubscriber.js into dynamix.js (single file load) 2018-03-19 08:15:49 +01:00
bergware b0f991841a Do Clear Statistics inline without complete page refresh 2018-03-18 22:19:13 +01:00
bergware 93ab98844f Change state using socket call to emhttpd 2018-03-18 20:17:32 +01:00
bergware e36e0bcc86 Change state using socket call to emhttpd 2018-03-18 20:15:11 +01:00
bergware a1da91914c Change state using socket call to emhttpd 2018-03-18 20:10:37 +01:00
bergware 9c13913429 Make disk spin up/down inline without refresh of complete page
+ added animation to spin up/down indicator
2018-03-18 15:15:06 +01:00
bergware a3fe701dfe Allow user sorting preference for containers and VMs
Sorting preference also dictates the sequence in which containers and
VMs are started and stopped (reversed)
2018-03-17 13:53:05 +01:00
bergware 4550957675 Regression: fix container sorting for Dashboard 2018-03-17 00:42:20 +01:00
bergware 242e2583c1 Corrected wrong menu references in Dashboard Apps 2018-03-11 14:05:17 +01:00
bergware 58e006a54b Miscellaneous corrections and optimizations 2018-03-10 15:03:09 +01:00
bergware 2c04699163 Minor changes
Sort pages natural, so numbers are in correct order, e.g. 10 is after 9
2018-03-09 09:25:34 +01:00
bergware 9279720b03 Update plugins table inline instead of rebuilding the complete list 2018-03-08 16:45:57 +01:00
bergware 99b77a6366 Standardize VM folder structure (step 2) 2018-03-07 18:41:52 +01:00
bergware 6c5723ec80 Move require_once statements to the top 2018-03-07 13:17:02 +01:00
bergware cf7f0402d1 Added user preference for VM list
Changed animation to spinning 'knob'
2018-03-06 22:46:00 +01:00
bergware a63ca4e43f Dashboard animation update 2018-03-06 09:10:14 +01:00
bergware e4c9710991 Load docker and vm lists in background to speed up rendering
Add rotating animation when starting or stopping a container or vm
2018-03-06 03:09:08 +01:00
bergware 657c19c751 Updated tablesorter to v2.29.6 and fixed sorting issue in browser 2018-03-01 20:06:12 +01:00
bergware 6e0bc0caec Add "Downgrade to previous version" selection 2018-02-24 09:47:22 +01:00
bergware e03a45057b Change notification icon to "close" 2018-02-23 14:37:44 +01:00
bergware 4ea4e98cae Major network enhancements 2018-02-06 18:59:43 +01:00
bergware aefbaba801 Fixed number display when >=10000 2018-02-05 15:52:02 +01:00
bergware 536a3723ef Disable array STOP button when BTRFS operation is running
With automatic re-enabling
2018-01-28 10:18:20 +01:00
bergware cc6f8ebe20 Round size in parity operation progress indicators 2018-01-28 08:20:12 +01:00
Tom Mortensen f099d3688d Change copyright string in header. Note really necessary to go change all the dates in all the files.
In fact, dates are not necessary at all to establish copyright.
2018-01-22 09:32:24 -08:00
bergware c86bb21bc8 Correct system information for systems with >= 1TB of RAM memory 2018-01-18 11:50:52 +01:00
bergware 7003a412b0 Included SMART attribute 199 2018-01-18 11:49:35 +01:00
Tom Mortensen 4edbb5173e Correct validation error in UpdateDNS 2018-01-08 22:18:08 -08:00
bergware 048e1c2a60 Use -x (extended all) option for generation of SMART reports 2018-01-04 19:14:42 +01:00
bergware 24e0a9e47d Minor code optimizations 2018-01-04 12:51:45 +01:00
Eric Schultz 82a9a4f549 Merge branch '6.4-wip' into patch-3 2018-01-01 14:29:44 -06:00
realies fb21fdabf6 allow links to link 2018-01-01 01:58:32 +00:00
bergware f666d4f912 Changed 'confusing' array status icon in footer 2017-12-30 13:03:29 +01:00
bergware bc6f0d85f6 Fixed SMART reports and tests on unassigned devices 2017-12-24 18:54:20 +01:00
bergware d95d0fbcad Color coding for microcode lines in syslog 2017-12-16 11:04:04 +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
Eric Schultz 65b9c1f0c8 auto collapse text labels from right menu bar when space is scarce 2017-12-12 08:00:06 -06: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