mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Frontend UI performance fix 2
This commit is contained in:
parent
bae14b2180
commit
9c9c06c2dc
4 changed files with 33 additions and 24 deletions
|
@ -9,7 +9,7 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="/css/styles.fix.css?1446554110">
|
||||
<link rel="stylesheet" href="/css/styles.fix.css?1446554111">
|
||||
<script>
|
||||
//
|
||||
// GLOBAL SETTINGS
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<div class="right_sidebar">
|
||||
<div class="io-log">
|
||||
<h2 class="io-log-h2" id="iologbutton">
|
||||
<?php
|
||||
|
@ -122,7 +123,7 @@
|
|||
<div>
|
||||
<?php
|
||||
$output='';
|
||||
exec (VESTA_CMD."v-list-user-log ".$CURRENT_USER_FINAL." json 15", $output, $return_var);
|
||||
exec (VESTA_CMD."v-list-user-log ".$CURRENT_USER_FINAL." json 25", $output, $return_var);
|
||||
check_error($return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
foreach ($data as $key => $value) {
|
||||
|
@ -153,6 +154,7 @@ foreach ($data as $key => $value) {
|
|||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/jquery-1.7.2.min.js?<?=JS_LATEST_UPDATE?>"></script>
|
||||
|
@ -165,7 +167,7 @@ foreach ($data as $key => $value) {
|
|||
<script type="text/javascript" src="/js/i18n.js.php?<?=JS_LATEST_UPDATE?>"></script>
|
||||
<script type="text/javascript" src="/js/templates.js?<?=JS_LATEST_UPDATE?>"></script>
|
||||
<script type="text/javascript" src="/js/jquery.finder.js?<?=JS_LATEST_UPDATE?>"></script>
|
||||
<script type="text/javascript" src="/js/fix.js?v=2"></script>
|
||||
<script type="text/javascript" src="/js/fix.js?v=4"></script>
|
||||
|
||||
<script>
|
||||
hover_menu = function() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue