Commit 439ed518d06b8ecda91e48a4a63ba89237ae11c1
1 parent
2c688df7
Affichage du réseau
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/network.php
... | ... | @@ -15,7 +15,7 @@ $raspberrys = getRaspberrys(); |
15 | 15 | { |
16 | 16 | $ip = $raspberry['ip']; |
17 | 17 | ?> |
18 | - <table class="table table-striped table-hover"> | |
18 | + <table class="table table-striped table-hover table-bordered"> | |
19 | 19 | <thead class="thead-dark"> |
20 | 20 | <th width="15%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th> |
21 | 21 | <th width="85%" colspan="3"><p style="font-size: 14px;"><?php echo $ip;?></p></th> | ... | ... |