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