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"
|
||||
data-store="settings,general,showApplicable"
|
||||
class="filled-in"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<span
|
||||
for="settings_general_showApplicable"
|
||||
|
@ -38,6 +39,7 @@
|
|||
type="checkbox"
|
||||
data-store="settings,general,injectToPage"
|
||||
class="filled-in"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<span
|
||||
for="settings_general_injectToPage"
|
||||
|
@ -55,6 +57,7 @@
|
|||
type="checkbox"
|
||||
data-store="settings,behavior,autoRun"
|
||||
class="filled-in"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<span
|
||||
for="settings_behavior_autoRun"
|
||||
|
@ -113,6 +116,7 @@
|
|||
<input
|
||||
type="password"
|
||||
data-store="settings,analysis,api,key"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<label for="API_Key"></label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue