Commit a0fea131e9754a6e23517885ab76c9c4c8ec62e7
1 parent
dc1068d9
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 | 15 | { |
16 | 16 | $ip = $raspberry['ip']; |
17 | 17 | ?> |
18 | - <table class="table table-striped table-bordered table-hover"> | |
18 | + <table class="table table-striped table-bordered table-hover" align="center"> | |
19 | 19 | <thead class="thead-dark"> |
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> | |
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> | |
22 | 22 | </thead> |
23 | 23 | <tbody> |
24 | 24 | <tr> | ... | ... |