mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 02:58:17 -06:00
Fixed linter issues
This commit is contained in:
parent
1fcb7327e4
commit
53ef0b2172
@ -5,8 +5,6 @@ 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