Commit ae22e19cc93647ba703bbcf52f33c195314a9754
1 parent
a0fea131
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-bordered table-hover" align="center"> | |
18 | + <table class="table table-striped table-bordered table-hover" align="right"> | |
19 | 19 | <thead class="thead-dark"> |
20 | 20 | <th valign="middle" width="15%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th> |
21 | 21 | <th valign="middle" width="85%"><p style="font-size: 14px;"><?php echo $ip;?></p></th> | ... | ... |