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