mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2026-04-02 10:39:07 +00:00
Change info box render size on large screens (#155)
This commit is contained in:
@@ -19,7 +19,7 @@ function renderClientList(data) {
|
||||
})
|
||||
|
||||
// render client html content
|
||||
let html = `<div class="col-sm-6" id="client_${obj.Client.id}">
|
||||
let html = `<div class="col-sm-6 col-md-6 col-lg-4" id="client_${obj.Client.id}">
|
||||
<div class="info-box">
|
||||
<div class="overlay" id="paused_${obj.Client.id}"` + clientStatusHtml
|
||||
+ `<i class="paused-client fas fa-3x fa-play" onclick="resumeClient('${obj.Client.id}')"></i>
|
||||
|
||||
Reference in New Issue
Block a user