File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ <h3>mqtt</h3><hr/>
310
310
</ div >
311
311
<!-- split:config_header -->
312
312
< br />
313
- < h3 > {title} </ h3 > < hr />
313
+ < h3 > General </ h3 > < hr />
314
314
<!-- split:config_header -->
315
315
<!-- split:config_entry -->
316
316
< div class ="form-group ">
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const char HTML_INPUT[] PROGMEM = "<div class=\"col-md-4\"><div class=\"panel pa
6
6
const char HTML_VALUE_ON [] PROGMEM = "<span class=\"label label-success\">{value}</span>" ;
7
7
const char HTML_VALUE_OFF [] PROGMEM = "<span class=\"label label-danger\">{value}</span>" ;
8
8
const char HTML_MAIN2 [] PROGMEM = "</div></div></div><div role=\"tabpanel\" class=\"tab-pane\" id=\"config\"><div class=\"container-fluid\"><div class=\"row\"><div class=\"col-md-12\"><form class=\"form-horizontal\" action=\"/save\" method=\"POST\">" ;
9
- const char HTML_CONFIG_HEADER [] PROGMEM = "<br /><h3>{title} </h3><hr/>" ;
9
+ const char HTML_CONFIG_HEADER [] PROGMEM = "<br /><h3>General </h3><hr/>" ;
10
10
const char HTML_CONFIG_ENTRY [] PROGMEM = "<div class=\"form-group\"><label for=\"{key}\" class=\"col-sm-2 control-label\">{key}</label><div class=\"col-sm-8\"><input type=\"{type}\" class=\"form-control\" name=\"{key}\" placeholder=\"\" value=\"{value}\"></div></div>" ;
11
11
const char HTML_MAIN3 [] PROGMEM = "<hr/><div class=\"form-group\"><div class=\"col-sm-offset-9 col-sm-2\"><button type=\"submit\" class=\"btn btn-default\">Save</button></div></div></form></div></div></div></div><div role=\"tabpanel\" class=\"tab-pane\" id=\"about\"><br /><div class=\"container-fluid\"><div class=\"row\"><div class=\"col-md-12\"><h1>About</h1><p>Device is using EasyMqtt version 0.4</p><dl class=\"dl-horizontal\"><dt>Device Id</dt><dd>{device_id}</dd><dt>Topic</dt><dd>{topic}</dd></dl><hr /><h3>MQTT API:</h3><ul class=\"list-group\">" ;
12
12
const char HTML_MAIN4 [] PROGMEM = "</ul><hr /><h3>Rest API:</h3><ul class=\"list-group\">" ;
You can’t perform that action at this time.
0 commit comments