mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6372: Implement layout improvements
This commit is contained in:
@ -9,6 +9,7 @@ import { initClipboard } from './clipboard';
|
||||
import { initDateSelector } from './dateSelector';
|
||||
import { initTableConfig } from './tableConfig';
|
||||
import { initInterfaceTable } from './tables';
|
||||
import { initSideNav } from './sidenav';
|
||||
|
||||
function init() {
|
||||
for (const init of [
|
||||
@ -23,6 +24,7 @@ function init() {
|
||||
initClipboard,
|
||||
initTableConfig,
|
||||
initInterfaceTable,
|
||||
initSideNav,
|
||||
]) {
|
||||
init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user