removed EEPROM-Format from WebUI (use JSON-Upload)
This commit is contained in:
		| @@ -176,46 +176,6 @@ | |||||||
|           </p> |           </p> | ||||||
|         </div> |         </div> | ||||||
|         <!-- Div Group Purging --> |         <!-- Div Group Purging --> | ||||||
|         <!-- Div Group EEPROM formatting --> |  | ||||||
|         <hr /> |  | ||||||
|         <p> |  | ||||||
|         <h4>EEPROM formatieren</h4> |  | ||||||
|         <div class="alert alert-primary alert-dismissable show fade" role="alert"> |  | ||||||
|           <button type="button" class="close" data-dismiss="alert" aria-label="Close"> |  | ||||||
|             <span aria-hidden="true">×</span> |  | ||||||
|           </button> |  | ||||||
|           <strong>Achtung!</strong><br> |  | ||||||
|           Das Formatieren der EEPROM-Bereiche sollte nur ausgeführt werden wenn es unbedingt erforderlich ist! |  | ||||||
|           Hierdurch werden alle Einstellungen zurück gesetzt bzw. alle Betriebsdaten gehen verloren. |  | ||||||
|           Folgende Situationen erfordern unter anderem eine Formatierung: |  | ||||||
|           - Erstinitialisierung (bei neu aufgebautem Gerät) |  | ||||||
|           - Firmware-Update (nur wenn es die Release-Notes fordern) |  | ||||||
|         </div> |  | ||||||
|         <form action="post.htm" method="POST" class="form-horizontal"> |  | ||||||
|           <div class="form-group row"> |  | ||||||
|             <div class="offset-4 col-8"> |  | ||||||
|               <div class="form-check"> |  | ||||||
|                 <input class="form-check-input" type="checkbox" name="reset_ee_cfg" id="reset_ee_cfg"> |  | ||||||
|                 <label class="form-check-label" for="reset_ee_cfg"> |  | ||||||
|                   Bereich "CFG" |  | ||||||
|                 </label> |  | ||||||
|               </div> |  | ||||||
|               <div class="form-check"> |  | ||||||
|                 <input class="form-check-input" type="checkbox" name="reset_ee_pds" id="reset_ee_pds"> |  | ||||||
|                 <label class="form-check-label" for="reset_ee_pds"> |  | ||||||
|                   Bereich "PDS" |  | ||||||
|                 </label> |  | ||||||
|               </div> |  | ||||||
|             </div> |  | ||||||
|           </div> |  | ||||||
|           <div class="form-group row"> |  | ||||||
|             <div class="col text-center"> |  | ||||||
|               <button name="reset_ee_btn" type="submit" class="btn btn-outline-primary">EEPROM formatieren</button> |  | ||||||
|             </div> |  | ||||||
|           </div> |  | ||||||
|         </form> |  | ||||||
|         </p> |  | ||||||
|         <!-- Div Group EEPROM formatting --> |  | ||||||
|         <!-- Div Group LiveDebug --> |         <!-- Div Group LiveDebug --> | ||||||
|         <hr /> |         <hr /> | ||||||
|         <p> |         <p> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user