change update interval checking method
This commit is contained in:
parent
a0f8a7b0b3
commit
c2f5daac98
3 changed files with 16 additions and 22 deletions
|
@ -103,22 +103,9 @@
|
|||
</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>
|
||||
<input type="number" data-store="settings,sync,duration" data-store-location="1" placeholder=" " min=".25" step=".25" />
|
||||
<label for="settings_update_duration_description"></label>
|
||||
</div>
|
||||
</section>
|
||||
<section class="input-group">
|
||||
|
@ -132,12 +119,7 @@
|
|||
></label>
|
||||
</label>
|
||||
<div class="input-field">
|
||||
<input
|
||||
type="password"
|
||||
data-store="settings,analysis,api,key"
|
||||
data-store-location="1"
|
||||
placeholder=" "
|
||||
/>
|
||||
<input type="password" data-store="settings,analysis,api,key" data-store-location="1" placeholder=" " class="validate" required />
|
||||
<label for="API_Key"></label>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue