mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
Fixed linter issues
This commit is contained in:
parent
554b91790c
commit
1fcb7327e4
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
@ -5,8 +5,8 @@ export const config = {
|
|||||||
html: (data: Dict) =>
|
html: (data: Dict) =>
|
||||||
`<i class="mdi mdi-close-circle ${data.className}" title="${data.title}"></i>`,
|
`<i class="mdi mdi-close-circle ${data.className}" title="${data.title}"></i>`,
|
||||||
},
|
},
|
||||||
remove_button:{
|
remove_button: {
|
||||||
title:'Remove this item',
|
title: "Remove this item",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user