1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

migrate table config to typescript & update templates

This commit is contained in:
checktheroads
2021-04-19 16:59:56 -07:00
parent 82ef6f8ac5
commit 03390815af
18 changed files with 127 additions and 31 deletions

View File

@ -8,6 +8,7 @@ import { initRackElevation } from './buttons';
import { initClipboard } from './clipboard';
import { initSearchBar, initInterfaceFilter } from './search';
import { initGenerateKeyPair, initLockUnlock, initGetSessionKey } from './secrets';
import { initTableConfig } from './tableConfig';
import { getElements } from './util';
const INITIALIZERS = [
@ -25,6 +26,7 @@ const INITIALIZERS = [
initLockUnlock,
initGetSessionKey,
initInterfaceFilter,
initTableConfig,
] as (() => void)[];
/**