Skip to content

Commit 2f706a5

Browse files
committed
add breaks
1 parent 197ca3e commit 2f706a5

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

mycodo/mycodo_flask/templates/pages/dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<div class="row small-gutters" style="padding: 0.5em">
101101
<div class="col-12">
102102
<h5>{{_('Custom Options')}}</h5>
103+
<hr class="entry-break">
103104
</div>
104105
{% if 'custom_options_message' in dict_options %}
105106
{% include 'pages/form_options/Custom_Options_Message.html' %}

mycodo/mycodo_flask/templates/pages/data_options/input_options.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<div class="row small-gutters align-items-end" style="padding: 0.5em">
111111
<div class="col-12">
112112
<h5>{{_('Commands')}}</h5>
113+
<hr class="entry-break">
113114
</div>
114115
{% include 'pages/form_options/Custom_Actions_Message.html' %}
115116
<div class="col-auto small-gutters">
@@ -130,6 +131,7 @@ <h5>{{_('Commands')}}</h5>
130131
<div class="row small-gutters" style="padding: 0.5em">
131132
<div class="col-12">
132133
<h5>{{_('Options')}}</h5>
134+
<hr class="entry-break">
133135
</div>
134136

135137
<div class="col-auto">
@@ -195,6 +197,7 @@ <h5>{{_('Options')}}</h5>
195197
<div class="row small-gutters" style="padding: 0.5em">
196198
<div class="col-12">
197199
<h5>{{_('Custom Options')}}</h5>
200+
<hr class="entry-break">
198201
</div>
199202
{% if 'custom_options_message' in dict_options %}
200203
{% include 'pages/form_options/Custom_Options_Message.html' %}
@@ -217,6 +220,7 @@ <h5>{{_('Custom Options')}}</h5>
217220
<div class="row small-gutters" style="padding: 1em 0 0 0.5em">
218221
<div class="col-12">
219222
<h5>{{_('Channel Options')}}</h5>
223+
<hr class="entry-break">
220224
</div>
221225
</div>
222226

@@ -275,6 +279,7 @@ <h5>{{_('Channel Options')}}</h5>
275279
<div class="row small-gutters" style="border-bottom: 1px solid #ddd; padding: 0.5em 0.5em 0 0.5em">
276280
<div class="col-12">
277281
<h5>{{_('Measurement Settings')}}</h5>
282+
<hr class="entry-break">
278283
</div>
279284
</div>
280285
{% if "measurements_variable_amount" in dict_options and dict_options['measurements_variable_amount'] %}

mycodo/mycodo_flask/templates/pages/function_options/custom_function_options.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ <h5>{{_('Status')}}</h5>
128128
<div class="col-12" style="padding-top: 1em"></div>
129129
<div class="col-12">
130130
<h5>{{_('Commands')}}</h5>
131+
<hr class="entry-break">
131132
</div>
132133
{% include 'pages/form_options/Custom_Actions_Message.html' %}
133134
{% if each_function.device in custom_commands and custom_commands[each_function.device] %}
@@ -145,6 +146,7 @@ <h5>{{_('Commands')}}</h5>
145146
<div class="row small-gutters" style="padding: 0.5em">
146147
<div class="col-12">
147148
<h5>{{_('Options')}}</h5>
149+
<hr class="entry-break">
148150
</div>
149151
<div class="col-auto">
150152
{{form_function.name.label(class_='control-label')}}
@@ -187,6 +189,7 @@ <h5>{{_('Options')}}</h5>
187189
<div class="row small-gutters" style="padding: 1em 0 0 0.5em">
188190
<div class="col-12">
189191
<h5>{{_('Channel Options')}}</h5>
192+
<hr class="entry-break">
190193
</div>
191194
</div>
192195

@@ -247,9 +250,10 @@ <h5>{{_('Channel Options')}}</h5>
247250

248251
{% if show_measurement_settings %}
249252

250-
<div class="row small-gutters" style="border-bottom: 1px solid #ddd; padding: 0.5em 0.5em 0 0.5em">
253+
<div class="row small-gutters" style="padding: 0.5em 0.5em 0 0.5em">
251254
<div class="col-12">
252255
<h5>{{_('Measurement Settings')}}</h5>
256+
<hr class="entry-break">
253257
</div>
254258
</div>
255259

mycodo/mycodo_flask/templates/pages/output_options.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<div class="row small-gutters align-items-end" style="padding: 0.5em">
9090
<div class="col-12">
9191
<h5>{{_('Commands')}}</h5>
92+
<hr class="entry-break">
9293
</div>
9394
{% include 'pages/form_options/Custom_Actions_Message.html' %}
9495
{% if 'custom_commands' in dict_options %}
@@ -102,6 +103,7 @@ <h5>{{_('Commands')}}</h5>
102103
<div class="row small-gutters" style="padding: 0.5em">
103104
<div class="col-12">
104105
<h5>{{_('Options')}}</h5>
106+
<hr class="entry-break">
105107
</div>
106108

107109
<div class="col-auto">
@@ -142,6 +144,7 @@ <h5>{{_('Options')}}</h5>
142144
<div class="row small-gutters" style="padding: 0.5em">
143145
<div class="col-12">
144146
<h5>{{_('Custom Options')}}</h5>
147+
<hr class="entry-break">
145148
</div>
146149
{% if 'custom_options_message' in dict_options %}
147150
{% include 'pages/form_options/Custom_Options_Message.html' %}
@@ -166,6 +169,7 @@ <h5>{{_('Custom Options')}}</h5>
166169
<div class="row small-gutters" style="padding: 1em 0 0 0.5em">
167170
<div class="col-12">
168171
<h5>{{_('Channel Options')}}</h5>
172+
<hr class="entry-break">
169173
</div>
170174
</div>
171175

0 commit comments

Comments
 (0)