Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.3",
"version": "4.4.4",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
11 changes: 11 additions & 0 deletions src/components/icon/assets/integrations/victorOps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/components/icon/assets/integrations/victorOps_colored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ import integrationTeams from "./assets/integrations/teams.svg"
import integrationTeamsColored from "./assets/integrations/teams_colored.svg"
import integrationTelegram from "./assets/integrations/telegram.svg"
import integrationTelegramColored from "./assets/integrations/telegram_colored.svg"
import integrationVictorOps from "./assets/integrations/victorOps.svg"
import integrationVictorOpsColored from "./assets/integrations/victorOps_colored.svg"
import integrationWebhook from "./assets/integrations/webhook.svg"
import integrationWebhookColored from "./assets/integrations/webhook_colored.svg"
import ipNetworking from "./assets/ipNetworking.svg"
Expand Down Expand Up @@ -536,6 +538,8 @@ export const iconsList = {
integrationTeamsColored,
integrationTelegram,
integrationTelegramColored,
integrationVictorOps,
integrationVictorOpsColored,
integrationWebhook,
integrationWebhookColored,
ipNetworking,
Expand Down