no return

This commit is contained in:
Kwimbee
2023-12-14 11:19:24 +01:00
parent b306a982de
commit 4f427eda4e
10 changed files with 16 additions and 14 deletions

View File

@@ -26,7 +26,7 @@
</div>
</div>
</nav>
<div class="fixed-top text-center device-label" id="pth" onclick="window.location = ('../index.html')"></div>
<div class="fixed-top text-center device-label" id="pth" ></div>
<div class="container-fluid in">
<h1>Discovery</h1>
<div class="row" id="boxes">
@@ -34,7 +34,7 @@
<div class="clearfix">
<div class="float-left pt02">
<input type="checkbox" id="w-ot">
<label for="w-ot" class="pl04"> Move devices with warning to top</label>
<label for="w-ot" class="pl04">Move devices with warning to top</label>
</div>
<button class="btn btn-primary float-right" id="scan">Discover (1)</button>
</div>