Development
This commit is contained in:
parent
37d7f1303c
commit
a1a2cded14
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def _period_selector_html(current_period):
|
||||||
return (
|
return (
|
||||||
'<form method="post" action="/action/dnsserver/metrics_period_save"'
|
'<form method="post" action="/action/dnsserver/metrics_period_save"'
|
||||||
' style="display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem">'
|
' style="display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem">'
|
||||||
'<label class="form-label" style="margin:0;white-space:nowrap">Period</label>'
|
'<label class="form-label" style="margin:0;white-space:nowrap">Period:</label>'
|
||||||
f'<select name="metrics_period" class="form-input" style="width:auto"'
|
f'<select name="metrics_period" class="form-input" style="width:auto"'
|
||||||
f' onchange="this.form.submit()">{opts}</select>'
|
f' onchange="this.form.submit()">{opts}</select>'
|
||||||
f'<input type="hidden" name="config_hash" value="{factory.e(config_utils.config_hash())}"/>'
|
f'<input type="hidden" name="config_hash" value="{factory.e(config_utils.config_hash())}"/>'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue