bergware
ac35cc6abd
Theme optimization and alignment
2017-05-27 10:00:13 +02:00
Tom Mortensen
e33043428a
Get rid of Refresh button on Main page.
2017-05-26 12:11:39 -07:00
bergware
51da2692ed
Remove hard-coded button width
2017-05-25 22:51:03 +02:00
bergware
994bc95cc0
Theme optimizations and alignments
2017-05-25 18:22:10 +02:00
bergware
5109711e75
Theme optimizations and alignments
2017-05-25 17:34:38 +02:00
bergware
0fd2cff125
Minor corrections in RoutingTable.page
2017-05-25 17:28:34 +02:00
Eric Schultz
c944a0cf25
webGui: Added new themes 'Azure' and 'Gray'
2017-05-22 16:45:02 -05:00
Tom Mortensen
e7cee3ca1c
Use php curl library calls to access emthtpd via socket.
...
Connect emhttpd events to websocket publisher endpoints.
2017-05-22 14:07:21 -07:00
Tom Mortensen
dbf84c7b7d
The watchdog publisher connects to local unix socket.
2017-05-16 21:55:19 -07:00
Tom Mortensen
472ebc9b5f
Merge branch '6.4-wip' of github.com:limetech/webgui into 6.4-wip
2017-05-16 12:50:03 -07:00
Tom Mortensen
5f6eee021d
Send command straight to emhttpd.socket to update status.
2017-05-16 12:47:43 -07:00
Eric Schultz
c36449e0cc
webGui: Fixed persisting the show banner value after applying disk settings
2017-05-16 11:13:54 -05:00
Tom Mortensen
b2dc300fb0
Version 2017-05-14
2017-05-14 15:04:08 -07:00
Tom Mortensen
72b8527549
Merge branch '6.4-wip' of github.com:limetech/webgui into 6.4-wip
2017-05-14 15:03:12 -07:00
Tom Mortensen
d444703ed5
fixed timing issue where sometimes a cache assignment would not be preserved
...
In include/DefaultPageLayout.php there is an on-load function which disables all the buttons
named "Apply", and generates on-change functions for all form input fields which un-disables the form "Apply"
buttons. Meanwhile, when Main page loads, it generates POST requests to include/DeviceList.php to fill in
the array, cache, parity status sections. With array stopped, DeviceList.php generates forms that are used to
faciliate devivce assignment to array and cache slots, and these forms have a hidden input that defines the
emhttp api call to make (changeDevice=Apply). Well sometimes this form element is 'disabled', which causes
everything to function correctly from user perspective but since changeDevice=Apply is not sent, emhttp never
actually makes the assignment permanent. This issue is the result of some kind of race condition we are
triggering in the browser - I think because there are multiple on-change event functions being assigned
dynamically. The fix here is to change string "changeDevice=Apply" to "changeDevice=apply" in order to defeat
the script; the emhttp api will accept either "Apply" or "apply".
2017-05-14 14:07:09 -07:00
Eric Schultz
bd5516d990
ipv6 fixes for gateway
2017-05-13 16:44:01 -05:00
Tom Mortensen
0c223514d2
Registration page refinements
2017-05-13 12:19:36 -07:00
Tom Mortensen
fbabf92f62
fix 'btrfs check' running status not detected correctly
2017-05-13 11:59:43 -07:00
Eric Schultz
4c066effa6
Merge branch 'master' into 6.4-wip
2017-05-08 09:17:26 -05:00
Eric Schultz
f55f57515d
webGui: new watchdog service with websockets instead of ajax polling
2017-05-08 08:11:11 -05:00
bergware
69424d4e7a
Changed screen width to automatic with minimum of 1080
2017-05-07 16:09:02 +02:00
bergware
ccaab622f7
Changed screen width to automatic with minimum of 1080
2017-05-07 09:32:42 +02:00
Eric Schultz
3471bf0f36
webGui: networking now allows multi bonds and multi bridge groups
2017-05-05 10:18:30 -05:00
Tom Mortensen
516fcdc53d
Prevent "hidden" submit form elements from being marked disabled.
2017-04-25 08:57:50 -07:00
Tom Mortensen
a55738e606
Correct check for use of cache disk/pool.
2017-04-25 08:56:57 -07:00
Eric Schultz
a20b9cbb9e
Merge branch 'master' into 6.4-wip
2017-04-10 05:16:55 -05:00
Eric Schultz
0be96e04ff
Upgrade tooltipster to version 4.2.3 ( closes #105 )
2017-04-10 05:16:34 -05:00
Eric Schultz
37a848551d
IPv6 networking improvements by Bergware
2017-04-08 05:48:51 -05:00
Eric Schultz
0c290e150f
IPv6 networking improvements by Bergware
2017-04-07 05:24:43 -05:00
Eric Schultz
37d16104fb
IPv6 networking improvements by Bergware
2017-04-06 06:08:06 -05:00
Eric Schultz
aa2536cd06
Merge branch 'master' into 6.4-wip
2017-04-03 00:56:39 -05:00
bergware
6319939872
Fixed file read errors when system is started but array is stopped [2]
2017-04-03 07:54:21 +02:00
Eric Schultz
8c0e6edc64
Merge branch 'master' into 6.4-wip
2017-04-03 00:50:58 -05:00
bergware
898b3db387
Fixed file read errors when system is started but array is stopped
2017-04-03 07:48:31 +02:00
Eric Schultz
184407ce5b
Added "routing table" page to network settings
2017-04-02 20:04:22 -05:00
Eric Schultz
d49f1ba127
Merge branch 'master' into 6.4-wip
2017-04-02 20:01:18 -05:00
bergware
c3a3233e95
Fixed: regression errors
2017-04-03 01:21:37 +02:00
bergware
23231ac4b4
Fixed regression error in erroneous display of disk table on Dashboard page
2017-04-02 23:38:59 +02:00
Eric Schultz
2753bfb172
IPv6 multiple default gateway support by Berware
2017-04-01 20:57:04 -05:00
Eric Schultz
f3a5486a9d
IPv6 networking improvements by Bergware
2017-04-01 09:53:36 -05:00
Tom Mortensen
e39e135d16
Merge remote-tracking branch 'origin/master' into 6.4-wip
2017-03-31 08:31:09 -07:00
Tom Mortensen
38f5149d2d
Version 6.3.3 2017-03-30
2017-03-30 16:24:04 -07:00
Tom Mortensen
4f3efcf8f8
Add lscpu output to diagnositics
2017-03-30 13:50:07 -07:00
Tom Mortensen
04ac51eda5
Provide control to initiate btrfs balance on btrfs-formatted array devices and single cache device.
...
Remove preset btrfs balance options; btrfs-raid1 is default only for initial creation of multi-device pool.
DeviceInfo shows all check/balance/scrub operations but greyed out depending on arry started state.
2017-03-30 09:08:50 -07:00
Eric Schultz
a399e6b236
Merge branch 'master' into 6.4-wip
2017-03-27 18:27:22 -05:00
Eric Schultz
9db9ed8012
Add lscpu output to diagnositics
2017-03-27 18:26:38 -05:00
Eric Schultz
9b0b32d837
Merge from master
2017-03-27 18:21:18 -05:00
tom mortensen
f282325491
Merge pull request #100 from bergware/master
...
Fixed typos in "maintenance"
2017-03-27 13:08:34 -07:00
bergware
a052c8b620
Fixed typos in "maintenance"
2017-03-27 22:06:17 +02:00
tom mortensen
4295c3306b
Merge pull request #99 from Squidly271/patch-7
...
Remove href bookmarks on <a> elements
2017-03-27 13:00:50 -07:00