This commit is contained in:
iFargle
2023-03-22 11:04:48 +09:00
parent 68edc02b5c
commit cb07a521e6
2 changed files with 1 additions and 4 deletions

View File

@@ -73,6 +73,6 @@ display: none !important
visibility: visible;
}
.add_machine_selector_class {
.add_machine_selector_class.ul {
position: absolute;
}

View File

@@ -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