mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-31 23:20:11 +02:00
Use new front-end based on Dashmin template
This commit is contained in:
parent
c118242c5b
commit
dbd7fafb34
4391 changed files with 228401 additions and 73494 deletions
17
UI/Pages/Components/Modals/QRModal.razor
Normal file
17
UI/Pages/Components/Modals/QRModal.razor
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="modal modal-sm fade" id="QRModal" tabindex="-1" aria-labelledby="QRModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="QRModalLabel">user's QR Code</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body text-center m-0 p-0">
|
||||
<img id="qr-src" src="" alt="QR" width="256" height="256">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue