mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
Use fixed grid cell height
This commit is contained in:
parent
b8fe27d215
commit
f97ad0395f
BIN
netbox/project-static/dist/netbox.js
vendored
BIN
netbox/project-static/dist/netbox.js
vendored
Binary file not shown.
@ -14,7 +14,9 @@ async function saveDashboardLayout(
|
|||||||
|
|
||||||
export function initDashboard(): void {
|
export function initDashboard(): void {
|
||||||
// Initialize the grid
|
// Initialize the grid
|
||||||
let grid = GridStack.init();
|
let grid = GridStack.init({
|
||||||
|
cellHeight: 100,
|
||||||
|
});
|
||||||
|
|
||||||
// Create a listener for the dashboard save button
|
// Create a listener for the dashboard save button
|
||||||
const gridSaveButton = document.getElementById('save_dashboard') as HTMLButtonElement;
|
const gridSaveButton = document.getElementById('save_dashboard') as HTMLButtonElement;
|
||||||
|
Loading…
Reference in New Issue
Block a user