mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-25 10:04:45 +01:00
test
This commit is contained in:
@@ -71,4 +71,8 @@ display: none !important
|
||||
.nav-search.show, .nav-content.show {
|
||||
z-index: 1000;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.add_machine_selector_class {
|
||||
position: absolute;
|
||||
}
|
||||
@@ -578,7 +578,7 @@ function load_modal_add_machine() {
|
||||
|
||||
modal_body.innerHTML = select_html
|
||||
// Initialize the form and the machine tabs
|
||||
M.FormSelect.init(document.querySelectorAll('select'))
|
||||
M.FormSelect.init(document.querySelectorAll('select'){classes='add_machine_selector_class'})
|
||||
M.Tabs.init(document.getElementById('new_machine_tabs'));
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user