File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 4.4.4 " ,
3+ "version" : " 4.4.5 " ,
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 @@ -189,6 +189,7 @@ import notification_shortcut_enabled from "./assets/notification_shortcut_enable
189189import notification_shortcut_disabled from "./assets/notification_shortcut_disabled.svg"
190190import notificationTrigger from "./assets/notification_trigger.svg"
191191import okta from "./assets/okta.svg"
192+ import openid from "./assets/openid.svg"
192193import os from "./assets/os/os.svg"
193194import osAlpineLinux from "./assets/os/alpine_linux.svg"
194195import osAmazonLinux from "./assets/os/amazon_linux.svg"
@@ -583,6 +584,7 @@ export const iconsList = {
583584 notification_shortcut_disabled,
584585 notificationTrigger,
585586 okta,
587+ openid,
586588 os,
587589 osAlpineLinux,
588590 osAmazonLinux,
You can’t perform that action at this time.
0 commit comments