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.24 " ,
3+ "version" : " 4.3.25 " ,
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 @@ -186,6 +186,7 @@ import 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"
188188import notificationTrigger from "./assets/notification_trigger.svg"
189+ import okta from "./assets/okta.svg"
189190import os from "./assets/os/os.svg"
190191import osAlpineLinux from "./assets/os/alpine_linux.svg"
191192import osAmazonLinux from "./assets/os/amazon_linux.svg"
@@ -577,6 +578,7 @@ export const iconsList = {
577578 notification_shortcut_enabled,
578579 notification_shortcut_disabled,
579580 notificationTrigger,
581+ okta,
580582 os,
581583 osAlpineLinux,
582584 osAmazonLinux,
You can’t perform that action at this time.
0 commit comments