File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 2.3.23 " ,
3+ "version" : " 2.3.24 " ,
44 "description" : " netdata UI kit" ,
55 "main" : " ./lib/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ import download from "./assets/download.svg"
8484import error from "./assets/error.svg"
8585import exclamation from "./assets/exclamation.svg"
8686import expand from "./assets/expand.svg"
87+ import feed from "./assets/feed.svg"
8788import filterList from "./assets/filterList.svg"
8889import forcePlay from "./assets/force_play.svg"
8990import forcePlayOutline from "./assets/force_play_outline.svg"
@@ -376,6 +377,7 @@ export const iconsList = {
376377 error,
377378 exclamation,
378379 expand,
380+ feed,
379381 filterList,
380382 firewallSolid,
381383 forcePlay,
You can’t perform that action at this time.
0 commit comments