From f6ee9760a0600618d13b8a9d9b454372ff037f72 Mon Sep 17 00:00:00 2001 From: John Kapantzakis Date: Thu, 25 Jun 2026 23:56:22 +0300 Subject: [PATCH 1/2] Add user settings icons --- src/components/icon/assets/palette.svg | 4 ++++ src/components/icon/assets/tokens.svg | 4 ++++ src/components/icon/iconsList.js | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 src/components/icon/assets/palette.svg create mode 100644 src/components/icon/assets/tokens.svg diff --git a/src/components/icon/assets/palette.svg b/src/components/icon/assets/palette.svg new file mode 100644 index 00000000..766957b9 --- /dev/null +++ b/src/components/icon/assets/palette.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/src/components/icon/assets/tokens.svg b/src/components/icon/assets/tokens.svg new file mode 100644 index 00000000..921f4647 --- /dev/null +++ b/src/components/icon/assets/tokens.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/src/components/icon/iconsList.js b/src/components/icon/iconsList.js index 33299829..46231eec 100644 --- a/src/components/icon/iconsList.js +++ b/src/components/icon/iconsList.js @@ -298,6 +298,7 @@ import osVMware from "./assets/os/vmware.svg" import osWatchGuard from "./assets/os/watchguard.svg" import osZebra from "./assets/os/zebra.svg" import osZyxel from "./assets/os/zyxel.svg" +import palette from "./assets/palette.svg" import padlock from "./assets/padlock.svg" import panTool from "./assets/pan_tool.svg" import pauseOutline from "./assets/pause_outline.svg" @@ -435,6 +436,7 @@ import thumb_down from "./assets/thumb_down.svg" import thumb_up from "./assets/thumb_up.svg" import thunder from "./assets/thunder.svg" import tiny_buttons from "./assets/tiny_buttons.svg" +import tokens from "./assets/tokens.svg" import tools from "./assets/tools.svg" import top from "./assets/top.svg" import training from "./assets/training.svg" @@ -774,6 +776,7 @@ export const iconsList = { osWatchGuard, osZebra, osZyxel, + palette, padlock, panTool, pauseOutline, @@ -911,6 +914,7 @@ export const iconsList = { thumb_up, thunder, tiny_buttons, + tokens, tools, top, training, From e6162cde4538f8ac4766b8a205ceabfe7d4b4101 Mon Sep 17 00:00:00 2001 From: John Kapantzakis Date: Thu, 25 Jun 2026 23:56:45 +0300 Subject: [PATCH 2/2] v5.4.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f888fd49..40c44358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netdata/netdata-ui", - "version": "5.4.15", + "version": "5.4.16", "description": "netdata UI kit", "main": "dist/index.js", "module": "dist/es6/index.js",