yWeb: merge Y_NI_Tools.sh into Y_Tools.sh

Origin commit data
------------------
Branch: ni/coolstream
Commit: ca3a58ce3f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)

Origin message was:
------------------
- yWeb: merge Y_NI_Tools.sh into Y_Tools.sh

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-09 22:37:07 +01:00
parent 491117ff83
commit d6f841c504
15 changed files with 787 additions and 801 deletions

View File

@@ -554,12 +554,12 @@ function goPort(_port)
window.open(host + ":" + _port, "_blank");
}
function Y_NI_Tools(_cmd, _tout){
function Y_Tools(_cmd, _tout){
var out = document.getElementById("out");
if (out)
out.innerHTML = "";
show_waitbox(true);
goUrl("/control/exec?Y_NI_Tools&" + _cmd);
goUrl("/control/exec?Y_Tools&" + _cmd);
if (typeof(_tout) == "undefined")
show_waitbox(false);
else