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" : " 5.3.1 " ,
3+ "version" : " 5.3.2 " ,
44 "description" : " netdata UI kit" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/es6/index.js" ,
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ import connectivityStatusStale from "./assets/connectivity_status_stale.svg"
8585import container from "./assets/container.svg"
8686import controller_kind from "./assets/controller_kind.svg"
8787import controller_name from "./assets/controller_name.svg"
88+ import conversationSubject from "./assets/conversation_subject.svg"
8889import copy from "./assets/copy.svg"
8990import correlation from "./assets/correlation.svg"
9091import correlation_inv from "./assets/correlation_inv.svg"
@@ -552,6 +553,7 @@ export const iconsList = {
552553 container,
553554 controller_kind,
554555 controller_name,
556+ conversationSubject,
555557 copy,
556558 correlation_inv,
557559 correlation,
You can’t perform that action at this time.
0 commit comments