Skip to content

Commit

Permalink
Revert "Revert okta icon (#521)"
Browse files Browse the repository at this point in the history
This reverts commit 920525c.
  • Loading branch information
kapantzak committed Apr 2, 2024
1 parent 920525c commit e3b638b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/netdata-ui",
"version": "4.3.24",
"version": "4.3.23",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
3 changes: 3 additions & 0 deletions src/components/icon/assets/okta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ import none_selected from "./assets/none_selected.svg"
import notification_shortcut_enabled from "./assets/notification_shortcut_enabled.svg"
import notification_shortcut_disabled from "./assets/notification_shortcut_disabled.svg"
import notificationTrigger from "./assets/notification_trigger.svg"
import okta from "./assets/okta.svg"
import os from "./assets/os/os.svg"
import osAlpineLinux from "./assets/os/alpine_linux.svg"
import osAmazonLinux from "./assets/os/amazon_linux.svg"
Expand Down Expand Up @@ -577,6 +578,7 @@ export const iconsList = {
notification_shortcut_enabled,
notification_shortcut_disabled,
notificationTrigger,
okta,
os,
osAlpineLinux,
osAmazonLinux,
Expand Down

0 comments on commit e3b638b

Please sign in to comment.