File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 4.3.8 " ,
3+ "version" : " 4.3.9 " ,
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 @@ -185,6 +185,7 @@ import nodes_hollow from "./assets/nodes_hollow.svg"
185185import none_selected from "./assets/none_selected.svg"
186186import notification_shortcut_enabled from "./assets/notification_shortcut_enabled.svg"
187187import notification_shortcut_disabled from "./assets/notification_shortcut_disabled.svg"
188+ import notificationTrigger from "./assets/notification_trigger.svg"
188189import os from "./assets/os/os.svg"
189190import osAlpineLinux from "./assets/os/alpine_linux.svg"
190191import osAmazonLinux from "./assets/os/amazon_linux.svg"
@@ -573,6 +574,7 @@ export const iconsList = {
573574 notification,
574575 notification_shortcut_enabled,
575576 notification_shortcut_disabled,
577+ notificationTrigger,
576578 os,
577579 osAlpineLinux,
578580 osAmazonLinux,
You can’t perform that action at this time.
0 commit comments