fixed some formwatting on the scan page

This commit is contained in:
UpstreamData
2022-02-25 16:11:06 -07:00
parent e37e9e2251
commit 81911ba549

View File

@@ -5,14 +5,14 @@
<div class="input-group mb-3"> <div class="input-group mb-3">
<span class="input-group-text" id="scan-ip">Subnet</span> <span class="input-group-text" id="scan-ip">Subnet</span>
<input type="text" class="form-control" id="messageText" placeholder="192.168.1.1/24" aria-describedby="scan-ip"> <input type="text" class="form-control" id="messageText" placeholder="192.168.1.1/24" aria-describedby="scan-ip">
<span class="input-group-text"><button>Scan</button></span> <button class="btn btn-primary" onclick="sendMessage()" type="button">Scan</button>
</div> </div>
</form> </form>
</div> </div>
<div class="row w-100"> <div class="row w-100">
<table class="table table-striped table-responsive" style="max-height:300px;"> <table class="table table-striped table-responsive" style="max-height:300px;">
<thead class="table-dark"> <thead>
<tr> <tr>
<th class="active col-1"> <th class="active col-1">
<input type="checkbox" class="select-all checkbox" name="select-all" id="selectAllCheckbox"/> <input type="checkbox" class="select-all checkbox" name="select-all" id="selectAllCheckbox"/>