Skip to content

Commit 610937e

Browse files
committed
minor tweaks in device-site
1 parent d3a7b5a commit 610937e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

www/device-site.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Page 1 -->
44
<div id="sepiaFW-frame-page-1" class='sepiaFW-frames-page sepiaFW-carousel-pane'>
55
<h3>Device Local Site</h3>
6-
<p>Here you can configure the local site (location) data for this device.</p>
6+
<p>Here you can configure the local site (location) data for this device. Note that this data will be stored independently from user logins.</p>
77
<div id="sepiaFW-device-site-settings" class="group-container">
88
<div class="group">
99
<label>Location:</label>
@@ -53,8 +53,8 @@ <h3>Device Local Site</h3>
5353
SepiaFW.config.deviceLocalSiteOptions = {
5454
location: [
5555
{ "value": "", "name": "Not assigned" },
56-
{ "value": "home", "name": "Home" },
57-
{ "value": "mobile", "name": "Mobile" }
56+
{ "value": "home", "name": "Home" }
57+
//,{ "value": "mobile", "name": "Mobile" }
5858
],
5959
type: [
6060
{ "value": "", "name": "Not assigned" },
@@ -77,11 +77,11 @@ <h3>Device Local Site</h3>
7777
{ "value": "hallway", "name": "Hallway" },
7878
{ "value": "other", "name": "Other" }
7979
],
80-
//index: undefined, //free input, e.g. numbers: 1, 2, 212, ...
8180
updates: [
8281
{ "value": "off", "name": "Off" }
8382
//, { "value": "auto", "name": "Automatic" }
8483
]
84+
//, index: undefined, //free input, e.g. numbers: 1, 2, 212, ...
8585
};
8686
//TODO: we should load this data from server
8787

0 commit comments

Comments
 (0)