Skip to content

Commit 51be4bd

Browse files
committed
ZWave select node tab as default
1 parent a3d98f5 commit 51be4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/app/hardware/setup/ZWave.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3 class="modal-title" id="ezwd_title">Excluding ZWave Node</h3>
125125
</li>
126126
</ul>
127127
<div id="my-tab-content" class="tab-content">
128-
<div class="tab-pane" id="tabnodes">
128+
<div class="tab-pane active" id="tabnodes">
129129
<!-- ============= Nodes ============= -->
130130
<section id="nodes">
131131
<div class="page-header-small">
@@ -204,7 +204,7 @@ <h1 data-i18n="Groups">Groups</h1>
204204
</div>
205205
</section>
206206
</div>
207-
<div class="tab-pane active" id="tabneighbours">
207+
<div class="tab-pane" id="tabneighbours">
208208
<!-- ============= Neighbours ============= -->
209209
<section id="neighbours">
210210
<div class="page-header-small">

0 commit comments

Comments
 (0)