mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Disable backup download during application update on mobile #47
This commit is contained in:
parent
ec499cbec4
commit
415fec020e
7 changed files with 54 additions and 31 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=1.7.1" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.7.1" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.7.2" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.7.2" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.7.1"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.7.2"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">
|
||||
|
|
@ -435,9 +435,9 @@
|
|||
</form>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset id="fsUpdates" style="display:none">
|
||||
<fieldset id="fsUpdates" style="display:none;">
|
||||
<legend>Software/Firmware Updates</legend>
|
||||
<form method="post" action="/general" style="margin-top:8px;">
|
||||
<form method="post" action="/general" style="margin-top:8px;height:327px;">
|
||||
<div style="font-size:17px;">
|
||||
<span style="text-align:right;display:inline-block;color:#00bcd4;width:127px;margin-top:-27px;">Firmware:</span>
|
||||
<span id="spanFwVersion" style="padding-left:4px;display:inline-block;text-align:left;width:120px;">v-.--</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue