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