mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-23 19:04:46 +01:00
test
This commit is contained in:
@@ -73,6 +73,6 @@ display: none !important
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.add_machine_selector_class {
|
||||
.add_machine_selector_class.ul {
|
||||
position: absolute;
|
||||
}
|
||||
@@ -586,10 +586,7 @@ function load_modal_add_machine() {
|
||||
</div>`
|
||||
for (let i=0; i < response.users.length; i++) {
|
||||
var name = response["users"][i]["name"]
|
||||
select_html = select_html+`<p><br></p>`
|
||||
}
|
||||
select_html = select_html+`<p><br></p>`
|
||||
select_html = select_html+`<p><br></p>`
|
||||
|
||||
modal_body.innerHTML = select_html
|
||||
// Initialize the form and the machine tabs
|
||||
|
||||
Reference in New Issue
Block a user