Align signal strength meter w/ adjacent col

This commit is contained in:
billz 2021-04-07 09:25:28 +01:00
parent f9e907e3ce
commit 30c42b8ea3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<div class="info-item col-xs-3"><?php echo _("Frequency"); ?></div><div class="info-value col-xs-3"><?php echo htmlspecialchars($frequency, ENT_QUOTES); ?></div>
</div>
</div>
<div class="col-md mt-2 d-flex justify-content-center">
<div class="col-md d-flex justify-content-center">
<script>var linkQ = <?php echo json_encode($strLinkQuality); ?>;</script>
<div class="chart-container">
<canvas id="divChartLinkQ"></canvas>