issue #12 Revert language select button on welcome page. Adjust reboot time when network error occured.
This commit is contained in:
@@ -214,8 +214,8 @@ HotelTV.Init = async function() {
|
||||
HotelTV.ui_utils.SetBusy(true);
|
||||
|
||||
const __ifxn_showFatalErr_Network = function() {
|
||||
let _tmval = 10;
|
||||
setTimeout(HotelTV.hal.Reboot, 10000);
|
||||
let _tmval = 30;
|
||||
setTimeout(HotelTV.hal.Reboot, 29000);
|
||||
HotelTV.ui_utils.SetBusy(false);
|
||||
HotelTV.ui_utils.ShowErrMsg(true,
|
||||
"system.error.get-devinfo",
|
||||
@@ -320,8 +320,8 @@ HotelTV.Init = async function() {
|
||||
console.log("System Need to Reboot");
|
||||
HotelTV.ui_utils.SetBusy(false);
|
||||
|
||||
let _tmval = 20;
|
||||
setTimeout(HotelTV.hal.Reboot, 20000);
|
||||
let _tmval = 30;
|
||||
setTimeout(HotelTV.hal.Reboot, 29000);
|
||||
HotelTV.ui_utils.ShowErrMsg(true,
|
||||
"system.info.change-configuration",
|
||||
"SYSTEM INFO",
|
||||
|
||||
Reference in New Issue
Block a user