added data storage to html
This commit is contained in:
parent
7ec08003bf
commit
fe5437e6d3
1 changed files with 191 additions and 187 deletions
|
@ -26,6 +26,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
data-store="settings,general,showApplicable"
|
data-store="settings,general,showApplicable"
|
||||||
class="filled-in"
|
class="filled-in"
|
||||||
|
data-store-location="1"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
for="settings_general_showApplicable"
|
for="settings_general_showApplicable"
|
||||||
|
@ -38,6 +39,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
data-store="settings,general,injectToPage"
|
data-store="settings,general,injectToPage"
|
||||||
class="filled-in"
|
class="filled-in"
|
||||||
|
data-store-location="1"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
for="settings_general_injectToPage"
|
for="settings_general_injectToPage"
|
||||||
|
@ -55,6 +57,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
data-store="settings,behavior,autoRun"
|
data-store="settings,behavior,autoRun"
|
||||||
class="filled-in"
|
class="filled-in"
|
||||||
|
data-store-location="1"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
for="settings_behavior_autoRun"
|
for="settings_behavior_autoRun"
|
||||||
|
@ -113,6 +116,7 @@
|
||||||
<input
|
<input
|
||||||
type="password"
|
type="password"
|
||||||
data-store="settings,analysis,api,key"
|
data-store="settings,analysis,api,key"
|
||||||
|
data-store-location="1"
|
||||||
/>
|
/>
|
||||||
<label for="API_Key"></label>
|
<label for="API_Key"></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue