mirror of https://github.com/sfeakes/AqualinkD.git
Update aqmanager.html
parent
76f3adfcb9
commit
d789fc2cfb
|
@ -1339,7 +1339,6 @@
|
|||
}
|
||||
|
||||
function setAqManagerOptions(data) {
|
||||
|
||||
/*
|
||||
read deamonized logging2file logfilename debugmasks[] loglevels[]
|
||||
if logfilename=NULL we can turn on/off logging to file.
|
||||
|
@ -1348,13 +1347,14 @@
|
|||
try{
|
||||
document.getElementById("aqualinkdversion").innerHTML = data['aqualinkd_version'];
|
||||
} catch (e){}
|
||||
|
||||
|
||||
if (data['deamonized'] == 'off') {
|
||||
//console.log("deamonized=" + data['deamonized'] + " Need to rename Restart to Reload");
|
||||
disablebutton("restart");
|
||||
disablebutton("upgrade");
|
||||
} else {
|
||||
enablebutton("restart");
|
||||
|
||||
if (data['aqualinkd_version']) {
|
||||
//document.getElementById("aqualinkdversion").innerHTML = data['aqualinkd_version'];
|
||||
if (data['aqualinkd_version'] == _latestVersionAvailable ) {
|
||||
|
|
Loading…
Reference in New Issue