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:
parent
e06cc1bd2d
commit
e884fadb60
@ -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(); }
|
||||
};
|
||||
})();
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user