mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix local icon in library
This commit is contained in:
parent
1e8f840993
commit
471eb4e92c
@ -32,7 +32,7 @@ function saveEntry(type,path,meta,body) {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
id: "local",
|
id: "local",
|
||||||
label: "editor:library.types.local",
|
label: "editor:library.types.local",
|
||||||
icon: "font-awesome/fa-hdd-o",
|
icon: "fa fa-hdd-o",
|
||||||
init: init,
|
init: init,
|
||||||
getEntry: getEntry,
|
getEntry: getEntry,
|
||||||
saveEntry: saveEntry
|
saveEntry: saveEntry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user