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 1
1
{
2
2
"name" : " @netdata/netdata-ui" ,
3
- "version" : " 2.6.3 " ,
3
+ "version" : " 2.6.4 " ,
4
4
"description" : " netdata UI kit" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ import feed from "./assets/feed.svg"
88
88
import filterList from "./assets/filterList.svg"
89
89
import forcePlay from "./assets/force_play.svg"
90
90
import forcePlayOutline from "./assets/force_play_outline.svg"
91
+ import functions from "./assets/functions.svg"
91
92
import gear from "./assets/gear.svg"
92
93
import github from "./assets/github.svg"
93
94
import goToNode from "./assets/go_to_node.svg"
@@ -384,6 +385,7 @@ export const iconsList = {
384
385
firewallSolid,
385
386
forcePlay,
386
387
forcePlayOutline,
388
+ functions,
387
389
gear,
388
390
github,
389
391
google,
You can’t perform that action at this time.
0 commit comments