Skip to content

Commit

Permalink
prevent tab flickering on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 24, 2019
1 parent 4c6dc04 commit 5432798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon_files/redmatic/www/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ul class="nav navbar-nav mr-auto d-flex flex-row mt-2" role="tablist" id="myTab">
<li class="nav-item ml-3">
<a class="nav-link active pb-0" id="configuration-tab" data-toggle="tab" role="tab" aria-controls="configuration" aria-selected href="#configuration">Configuration</a>
<a class="nav-link pb-0" id="configuration-tab" data-toggle="tab" role="tab" aria-controls="configuration" aria-selected href="#configuration">Configuration</a>
</li>
<li class="nav-item ml-3">
<a class="nav-link pb-0" id="packages-tab" data-toggle="tab" role="tab" aria-controls="packages" aria-selected href="#packages">Packages</a>
Expand Down Expand Up @@ -45,7 +45,7 @@
</div>

<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="configuration" role="tabpanel" aria-labelledby="configuration-tab">
<div class="tab-pane fade show" id="configuration" role="tabpanel" aria-labelledby="configuration-tab">
<div class="card mb-4">
<div class="card-body">
<a id="link-red" role="button" class="btn btn-sm btn-outline-info" target="_blank" href="/addons/red/"><i class="fa fa-external-link-alt"></i> Node-RED</a>
Expand Down

0 comments on commit 5432798

Please sign in to comment.