add automatic update duration field
This commit is contained in:
parent
5c61411280
commit
794a7021c9
1 changed files with 20 additions and 0 deletions
|
@ -102,6 +102,25 @@
|
|||
></button>
|
||||
</side>
|
||||
</section>
|
||||
<section class="input-group">
|
||||
<label class="input-description">
|
||||
<legend
|
||||
for="duration"
|
||||
class="flow-text"
|
||||
></legend>
|
||||
<label
|
||||
for="settings_update_duration_description"
|
||||
></label>
|
||||
</label>
|
||||
<div class="input-field">
|
||||
<input
|
||||
type="number"
|
||||
data-store="settings,sync,duration"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<label for="settings_update_duration_prompt"></label>
|
||||
</div>
|
||||
</section>
|
||||
<section class="input-group">
|
||||
<label class="input-description">
|
||||
<legend
|
||||
|
@ -117,6 +136,7 @@
|
|||
type="password"
|
||||
data-store="settings,analysis,api,key"
|
||||
data-store-location="1"
|
||||
placeholder=" "
|
||||
/>
|
||||
<label for="API_Key"></label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue