Columns now stack at the md breakpoint (rather than the lg breakpoint)
This commit is contained in:
parent
81a240c428
commit
de19da02b0
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<body>
|
||||
<div class="container-lg mt-5">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-md-6">
|
||||
<table class="table">
|
||||
<form action="/auth_save/" method="post">
|
||||
<tr>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
</form>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="col-md-6">
|
||||
<div class="alert alert-info" role="alert">
|
||||
<p>● <b>WARNING!</b> Authentication is only safe when used over <b>https</b> and with a strong password.</p>
|
||||
<p>● <b>Expire after</b> - when user session expires. Can be set with suffixes <b>m</b>(minute), <b>h</b>(hour), <b>d</b>(day) or <b>M</b>(month). Default: <b>7d</b>.</p>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<body>
|
||||
<div class="container-lg mt-5">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-md-6">
|
||||
<table class="table">
|
||||
<form action="/save_config/" method="post">
|
||||
<tr>
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="col-md-6">
|
||||
<p>Current version: {{ .Version }}</p>
|
||||
<div class="alert alert-info" role="alert">
|
||||
<p>● There can be one or more <b>Interfaces</b>, space separated</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue