mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-05 00:36:18 +00:00
Push
This commit is contained in:
@@ -74,7 +74,9 @@ export default {
|
||||
<div class="card-body p-4">
|
||||
<div class="d-flex gap-2">
|
||||
<div class="d-flex flex-column gap-2 align-items-center">
|
||||
<canvas id="qrcode" class="rounded-3 shadow animate__animated animate__fadeIn animate__faster"
|
||||
<canvas id="qrcode"
|
||||
style="width: 200px !important; height: 200px !important;"
|
||||
class="rounded-3 shadow animate__animated animate__fadeIn animate__faster"
|
||||
:class="{'d-none': loading}"></canvas>
|
||||
<LocaleText t="Scan with WireGuard App" class="text-muted" v-if='this.selectedPeer.configuration.Protocol === "wg"'></LocaleText>
|
||||
<LocaleText t="Scan with AmneziaWG App" class="text-muted" v-if='this.selectedPeer.configuration.Protocol === "awg"'></LocaleText>
|
||||
@@ -103,4 +105,9 @@ export default {
|
||||
aspect-ratio: 1/1;
|
||||
}
|
||||
}
|
||||
|
||||
#qrcode{
|
||||
width: 200px !important;
|
||||
height: 200px !important;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user