small cleanup

This commit is contained in:
Christoph Haas 2024-03-12 22:32:05 +01:00
parent 1287215837
commit acc785e4ca
6 changed files with 5 additions and 11 deletions

View File

@ -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
} }
} }

View File

@ -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
View File

@ -1,6 +0,0 @@
{
"name": "wg-portal",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}