1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00

fix: configuration.js close tag samp

This commit is contained in:
Nikita 2023-02-21 15:56:04 +03:00 committed by GitHub
parent e06cc1bd2d
commit e884fadb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,7 +516,7 @@ let peers = [];
<small class="text-muted" style="display: flex">
<strong>PEER</strong><strong style="margin-left: auto!important; opacity: 0; transition: 0.2s ease-in-out" class="text-primary">CLICK TO COPY</strong>
</small>
<h6><samp class="ml-auto key">${peer.id}/samp></h6>
<h6><samp class="ml-auto key">${peer.id}</samp></h6>
</div>`;
let peer_allowed_ip =
`<div class="col-sm">
@ -1024,4 +1024,4 @@ let peers = [];
stillLoadingProgressBar: () => { stillLoadingProgressBar(); },
endProgressBar: () => { endProgressBar(); }
};
})();
})();