mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 01:40:58 -05:00
6.2-beta9
This commit is contained in:
@@ -305,7 +305,7 @@ $(function() {
|
||||
$.post('/webGui/include/Notify.php',{cmd:'init'},function(x){timers.notifier = setTimeout(notifier,0);});
|
||||
<?endif;?>
|
||||
$('input[value="Apply"],input[name="cmdEditShare"],input[name="cmdUserEdit"]').attr('disabled','disabled');
|
||||
$('form').find('select,input[type=text],input[type=number],input[type=password],input[type=checkbox],input[type=file],textarea').each(function(){$(this).change(function() {
|
||||
$('form').find('select,input[type=text],input[type=number],input[type=password],input[type=checkbox],input[type=file],textarea').each(function(){$(this).on('input',function() {
|
||||
var form = $(this).parentsUntil('form').parent();
|
||||
form.find('input[value="Apply"],input[name="cmdEditShare"],input[name="cmdUserEdit"]').removeAttr('disabled');
|
||||
form.find('input[value="Done"]').val('Reset').prop('onclick',null).click(function(){refresh(form.offset().top)});
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "unRAIDServer">
|
||||
<!ENTITY author "LimeTech">
|
||||
<!ENTITY version "6.2-beta8">
|
||||
<!ENTITY version "6.2-beta9">
|
||||
<!ENTITY pluginURL "https://raw.github.com/limetech/&name;/master/&name;.plg">
|
||||
|
||||
<!ENTITY category "beta">
|
||||
@@ -24,10 +24,17 @@
|
||||
unRAID Server OS Change Log
|
||||
===========================
|
||||
|
||||
Version 6.2-beta9
|
||||
-----------------
|
||||
- emhttp: array PQ support enabled only for Pro
|
||||
- unraid: fix bug in case of writing when and single Data disk plus Q is invalid
|
||||
- unraid: experimental 'pulse method' of sync stripe generation
|
||||
- webGui: enable Apply button upon 'input' instead of 'change' per Eric
|
||||
|
||||
Version 6.2-beta8
|
||||
-----------------
|
||||
- fix bug upgrading from pre-6.2 super.dat (Q was messed up)
|
||||
- using Erics kool kid git repot for build machine
|
||||
- unraid: fix bug upgrading from pre-6.2 super.dat (Q was messed up)
|
||||
- slack: using Erics kool kid git repot for build machine
|
||||
|
||||
Version 6.2-beta7
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user