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 1
1
{
2
2
"name" : " @netdata/netdata-ui" ,
3
- "version" : " 4.4.4 " ,
3
+ "version" : " 4.4.5 " ,
4
4
"description" : " netdata UI kit" ,
5
5
"main" : " dist/index.js" ,
6
6
"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
189
189
import notification_shortcut_disabled from "./assets/notification_shortcut_disabled.svg"
190
190
import notificationTrigger from "./assets/notification_trigger.svg"
191
191
import okta from "./assets/okta.svg"
192
+ import openid from "./assets/openid.svg"
192
193
import os from "./assets/os/os.svg"
193
194
import osAlpineLinux from "./assets/os/alpine_linux.svg"
194
195
import osAmazonLinux from "./assets/os/amazon_linux.svg"
@@ -583,6 +584,7 @@ export const iconsList = {
583
584
notification_shortcut_disabled,
584
585
notificationTrigger,
585
586
okta,
587
+ openid,
586
588
os,
587
589
osAlpineLinux,
588
590
osAmazonLinux,
You can’t perform that action at this time.
0 commit comments