mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
update connection lost page
[skip ci]
This commit is contained in:
parent
f349f4b0ee
commit
9fb0d9343d
@ -4,7 +4,7 @@
|
||||
sf_upload()
|
||||
{
|
||||
/usr/bin/expect <<-EOD
|
||||
spawn scp $1 hyperionsf37@frs.sourceforge.net:/home/frs/project/hyperion-project/dev/$3
|
||||
spawn scp $1 hyperionsf37@frs.sourceforge.net:/home/frs/project/hyperion-project/dev/$2
|
||||
expect "*(yes/no)*"
|
||||
send "yes\r"
|
||||
expect "*password:*"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div id="wrapper">
|
||||
<div class="container" style="margin:20px auto;">
|
||||
<div class="container" style="margin:20px auto;max-width:600px;">
|
||||
<center>
|
||||
<div class="logoimg" style="width:234px;height:80px;"></div>
|
||||
<img src="img/hyperion/hyperionlostconnection.png" alt="Redefine ambient light!">
|
||||
<div>
|
||||
<h2>Lost connection to Hyperion service!<h1>
|
||||
<hr>
|
||||
|
@ -56,11 +56,6 @@ table.borderless td,table.borderless th{border: none !important;}
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.logoimg{
|
||||
background-image: url('/img/hyperion/hyperionlogo.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
background-image: url('/img/hyperion/hyperionwhitelogo.png');
|
||||
background-repeat: no-repeat;
|
||||
|
BIN
assets/webconfig/img/hyperion/hyperionlostconnection.png
Normal file
BIN
assets/webconfig/img/hyperion/hyperionlostconnection.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -98,6 +98,7 @@
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="/"><img src="img/hyperion/hyperionlogo.png" alt="Redefine ambient light!" height="55"></a>
|
||||
<a class="navbar-brand" href="/"><img src="img/hyperion/hyperionlostconnection.png" alt="Redefine ambient light!" style="display:none;"></a>
|
||||
|
||||
</div>
|
||||
<!-- /.navbar-header -->
|
||||
|
Loading…
Reference in New Issue
Block a user