mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
added web-log viewer
This commit is contained in:
parent
f789b7fc91
commit
78d963eaee
12 changed files with 302 additions and 1 deletions
|
@ -109,6 +109,13 @@
|
|||
<?php print __('edit');?>
|
||||
</span>
|
||||
</a>
|
||||
<a href="/list/web-log/?domain=<?php echo $key ?>&type=access" target="_blank" class="data-controls">
|
||||
<span>
|
||||
<img src="/images/new_window.png" width="8px" height="8px">
|
||||
<?php print __('view logs');?>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<?php
|
||||
if (!empty($data[$key]['STATS'])) {
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue