Skip to content

Commit c3f42eb

Browse files
committed
progress on UI for media-device-selector
Signed-off-by: Laurent ARNAL <[email protected]>
1 parent 3b76e49 commit c3f42eb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

bundles/org.openhab.ui/web/src/pages/media/media-device-selector.vue

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
</f7-button>
88
</f7-nav-right>
99
</f7-navbar>
10-
<f7-link href="/mediadeviceselector/?path=/Root">Root</f7-link>
11-
<br/>
12-
<br/>
13-
14-
<h3>Media Device Selector</h3>
15-
16-
{{ node}}
17-
1810

11+
<ul>
12+
<div v-for="r1 in node.childs" style="display: inline;clear:both;" :class="{ 'sheet-opened': controlsOpened }">
13+
14+
<li>{{ r1.name}}</li>
15+
<br/>
16+
</div>
17+
</ul>
1918

2019

2120

0 commit comments

Comments
 (0)