mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
fix for ip selection ctr+c
This commit is contained in:
parent
ea24113610
commit
d3c98afa61
5 changed files with 10 additions and 8 deletions
|
@ -110,7 +110,7 @@
|
|||
<?=$key?> <? if(!empty($data[$key]['SRC'])) echo "<span>⇢ ".$data[$key]['SRC']."</span> "; if($data[$key]['RECORDS']) echo '<span>/ '.$data[$key]['RECORDS'].'</span>';?>
|
||||
</div>
|
||||
<div class="l-unit__ip">
|
||||
<?=str_replace('.', ' . ', $data[$key]['IP'])?>
|
||||
<?=str_replace('.', '<span>.</span>', $data[$key]['IP'])?>
|
||||
</div>
|
||||
<!-- /.l-unit__ip -->
|
||||
|
||||
|
|
|
@ -41,9 +41,7 @@
|
|||
</table>
|
||||
<!-- -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<? display_error_block() ?>
|
||||
|
||||
<!-- /.l-sort -->
|
||||
|
@ -169,7 +167,7 @@
|
|||
</div>
|
||||
<!-- /.l-unit__name -->
|
||||
<div class="l-unit__ip">
|
||||
<?=str_replace('.', ' . ', $data[$key]['IP'])?>
|
||||
<?=str_replace('.', '<span>.</span>', $data[$key]['IP'])?>
|
||||
</div>
|
||||
<!-- /.l-unit__ip -->
|
||||
<div class="l-unit__stats">
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
<?=$key?> <? if(!empty($data[$key]['SRC'])) echo "<span>⇢ ".$data[$key]['SRC']."</span> "; if($data[$key]['RECORDS']) echo '<span>/ '.$data[$key]['RECORDS'].'</span>';?>
|
||||
</div>
|
||||
<div class="l-unit__ip">
|
||||
<?=str_replace('.', ' . ', $data[$key]['IP'])?>
|
||||
<?=str_replace('.', '<span>.</span>', $data[$key]['IP'])?>
|
||||
</div>
|
||||
<!-- /.l-unit__ip -->
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
</div>
|
||||
<!-- /.l-unit__name -->
|
||||
<div class="l-unit__ip">
|
||||
<?=str_replace('.', ' . ', $data[$key]['IP'])?>
|
||||
<?=str_replace('.', '<span>.</span>', $data[$key]['IP'])?>
|
||||
</div>
|
||||
<!-- /.l-unit__ip -->
|
||||
<div class="l-unit__stats">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue