File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 2.6.3 " ,
3+ "version" : " 2.6.4 " ,
44 "description" : " netdata UI kit" ,
55 "main" : " ./lib/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ import feed from "./assets/feed.svg"
8888import filterList from "./assets/filterList.svg"
8989import forcePlay from "./assets/force_play.svg"
9090import forcePlayOutline from "./assets/force_play_outline.svg"
91+ import functions from "./assets/functions.svg"
9192import gear from "./assets/gear.svg"
9293import github from "./assets/github.svg"
9394import goToNode from "./assets/go_to_node.svg"
@@ -384,6 +385,7 @@ export const iconsList = {
384385 firewallSolid,
385386 forcePlay,
386387 forcePlayOutline,
388+ functions,
387389 gear,
388390 github,
389391 google,
You can’t perform that action at this time.
0 commit comments