Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1eb5513c39 | ||
|
|
13bf756eb6 | ||
|
|
05f801169b | ||
|
|
2061b695c6 |
@@ -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",
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
width: 620px;
|
||||
height: 830px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgba(50,40,26, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
padding: 0px 12px 0px 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@
|
||||
font-size: 32px;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
background-color: rgba(50,40,26, 0.7);
|
||||
background-color: rgba(19, 21, 23, 0.6);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
@@ -133,7 +133,7 @@ div#sm_item_icon {
|
||||
width: 360px;
|
||||
height: 734px;
|
||||
line-height: 50px;
|
||||
background-color: rgba(50,40,26, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ body {
|
||||
/* background-image: url(./images/bg_language_welcome_box.png);
|
||||
background-size: cover; */
|
||||
background-repeat: no-repeat;
|
||||
background: linear-gradient(rgba(50,40,26,0.7),rgba(50,46,26,0.85));
|
||||
background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
|
||||
border-radius: 11px;
|
||||
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 615 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 714 B |
Reference in New Issue
Block a user