mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
small cleanup
This commit is contained in:
parent
1287215837
commit
acc785e4ca
@ -52,7 +52,7 @@ const selectedStats = computed(() => {
|
|||||||
if (!!props.peerId || props.peerId.length) {
|
if (!!props.peerId || props.peerId.length) {
|
||||||
p = profile.Statistics(props.peerId)
|
p = profile.Statistics(props.peerId)
|
||||||
} else {
|
} else {
|
||||||
s = freshStats() // dummy peer to avoid 'undefined' exceptions
|
s = freshStats() // dummy stats to avoid 'undefined' exceptions
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -14,7 +14,7 @@
|
|||||||
let WGPORTAL_SITE_COMPANY_NAME="WireGuard Portal";
|
let WGPORTAL_SITE_COMPANY_NAME="WireGuard Portal";
|
||||||
</script>
|
</script>
|
||||||
<script src="/api/v0/config/frontend.js"></script>
|
<script src="/api/v0/config/frontend.js"></script>
|
||||||
<script type="module" crossorigin src="/app/assets/index-9ks1MleN.js"></script>
|
<script type="module" crossorigin src="/app/assets/index--mSsjyvF.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/app/assets/index-OMIWgeM9.css">
|
<link rel="stylesheet" crossorigin href="/app/assets/index-OMIWgeM9.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="d-flex flex-column min-vh-100">
|
<body class="d-flex flex-column min-vh-100">
|
||||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "wg-portal",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user