diff --git a/static/css/overrides.css b/static/css/overrides.css index 694d0e5..74e182f 100644 --- a/static/css/overrides.css +++ b/static/css/overrides.css @@ -73,6 +73,6 @@ display: none !important visibility: visible; } -.add_machine_selector_class { +.add_machine_selector_class.ul { position: absolute; } \ No newline at end of file diff --git a/static/js/custom.js b/static/js/custom.js index c4b182c..5aad72c 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -586,10 +586,7 @@ function load_modal_add_machine() { ` for (let i=0; i < response.users.length; i++) { var name = response["users"][i]["name"] - select_html = select_html+`


` } - select_html = select_html+`


` - select_html = select_html+`


` modal_body.innerHTML = select_html // Initialize the form and the machine tabs