Repository: ignite Updated Branches: refs/heads/master 309162be3 -> db23db25e
IGNITE-9194 Web Console: Refactored SVG icons support. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/db23db25 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/db23db25 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/db23db25 Branch: refs/heads/master Commit: db23db25efa973aa89805b9d11959ba53d330988 Parents: 309162b Author: Ilya Borisov <[email protected]> Authored: Mon Aug 6 18:02:56 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Mon Aug 6 18:02:56 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/package.json | 44 +++++++-------- .../frontend/public/images/icons/alert.icon.svg | 1 + .../frontend/public/images/icons/alert.svg | 1 - .../public/images/icons/attention.icon.svg | 3 ++ .../frontend/public/images/icons/attention.svg | 3 -- .../frontend/public/images/icons/check.icon.svg | 3 ++ .../frontend/public/images/icons/check.svg | 3 -- .../public/images/icons/checkmark.icon.svg | 3 ++ .../frontend/public/images/icons/checkmark.svg | 3 -- .../frontend/public/images/icons/clock.icon.svg | 1 + .../frontend/public/images/icons/clock.svg | 1 - .../public/images/icons/collapse.icon.svg | 3 ++ .../frontend/public/images/icons/collapse.svg | 3 -- .../images/icons/connectedClusters.icon.svg | 1 + .../public/images/icons/connectedClusters.svg | 1 - .../frontend/public/images/icons/copy.icon.svg | 3 ++ .../frontend/public/images/icons/copy.svg | 3 -- .../frontend/public/images/icons/cross.icon.svg | 1 + .../frontend/public/images/icons/cross.svg | 1 - .../frontend/public/images/icons/csv.icon.svg | 1 + .../frontend/public/images/icons/csv.svg | 1 - .../public/images/icons/download.icon.svg | 2 + .../frontend/public/images/icons/download.svg | 2 - .../public/images/icons/exclamation.icon.svg | 3 ++ .../public/images/icons/exclamation.svg | 3 -- .../frontend/public/images/icons/exit.icon.svg | 3 ++ .../frontend/public/images/icons/exit.svg | 3 -- .../public/images/icons/expand.icon.svg | 3 ++ .../frontend/public/images/icons/expand.svg | 3 -- .../public/images/icons/eyeClosed.icon.svg | 6 +++ .../frontend/public/images/icons/eyeClosed.svg | 6 --- .../public/images/icons/eyeOpened.icon.svg | 7 +++ .../frontend/public/images/icons/eyeOpened.svg | 7 --- .../public/images/icons/filter.icon.svg | 1 + .../frontend/public/images/icons/filter.svg | 1 - .../frontend/public/images/icons/gear.icon.svg | 1 + .../frontend/public/images/icons/gear.svg | 1 - .../frontend/public/images/icons/home.icon.svg | 3 ++ .../frontend/public/images/icons/home.svg | 3 -- .../frontend/public/images/icons/index.js | 56 ++++++++++---------- .../frontend/public/images/icons/info.icon.svg | 3 ++ .../frontend/public/images/icons/info.svg | 3 -- .../public/images/icons/lockClosed.icon.svg | 3 ++ .../frontend/public/images/icons/lockClosed.svg | 3 -- .../public/images/icons/lockOpened.icon.svg | 3 ++ .../frontend/public/images/icons/lockOpened.svg | 3 -- .../public/images/icons/manual.icon.svg | 1 + .../frontend/public/images/icons/manual.svg | 1 - .../frontend/public/images/icons/plus.icon.svg | 2 + .../frontend/public/images/icons/plus.svg | 2 - .../public/images/icons/refresh.icon.svg | 1 + .../frontend/public/images/icons/refresh.svg | 1 - .../public/images/icons/search.icon.svg | 1 + .../frontend/public/images/icons/search.svg | 1 - .../frontend/public/images/icons/sort.icon.svg | 1 + .../frontend/public/images/icons/sort.svg | 1 - .../public/images/icons/structure.icon.svg | 3 ++ .../frontend/public/images/icons/structure.svg | 3 -- .../frontend/webpack/webpack.common.js | 29 ++++++---- 59 files changed, 135 insertions(+), 128 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/package.json ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/package.json b/modules/web-console/frontend/package.json index 6a6b97f..2702494 100644 --- a/modules/web-console/frontend/package.json +++ b/modules/web-console/frontend/package.json @@ -77,18 +77,19 @@ "@types/angular-animate": "1.5.10", "@types/angular-mocks": "1.5.12", "@types/angular-strap": "2.3.1", - "@types/copy-webpack-plugin": "4.4.1", "@types/chai": "4.1.4", + "@types/copy-webpack-plugin": "4.4.1", "@types/karma": "1.7.4", "@types/lodash": "4.14.110", "@types/mini-css-extract-plugin": "0.2.0", "@types/mocha": "2.2.48", "@types/sinon": "4.0.0", + "@types/socket.io-client": "1.4.32", "@types/ui-grid": "0.0.38", "@types/webpack": "4.4.5", "@types/webpack-merge": "4.1.3", - "@types/socket.io-client": "1.4.32", "angular-mocks": "1.6.9", + "app-root-path": "2.0.1", "babel-core": "6.26.0", "babel-eslint": "7.2.3", "babel-loader": "7.1.4", @@ -100,6 +101,8 @@ "babel-preset-stage-1": "6.24.1", "babel-runtime": "6.26.0", "bootstrap-sass": "3.3.7", + "chai": "4.1.0", + "chalk": "2.1.0", "copy-webpack-plugin": "4.5.2", "css-loader": "0.28.7", "eslint": "4.3.0", @@ -108,30 +111,13 @@ "eslint-plugin-babel": "4.1.1", "expose-loader": "0.7.5", "file-loader": "1.1.11", - "html-loader": "1.0.0-alpha.0", - "html-webpack-plugin": "3.2.0", - "json-loader": "0.5.7", - "node-sass": "4.9.0", - "progress-bar-webpack-plugin": "1.11.0", - "pug-html-loader": "1.1.0", - "pug-loader": "2.4.0", - "resolve-url-loader": "2.1.0", - "sass-loader": "6.0.7", - "style-loader": "0.19.0", - "svg-sprite-loader": "3.0.7", - "uglifyjs-webpack-plugin": "1.2.4", - "webpack": "4.12.0", - "webpack-cli": "2.0.14", - "webpack-dev-server": "3.1.4", - "webpack-merge": "4.1.3", - "worker-loader": "2.0.0", - "app-root-path": "2.0.1", - "chai": "4.1.0", - "chalk": "2.1.0", "glob": "7.1.2", "globby": "8.0.1", + "html-loader": "1.0.0-alpha.0", + "html-webpack-plugin": "3.2.0", "ignore-loader": "0.1.2", "jasmine-core": "2.6.4", + "json-loader": "0.5.7", "karma": "2.0.0", "karma-babel-preprocessor": "6.0.1", "karma-chrome-launcher": "2.2.0", @@ -143,11 +129,25 @@ "mocha": "3.4.2", "mocha-teamcity-reporter": "1.1.1", "node-fetch": "1.7.3", + "node-sass": "4.9.0", "progress": "2.0.0", + "progress-bar-webpack-plugin": "1.11.0", + "pug-html-loader": "1.1.0", + "pug-loader": "2.4.0", + "resolve-url-loader": "2.1.0", + "sass-loader": "6.0.7", "sinon": "2.3.8", "slash": "1.0.0", + "style-loader": "0.19.0", + "svg-sprite-loader": "3.9.0", "teamcity-service-messages": "0.1.9", "type-detect": "4.0.3", + "uglifyjs-webpack-plugin": "1.2.4", + "webpack": "4.12.0", + "webpack-cli": "2.0.14", + "webpack-dev-server": "3.1.4", + "webpack-merge": "4.1.3", + "worker-loader": "2.0.0", "yargs": "9.0.1" } } http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/alert.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/alert.icon.svg b/modules/web-console/frontend/public/images/icons/alert.icon.svg new file mode 100644 index 0000000..6d1b3e2 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/alert.icon.svg @@ -0,0 +1 @@ +<svg id="alert-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 19"><path fill="currentColor" d="M8 18.7c1 0 1.8-.8 1.8-1.8H6.2c0 1 .8 1.8 1.8 1.8zM14.1 8c0-2.9-2-5.3-4.7-5.9v-.7C9.4.6 8.8 0 8 0S6.6.6 6.6 1.4V2c-2.7.7-4.7 3.1-4.7 6v5.2L0 15.1v.9h16v-.9l-1.9-1.9V8z"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/alert.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/alert.svg b/modules/web-console/frontend/public/images/icons/alert.svg deleted file mode 100644 index 6d1b3e2..0000000 --- a/modules/web-console/frontend/public/images/icons/alert.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="alert-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 19"><path fill="currentColor" d="M8 18.7c1 0 1.8-.8 1.8-1.8H6.2c0 1 .8 1.8 1.8 1.8zM14.1 8c0-2.9-2-5.3-4.7-5.9v-.7C9.4.6 8.8 0 8 0S6.6.6 6.6 1.4V2c-2.7.7-4.7 3.1-4.7 6v5.2L0 15.1v.9h16v-.9l-1.9-1.9V8z"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/attention.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/attention.icon.svg b/modules/web-console/frontend/public/images/icons/attention.icon.svg new file mode 100644 index 0000000..cd8a3a1 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/attention.icon.svg @@ -0,0 +1,3 @@ +<svg id='attention-icon' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"> + <path fill="currentColor" fill-rule="evenodd" d="M6.3 9.1h1.4v1.4H6.3V9.1zm0-5.6h1.4v4.2H6.3V3.5zM6.993 0A6.997 6.997 0 0 0 0 7c0 3.864 3.129 7 6.993 7A7.004 7.004 0 0 0 14 7c0-3.864-3.136-7-7.007-7zM7 12.6A5.598 5.598 0 0 1 1.4 7c0-3.094 2.506-5.6 5.6-5.6s5.6 2.506 5.6 5.6-2.506 5.6-5.6 5.6z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/attention.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/attention.svg b/modules/web-console/frontend/public/images/icons/attention.svg deleted file mode 100644 index cd8a3a1..0000000 --- a/modules/web-console/frontend/public/images/icons/attention.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg id='attention-icon' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"> - <path fill="currentColor" fill-rule="evenodd" d="M6.3 9.1h1.4v1.4H6.3V9.1zm0-5.6h1.4v4.2H6.3V3.5zM6.993 0A6.997 6.997 0 0 0 0 7c0 3.864 3.129 7 6.993 7A7.004 7.004 0 0 0 14 7c0-3.864-3.136-7-7.007-7zM7 12.6A5.598 5.598 0 0 1 1.4 7c0-3.094 2.506-5.6 5.6-5.6s5.6 2.506 5.6 5.6-2.506 5.6-5.6 5.6z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/check.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/check.icon.svg b/modules/web-console/frontend/public/images/icons/check.icon.svg new file mode 100644 index 0000000..ed74764 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/check.icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11"> + <path fill="#FFF" fill-rule="evenodd" d="M4.45 8.42L1.13 5.103 0 6.224l4.45 4.45L14 1.121 12.878 0 4.449 8.42"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/check.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/check.svg b/modules/web-console/frontend/public/images/icons/check.svg deleted file mode 100644 index ed74764..0000000 --- a/modules/web-console/frontend/public/images/icons/check.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11"> - <path fill="#FFF" fill-rule="evenodd" d="M4.45 8.42L1.13 5.103 0 6.224l4.45 4.45L14 1.121 12.878 0 4.449 8.42"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/checkmark.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/checkmark.icon.svg b/modules/web-console/frontend/public/images/icons/checkmark.icon.svg new file mode 100644 index 0000000..74cacf6 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/checkmark.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 14 11" xmlns="http://www.w3.org/2000/svg"> + <path fill="currentColor" d="m12.877 0.32617l-8.4277 8.4219-3.3184-3.3203-1.1309 1.123 4.4492 4.4492 9.5508-9.5508-1.123-1.123z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/checkmark.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/checkmark.svg b/modules/web-console/frontend/public/images/icons/checkmark.svg deleted file mode 100644 index a7896c7..0000000 --- a/modules/web-console/frontend/public/images/icons/checkmark.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 14 11" xmlns="http://www.w3.org/2000/svg"> -<path fill="currentColor" d="m12.877 0.32617l-8.4277 8.4219-3.3184-3.3203-1.1309 1.123 4.4492 4.4492 9.5508-9.5508-1.123-1.123z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/clock.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/clock.icon.svg b/modules/web-console/frontend/public/images/icons/clock.icon.svg new file mode 100644 index 0000000..63414d3 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/clock.icon.svg @@ -0,0 +1 @@ +<svg id='clock-icon' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M6.8 10.1L5.1 8.4l-.8.9 2.5 2.5L11.6 7l-.8-.8-4 3.9zM8 14.5c-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6c0 3.1-2.5 5.6-5.6 5.6zM8 1.7C4 1.7.8 4.9.8 8.9S4 16.1 8 16.1s7.2-3.2 7.2-7.2S12 1.7 8 1.7zm-3.3-.5L3.7 0 0 3.1l1 1.2 3.7-3.1zM16 3.1L12.3 0l-1 1.2L15 4.3l1-1.2z"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/clock.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/clock.svg b/modules/web-console/frontend/public/images/icons/clock.svg deleted file mode 100644 index 63414d3..0000000 --- a/modules/web-console/frontend/public/images/icons/clock.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id='clock-icon' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M6.8 10.1L5.1 8.4l-.8.9 2.5 2.5L11.6 7l-.8-.8-4 3.9zM8 14.5c-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6c0 3.1-2.5 5.6-5.6 5.6zM8 1.7C4 1.7.8 4.9.8 8.9S4 16.1 8 16.1s7.2-3.2 7.2-7.2S12 1.7 8 1.7zm-3.3-.5L3.7 0 0 3.1l1 1.2 3.7-3.1zM16 3.1L12.3 0l-1 1.2L15 4.3l1-1.2z"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/collapse.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/collapse.icon.svg b/modules/web-console/frontend/public/images/icons/collapse.icon.svg new file mode 100644 index 0000000..eb16b4c --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/collapse.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> + <path d="m2 0c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h9c1.108 0 2-0.892 2-2v-9c0-1.108-0.892-2-2-2h-9zm1 6h7v1h-7v-1z" fill="currentColor"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/collapse.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/collapse.svg b/modules/web-console/frontend/public/images/icons/collapse.svg deleted file mode 100644 index eb16b4c..0000000 --- a/modules/web-console/frontend/public/images/icons/collapse.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> - <path d="m2 0c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h9c1.108 0 2-0.892 2-2v-9c0-1.108-0.892-2-2-2h-9zm1 6h7v1h-7v-1z" fill="currentColor"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/connectedClusters.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/connectedClusters.icon.svg b/modules/web-console/frontend/public/images/icons/connectedClusters.icon.svg new file mode 100644 index 0000000..f405317 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/connectedClusters.icon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 13"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M6 0h4v4H6zm0 9h4v4H6zm6 0h4v4h-4zM0 9h4v4H0z"/><path stroke="currentColor" stroke-linecap="square" d="M8 4v2l6.125.04v3.365"/><path stroke="currentColor" stroke-linecap="square" d="M8.125 4v5.405V6L2 6.04v3.365"/></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/connectedClusters.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/connectedClusters.svg b/modules/web-console/frontend/public/images/icons/connectedClusters.svg deleted file mode 100644 index f405317..0000000 --- a/modules/web-console/frontend/public/images/icons/connectedClusters.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 13"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M6 0h4v4H6zm0 9h4v4H6zm6 0h4v4h-4zM0 9h4v4H0z"/><path stroke="currentColor" stroke-linecap="square" d="M8 4v2l6.125.04v3.365"/><path stroke="currentColor" stroke-linecap="square" d="M8.125 4v5.405V6L2 6.04v3.365"/></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/copy.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/copy.icon.svg b/modules/web-console/frontend/public/images/icons/copy.icon.svg new file mode 100644 index 0000000..b04d4ea --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/copy.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 16 19" xmlns="http://www.w3.org/2000/svg"> + <path class="st0" d="m11.8 0h-10.1c-0.9 0-1.7 0.8-1.7 1.7v11.8h1.7v-11.8h10.1v-1.7zm2.5 3.4h-9.3c-0.9 0-1.7 0.8-1.7 1.7v11.8c0 0.9 0.8 1.7 1.7 1.7h9.3c0.9 0 1.7-0.8 1.7-1.7v-11.8c0-1-0.8-1.7-1.7-1.7zm-9.2 1.7h9.3v11.8h-9.3z" fill="currentColor"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/copy.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/copy.svg b/modules/web-console/frontend/public/images/icons/copy.svg deleted file mode 100644 index b04d4ea..0000000 --- a/modules/web-console/frontend/public/images/icons/copy.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 16 19" xmlns="http://www.w3.org/2000/svg"> - <path class="st0" d="m11.8 0h-10.1c-0.9 0-1.7 0.8-1.7 1.7v11.8h1.7v-11.8h10.1v-1.7zm2.5 3.4h-9.3c-0.9 0-1.7 0.8-1.7 1.7v11.8c0 0.9 0.8 1.7 1.7 1.7h9.3c0.9 0 1.7-0.8 1.7-1.7v-11.8c0-1-0.8-1.7-1.7-1.7zm-9.2 1.7h9.3v11.8h-9.3z" fill="currentColor"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/cross.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/cross.icon.svg b/modules/web-console/frontend/public/images/icons/cross.icon.svg new file mode 100644 index 0000000..5fa950d --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/cross.icon.svg @@ -0,0 +1 @@ +<svg id="cross-icon" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10.791 0L6 4.791 1.209 0 0 1.209 4.791 6 0 10.791 1.209 12 6 7.209 10.791 12 12 10.791 7.209 6 12 1.209z" fill-rule="evenodd"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/cross.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/cross.svg b/modules/web-console/frontend/public/images/icons/cross.svg deleted file mode 100644 index 5fa950d..0000000 --- a/modules/web-console/frontend/public/images/icons/cross.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="cross-icon" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10.791 0L6 4.791 1.209 0 0 1.209 4.791 6 0 10.791 1.209 12 6 7.209 10.791 12 12 10.791 7.209 6 12 1.209z" fill-rule="evenodd"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/csv.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/csv.icon.svg b/modules/web-console/frontend/public/images/icons/csv.icon.svg new file mode 100644 index 0000000..b817b7b --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/csv.icon.svg @@ -0,0 +1 @@ +<svg id="csv-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M10.4 61.6v380.8l280.1 49.8V11.8L10.4 61.6zm161 270.5l-23.5-61.7-23.1 58.5H92.7l37.5-81.6-34.8-80h33l21.3 55.2 25.3-59.9 31.7-1.6-39.6 85.5 41.2 88.3-36.9-2.7zM489.3 61.1H300v27.8h71.2V139H300v15.1h71.2v50.1H300v15.1h71.2v50.1H300v15.1h71.2v50.2H300v15.4h71.2v50.1H300v32.2h189.3c5.4 0 9.7-4.5 9.7-10V71.2c0-5.6-4.4-10.1-9.7-10.1zm-23.1 339.2h-80.3v-50.1h80.3v50.1zm0-65.5h-80.3v-50.2h80.3v50.2zm0-65.2h-80.3v-50.1h80.3v50.1zm0-65.3h-80.3v-50.2h80.3v50.2zm0-65.2h-80.3V88.9h80.3v50.2z"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/csv.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/csv.svg b/modules/web-console/frontend/public/images/icons/csv.svg deleted file mode 100644 index b817b7b..0000000 --- a/modules/web-console/frontend/public/images/icons/csv.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="csv-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M10.4 61.6v380.8l280.1 49.8V11.8L10.4 61.6zm161 270.5l-23.5-61.7-23.1 58.5H92.7l37.5-81.6-34.8-80h33l21.3 55.2 25.3-59.9 31.7-1.6-39.6 85.5 41.2 88.3-36.9-2.7zM489.3 61.1H300v27.8h71.2V139H300v15.1h71.2v50.1H300v15.1h71.2v50.1H300v15.1h71.2v50.2H300v15.4h71.2v50.1H300v32.2h189.3c5.4 0 9.7-4.5 9.7-10V71.2c0-5.6-4.4-10.1-9.7-10.1zm-23.1 339.2h-80.3v-50.1h80.3v50.1zm0-65.5h-80.3v-50.2h80.3v50.2zm0-65.2h-80.3v-50.1h80.3v50.1zm0-65.3h-80.3v-50.2h80.3v50.2zm0-65.2h-80.3V88.9h80.3v50.2z"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/download.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/download.icon.svg b/modules/web-console/frontend/public/images/icons/download.icon.svg new file mode 100644 index 0000000..0693c87 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/download.icon.svg @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="download-icon" version="1.1" viewBox="0 0 12 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect y="14.5" width="12" height="1.5" fill="currentColor"/><polygon points="5.2 9.1 1.1 4.9 0 6 6 12 12 6 10.9 4.9 6.8 9.1 6.8 0 5.2 0" fill="currentColor"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/download.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/download.svg b/modules/web-console/frontend/public/images/icons/download.svg deleted file mode 100644 index 0693c87..0000000 --- a/modules/web-console/frontend/public/images/icons/download.svg +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg id="download-icon" version="1.1" viewBox="0 0 12 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect y="14.5" width="12" height="1.5" fill="currentColor"/><polygon points="5.2 9.1 1.1 4.9 0 6 6 12 12 6 10.9 4.9 6.8 9.1 6.8 0 5.2 0" fill="currentColor"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/exclamation.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/exclamation.icon.svg b/modules/web-console/frontend/public/images/icons/exclamation.icon.svg new file mode 100644 index 0000000..95e4613 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/exclamation.icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"> + <path fill="#F34718" fill-rule="evenodd" d="M6.3 9.1h1.4v1.4H6.3V9.1zm0-5.6h1.4v4.2H6.3V3.5zM6.993 0A6.997 6.997 0 0 0 0 7c0 3.864 3.129 7 6.993 7A7.004 7.004 0 0 0 14 7c0-3.864-3.136-7-7.007-7zM7 12.6A5.598 5.598 0 0 1 1.4 7c0-3.094 2.506-5.6 5.6-5.6s5.6 2.506 5.6 5.6-2.506 5.6-5.6 5.6z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/exclamation.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/exclamation.svg b/modules/web-console/frontend/public/images/icons/exclamation.svg deleted file mode 100644 index 95e4613..0000000 --- a/modules/web-console/frontend/public/images/icons/exclamation.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"> - <path fill="#F34718" fill-rule="evenodd" d="M6.3 9.1h1.4v1.4H6.3V9.1zm0-5.6h1.4v4.2H6.3V3.5zM6.993 0A6.997 6.997 0 0 0 0 7c0 3.864 3.129 7 6.993 7A7.004 7.004 0 0 0 14 7c0-3.864-3.136-7-7.007-7zM7 12.6A5.598 5.598 0 0 1 1.4 7c0-3.094 2.506-5.6 5.6-5.6s5.6 2.506 5.6 5.6-2.506 5.6-5.6 5.6z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/exit.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/exit.icon.svg b/modules/web-console/frontend/public/images/icons/exit.icon.svg new file mode 100644 index 0000000..a355dcd --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/exit.icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18"> + <path fill="currentColor" fill-rule="nonzero" d="M15.723 8.354l-4.17-4.17a.633.633 0 0 0-.893.894l3.134 3.133H5.632a.632.632 0 0 0 0 1.264h8.162l-3.091 3.091a.632.632 0 0 0 .893.893l4.17-4.17a.605.605 0 0 0 .041-.045c.007-.007.011-.015.017-.023l.02-.027c.006-.01.01-.019.017-.028l.015-.025.013-.029c.005-.009.01-.018.013-.027l.01-.028.011-.03.007-.029.008-.031.005-.034.004-.027a.64.64 0 0 0-.004-.152l-.005-.033-.008-.032-.007-.029-.01-.03a.249.249 0 0 0-.01-.028l-.014-.027-.013-.029-.015-.025-.017-.028c-.006-.01-.013-.018-.02-.027l-.017-.023a.61.61 0 0 0-.065-.067.304.304 0 0 0-.019-.022zM1 0h8.614v1.374h-8.24V16.48h8.24v1.373H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/exit.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/exit.svg b/modules/web-console/frontend/public/images/icons/exit.svg deleted file mode 100644 index a355dcd..0000000 --- a/modules/web-console/frontend/public/images/icons/exit.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18"> - <path fill="currentColor" fill-rule="nonzero" d="M15.723 8.354l-4.17-4.17a.633.633 0 0 0-.893.894l3.134 3.133H5.632a.632.632 0 0 0 0 1.264h8.162l-3.091 3.091a.632.632 0 0 0 .893.893l4.17-4.17a.605.605 0 0 0 .041-.045c.007-.007.011-.015.017-.023l.02-.027c.006-.01.01-.019.017-.028l.015-.025.013-.029c.005-.009.01-.018.013-.027l.01-.028.011-.03.007-.029.008-.031.005-.034.004-.027a.64.64 0 0 0-.004-.152l-.005-.033-.008-.032-.007-.029-.01-.03a.249.249 0 0 0-.01-.028l-.014-.027-.013-.029-.015-.025-.017-.028c-.006-.01-.013-.018-.02-.027l-.017-.023a.61.61 0 0 0-.065-.067.304.304 0 0 0-.019-.022zM1 0h8.614v1.374h-8.24V16.48h8.24v1.373H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/expand.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/expand.icon.svg b/modules/web-console/frontend/public/images/icons/expand.icon.svg new file mode 100644 index 0000000..131378e --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/expand.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> + <path d="m2 0c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h9c1.108 0 2-0.892 2-2v-9c0-1.108-0.892-2-2-2zm4 3h1v3h3v1h-3v3h-1v-3h-3v-1h3z" fill="currentColor" /> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/expand.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/expand.svg b/modules/web-console/frontend/public/images/icons/expand.svg deleted file mode 100644 index 131378e..0000000 --- a/modules/web-console/frontend/public/images/icons/expand.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> - <path d="m2 0c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h9c1.108 0 2-0.892 2-2v-9c0-1.108-0.892-2-2-2zm4 3h1v3h3v1h-3v3h-1v-3h-3v-1h3z" fill="currentColor" /> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/eyeClosed.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/eyeClosed.icon.svg b/modules/web-console/frontend/public/images/icons/eyeClosed.icon.svg new file mode 100644 index 0000000..32bcba8 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/eyeClosed.icon.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8"> + <g fill="currentColor" fill-rule="nonzero"> + <path d="M.562 1.241l.876-.482A8.577 8.577 0 0 0 8.96 5.193 8.55 8.55 0 0 0 16.481.76l.878.48A9.55 9.55 0 0 1 8.96 6.193 9.577 9.577 0 0 1 .562 1.241z"/> + <path d="M1.59 4.936c-.155.21-.427.32-.65.157-.222-.163-.198-.456-.043-.667l1.137-1.545c.155-.21.427-.32.65-.157.222.164.198.457.043.667L1.59 4.936zM3.792 6.545c-.136.223-.398.356-.633.212-.236-.144-.237-.439-.1-.661l1-1.637c.136-.223.399-.356.634-.212.236.144.237.439.1.66l-1 1.638zM5.862 7.834c-.254-.106-.3-.397-.2-.637l.741-1.77c.101-.242.34-.413.594-.306.255.107.3.397.2.637l-.74 1.77c-.102.242-.34.413-.595.306zM16.484 5.229l-1.137-1.546c-.155-.21-.179-.503.044-.667.223-.162.494-.053.65.158l1.136 1.545c.155.21.18.503-.043.667-.223.163-.495.053-.65-.157zM14.282 6.838l-1-1.637c-.138-.223-.137-.517.099-.661.236-.144.497-.011.634.212l1 1.636c.137.223.136.518-.1.661-.235.144-.497.012-.633-.211zM11.575 7.574l-.74-1.77c-.101-.24-.056-.53.2-.638.254-.106.492.064.594.306l.74 1.77c.1.24.055.53-.2.637-.254.107-.493-.063-.594-.305z"/> + </g> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/eyeClosed.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/eyeClosed.svg b/modules/web-console/frontend/public/images/icons/eyeClosed.svg deleted file mode 100644 index 32bcba8..0000000 --- a/modules/web-console/frontend/public/images/icons/eyeClosed.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8"> - <g fill="currentColor" fill-rule="nonzero"> - <path d="M.562 1.241l.876-.482A8.577 8.577 0 0 0 8.96 5.193 8.55 8.55 0 0 0 16.481.76l.878.48A9.55 9.55 0 0 1 8.96 6.193 9.577 9.577 0 0 1 .562 1.241z"/> - <path d="M1.59 4.936c-.155.21-.427.32-.65.157-.222-.163-.198-.456-.043-.667l1.137-1.545c.155-.21.427-.32.65-.157.222.164.198.457.043.667L1.59 4.936zM3.792 6.545c-.136.223-.398.356-.633.212-.236-.144-.237-.439-.1-.661l1-1.637c.136-.223.399-.356.634-.212.236.144.237.439.1.66l-1 1.638zM5.862 7.834c-.254-.106-.3-.397-.2-.637l.741-1.77c.101-.242.34-.413.594-.306.255.107.3.397.2.637l-.74 1.77c-.102.242-.34.413-.595.306zM16.484 5.229l-1.137-1.546c-.155-.21-.179-.503.044-.667.223-.162.494-.053.65.158l1.136 1.545c.155.21.18.503-.043.667-.223.163-.495.053-.65-.157zM14.282 6.838l-1-1.637c-.138-.223-.137-.517.099-.661.236-.144.497-.011.634.212l1 1.636c.137.223.136.518-.1.661-.235.144-.497.012-.633-.211zM11.575 7.574l-.74-1.77c-.101-.24-.056-.53.2-.638.254-.106.492.064.594.306l.74 1.77c.1.24.055.53-.2.637-.254.107-.493-.063-.594-.305z"/> - </g> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/eyeOpened.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/eyeOpened.icon.svg b/modules/web-console/frontend/public/images/icons/eyeOpened.icon.svg new file mode 100644 index 0000000..74c3f78 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/eyeOpened.icon.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12"> + <g fill="currentColor" fill-rule="evenodd" transform="translate(1 1)"> + <path fill-rule="nonzero" d="M16.428 5.418a9.567 9.567 0 0 1-8.402 4.95A9.566 9.566 0 0 1-.375 5.418a1.008 1.008 0 0 1 0-.97C1.295 1.405 4.505-.533 8.03-.5c2.576.025 4.734 1.039 6.439 2.694 1.219 1.183 2.214 2.756 1.96 3.224zm-1.29-.838a9.278 9.278 0 0 0-1.366-1.669C12.241 1.425 10.32.523 8.021.501 4.869.47 1.997 2.204.5 4.93a8.557 8.557 0 0 0 7.525 4.437c3.1 0 5.905-1.642 7.419-4.241a5.366 5.366 0 0 0-.307-.546z"/> + <path fill-rule="nonzero" d="M8 9.517a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/> + <circle cx="8" cy="5" r="2"/> + </g> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/eyeOpened.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/eyeOpened.svg b/modules/web-console/frontend/public/images/icons/eyeOpened.svg deleted file mode 100644 index 74c3f78..0000000 --- a/modules/web-console/frontend/public/images/icons/eyeOpened.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12"> - <g fill="currentColor" fill-rule="evenodd" transform="translate(1 1)"> - <path fill-rule="nonzero" d="M16.428 5.418a9.567 9.567 0 0 1-8.402 4.95A9.566 9.566 0 0 1-.375 5.418a1.008 1.008 0 0 1 0-.97C1.295 1.405 4.505-.533 8.03-.5c2.576.025 4.734 1.039 6.439 2.694 1.219 1.183 2.214 2.756 1.96 3.224zm-1.29-.838a9.278 9.278 0 0 0-1.366-1.669C12.241 1.425 10.32.523 8.021.501 4.869.47 1.997 2.204.5 4.93a8.557 8.557 0 0 0 7.525 4.437c3.1 0 5.905-1.642 7.419-4.241a5.366 5.366 0 0 0-.307-.546z"/> - <path fill-rule="nonzero" d="M8 9.517a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/> - <circle cx="8" cy="5" r="2"/> - </g> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/filter.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/filter.icon.svg b/modules/web-console/frontend/public/images/icons/filter.icon.svg new file mode 100644 index 0000000..b924daf --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/filter.icon.svg @@ -0,0 +1 @@ +<svg id="filter-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor" transform="translate(-635 -112)"><g transform="translate(475 33)"><path d="M175.9 79.4c.1.3.1.6-.2.8l-5.6 5.6v8.4c0 .3-.1.5-.4.7-.1 0-.2.1-.3.1-.2 0-.4-.1-.5-.2l-2.9-2.9c-.1-.1-.2-.3-.2-.5v-5.5l-5.6-5.6c-.2-.2-.3-.5-.2-.8.1-.3.4-.4.7-.4h14.5c.4-.1.6 0 .7.3z"/></g></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/filter.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/filter.svg b/modules/web-console/frontend/public/images/icons/filter.svg deleted file mode 100644 index b924daf..0000000 --- a/modules/web-console/frontend/public/images/icons/filter.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="filter-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor" transform="translate(-635 -112)"><g transform="translate(475 33)"><path d="M175.9 79.4c.1.3.1.6-.2.8l-5.6 5.6v8.4c0 .3-.1.5-.4.7-.1 0-.2.1-.3.1-.2 0-.4-.1-.5-.2l-2.9-2.9c-.1-.1-.2-.3-.2-.5v-5.5l-5.6-5.6c-.2-.2-.3-.5-.2-.8.1-.3.4-.4.7-.4h14.5c.4-.1.6 0 .7.3z"/></g></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/gear.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/gear.icon.svg b/modules/web-console/frontend/public/images/icons/gear.icon.svg new file mode 100644 index 0000000..83527c2 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/gear.icon.svg @@ -0,0 +1 @@ +<svg id="gear-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="M14.1 8.8c0-.3.1-.5.1-.8 0-.3 0-.5-.1-.8l1.7-1.3c.2-.1.2-.3.1-.5l-1.6-2.8c-.1-.2-.3-.2-.5-.2l-2 .8c-.4-.3-.9-.6-1.4-.8L10.1.3C10 .1 9.8 0 9.6 0H6.4c-.3 0-.4.1-.5.3l-.3 2.2c-.5.2-1 .5-1.4.8l-2-.8c-.2-.1-.4-.1-.5.1L.1 5.4c-.1.2-.1.4.1.5l1.7 1.3c0 .3-.1.5-.1.8 0 .3 0 .5.1.8L.2 10.1c-.2.1-.2.3-.1.5l1.6 2.8c.1.2.3.2.5.2l2-.8c.4.3.9.6 1.4.8l.3 2.1c.1.2.2.3.5.3h3.3c.2 0 .4-.1.4-.3l.3-2.1c.5-.2 1-.5 1.4-.8l2 .8c.2.1.4 0 .5-.2l1.6-2.8c.1-.2.1-.4-.1-.5l-1.7-1.3zM8 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/gear.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/gear.svg b/modules/web-console/frontend/public/images/icons/gear.svg deleted file mode 100644 index 83527c2..0000000 --- a/modules/web-console/frontend/public/images/icons/gear.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="gear-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="M14.1 8.8c0-.3.1-.5.1-.8 0-.3 0-.5-.1-.8l1.7-1.3c.2-.1.2-.3.1-.5l-1.6-2.8c-.1-.2-.3-.2-.5-.2l-2 .8c-.4-.3-.9-.6-1.4-.8L10.1.3C10 .1 9.8 0 9.6 0H6.4c-.3 0-.4.1-.5.3l-.3 2.2c-.5.2-1 .5-1.4.8l-2-.8c-.2-.1-.4-.1-.5.1L.1 5.4c-.1.2-.1.4.1.5l1.7 1.3c0 .3-.1.5-.1.8 0 .3 0 .5.1.8L.2 10.1c-.2.1-.2.3-.1.5l1.6 2.8c.1.2.3.2.5.2l2-.8c.4.3.9.6 1.4.8l.3 2.1c.1.2.2.3.5.3h3.3c.2 0 .4-.1.4-.3l.3-2.1c.5-.2 1-.5 1.4-.8l2 .8c.2.1.4 0 .5-.2l1.6-2.8c.1-.2.1-.4-.1-.5l-1.7-1.3zM8 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/home.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/home.icon.svg b/modules/web-console/frontend/public/images/icons/home.icon.svg new file mode 100644 index 0000000..64a4329 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/home.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <polyline id="Home-icon" transform="matrix(1.3333 0 0 1.3333 -12 -9.4667)" points="13.8 18.2 13.8 14.6 16.2 14.6 16.2 18.2 19.2 18.2 19.2 13.4 21 13.4 15 8 9 13.4 10.8 13.4 10.8 18.2 13.8 18.2" fill="currentColor" fill-rule="evenodd"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/home.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/home.svg b/modules/web-console/frontend/public/images/icons/home.svg deleted file mode 100644 index 64a4329..0000000 --- a/modules/web-console/frontend/public/images/icons/home.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <polyline id="Home-icon" transform="matrix(1.3333 0 0 1.3333 -12 -9.4667)" points="13.8 18.2 13.8 14.6 16.2 14.6 16.2 18.2 19.2 18.2 19.2 13.4 21 13.4 15 8 9 13.4 10.8 13.4 10.8 18.2 13.8 18.2" fill="currentColor" fill-rule="evenodd"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/index.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/index.js b/modules/web-console/frontend/public/images/icons/index.js index d101901..24ffac1 100644 --- a/modules/web-console/frontend/public/images/icons/index.js +++ b/modules/web-console/frontend/public/images/icons/index.js @@ -15,31 +15,31 @@ * limitations under the License. */ -export alert from './alert.svg'; -export attention from './attention.svg'; -export check from './check.svg'; -export checkmark from './checkmark.svg'; -export clock from './clock.svg'; -export collapse from './collapse.svg'; -export connectedClusters from './connectedClusters.svg'; -export copy from './copy.svg'; -export cross from './cross.svg'; -export csv from './csv.svg'; -export download from './download.svg'; -export exclamation from './exclamation.svg'; -export exit from './exit.svg'; -export expand from './expand.svg'; -export eyeClosed from './eyeClosed.svg'; -export eyeOpened from './eyeOpened.svg'; -export filter from './filter.svg'; -export gear from './gear.svg'; -export home from './home.svg'; -export info from './info.svg'; -export lockClosed from './lockClosed.svg'; -export lockOpened from './lockOpened.svg'; -export manual from './manual.svg'; -export plus from './plus.svg'; -export refresh from './refresh.svg'; -export search from './search.svg'; -export sort from './sort.svg'; -export structure from './structure.svg'; +export alert from './alert.icon.svg'; +export attention from './attention.icon.svg'; +export check from './check.icon.svg'; +export checkmark from './checkmark.icon.svg'; +export clock from './clock.icon.svg'; +export collapse from './collapse.icon.svg'; +export connectedClusters from './connectedClusters.icon.svg'; +export copy from './copy.icon.svg'; +export cross from './cross.icon.svg'; +export csv from './csv.icon.svg'; +export download from './download.icon.svg'; +export exclamation from './exclamation.icon.svg'; +export exit from './exit.icon.svg'; +export expand from './expand.icon.svg'; +export eyeClosed from './eyeClosed.icon.svg'; +export eyeOpened from './eyeOpened.icon.svg'; +export filter from './filter.icon.svg'; +export gear from './gear.icon.svg'; +export home from './home.icon.svg'; +export info from './info.icon.svg'; +export lockClosed from './lockClosed.icon.svg'; +export lockOpened from './lockOpened.icon.svg'; +export manual from './manual.icon.svg'; +export plus from './plus.icon.svg'; +export refresh from './refresh.icon.svg'; +export search from './search.icon.svg'; +export sort from './sort.icon.svg'; +export structure from './structure.icon.svg'; http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/info.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/info.icon.svg b/modules/web-console/frontend/public/images/icons/info.icon.svg new file mode 100644 index 0000000..de92136 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/info.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <path fill="currentColor" d="m8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 0.80078c4 0 7.1992 3.1992 7.1992 7.1992s-3.1992 7.1992-7.1992 7.1992-7.1992-3.1992-7.1992-7.1992 3.1992-7.1992 7.1992-7.1992zm0 2.7988c-1.3 0-2.4004 1.1004-2.4004 2.4004 0 0.2 0.20039 0.40039 0.40039 0.40039s0.40039-0.20039 0.40039-0.40039c0-0.9 0.69961-1.5996 1.5996-1.5996s1.5996 0.69961 1.5996 1.5996-0.69961 1.5996-1.5996 1.5996c-0.2 0-0.40039 0.20039-0.40039 0.40039v1.6992c0 0.2 0.20039 0.40039 0.40039 0.40039s0.40039-0.098828 0.40039-0.29883v-1.4004c1.1-0.2 2-1.2004 2-2.4004 0-1.3-1.1004-2.4004-2.4004-2.4004zm0 7.5c-0.2 0-0.40039 0.20039-0.40039 0.40039v1.0996c0 0.2 0.20039 0.40039 0.40039 0.40039s0.40039-0.20039 0.40039-0.40039v-1.0996c0-0.2-0.20039-0.40039-0.40039-0.40039z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/info.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/info.svg b/modules/web-console/frontend/public/images/icons/info.svg deleted file mode 100644 index de92136..0000000 --- a/modules/web-console/frontend/public/images/icons/info.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <path fill="currentColor" d="m8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 0.80078c4 0 7.1992 3.1992 7.1992 7.1992s-3.1992 7.1992-7.1992 7.1992-7.1992-3.1992-7.1992-7.1992 3.1992-7.1992 7.1992-7.1992zm0 2.7988c-1.3 0-2.4004 1.1004-2.4004 2.4004 0 0.2 0.20039 0.40039 0.40039 0.40039s0.40039-0.20039 0.40039-0.40039c0-0.9 0.69961-1.5996 1.5996-1.5996s1.5996 0.69961 1.5996 1.5996-0.69961 1.5996-1.5996 1.5996c-0.2 0-0.40039 0.20039-0.40039 0.40039v1.6992c0 0.2 0.20039 0.40039 0.40039 0.40039s0.40039-0.098828 0.40039-0.29883v-1.4004c1.1-0.2 2-1.2004 2-2.4004 0-1.3-1.1004-2.4004-2.4004-2.4004zm0 7.5c-0.2 0-0.40039 0.20039-0.40039 0.40039v1.0996c0 0.2 0.20039 0.40039 0.40039 0.40039s0.40039-0.20039 0.40039-0.40039v-1.0996c0-0.2-0.20039-0.40039-0.40039-0.40039z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/lockClosed.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/lockClosed.icon.svg b/modules/web-console/frontend/public/images/icons/lockClosed.icon.svg new file mode 100644 index 0000000..22f81e3 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/lockClosed.icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"> + <path fill="currentColor" fill-rule="nonzero" d="M5.714 10.808v1.483a.286.286 0 0 0 .572 0v-1.483a.858.858 0 1 0-.572 0zm-4-4.522v-2a4.285 4.285 0 1 1 8.572 0v2A1.719 1.719 0 0 1 12 8.006v5.703c0 .956-.77 1.72-1.72 1.72H1.72c-.951 0-1.72-.77-1.72-1.72V8.005c0-.954.767-1.717 1.714-1.72zm1.715 0H8.57v-2A2.574 2.574 0 0 0 6 1.714a2.57 2.57 0 0 0-2.571 2.572v2z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/lockClosed.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/lockClosed.svg b/modules/web-console/frontend/public/images/icons/lockClosed.svg deleted file mode 100644 index 22f81e3..0000000 --- a/modules/web-console/frontend/public/images/icons/lockClosed.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"> - <path fill="currentColor" fill-rule="nonzero" d="M5.714 10.808v1.483a.286.286 0 0 0 .572 0v-1.483a.858.858 0 1 0-.572 0zm-4-4.522v-2a4.285 4.285 0 1 1 8.572 0v2A1.719 1.719 0 0 1 12 8.006v5.703c0 .956-.77 1.72-1.72 1.72H1.72c-.951 0-1.72-.77-1.72-1.72V8.005c0-.954.767-1.717 1.714-1.72zm1.715 0H8.57v-2A2.574 2.574 0 0 0 6 1.714a2.57 2.57 0 0 0-2.571 2.572v2z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/lockOpened.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/lockOpened.icon.svg b/modules/web-console/frontend/public/images/icons/lockOpened.icon.svg new file mode 100644 index 0000000..bbc22c8 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/lockOpened.icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="17" viewBox="0 0 12 17"> + <path fill="currentColor" fill-rule="nonzero" d="M10.286 4.285v-.428.5c0 .587-.384 1.072-.857 1.072-.477 0-.858-.48-.858-1.072v-.5.428A2.573 2.573 0 0 0 6 1.715a2.57 2.57 0 0 0-2.571 2.57v3.001c0 .096.005.192.015.285H10.286A1.719 1.719 0 0 1 12 9.291v5.704c0 .955-.77 1.72-1.72 1.72H1.72c-.951 0-1.72-.77-1.72-1.72V9.29c0-.954.767-1.717 1.714-1.72V4.285a4.285 4.285 0 1 1 8.572 0zm-4.572 9.292a.286.286 0 0 0 .572 0v-1.483a.857.857 0 1 0-.572 0v1.483z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/lockOpened.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/lockOpened.svg b/modules/web-console/frontend/public/images/icons/lockOpened.svg deleted file mode 100644 index bbc22c8..0000000 --- a/modules/web-console/frontend/public/images/icons/lockOpened.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="17" viewBox="0 0 12 17"> - <path fill="currentColor" fill-rule="nonzero" d="M10.286 4.285v-.428.5c0 .587-.384 1.072-.857 1.072-.477 0-.858-.48-.858-1.072v-.5.428A2.573 2.573 0 0 0 6 1.715a2.57 2.57 0 0 0-2.571 2.57v3.001c0 .096.005.192.015.285H10.286A1.719 1.719 0 0 1 12 9.291v5.704c0 .955-.77 1.72-1.72 1.72H1.72c-.951 0-1.72-.77-1.72-1.72V9.29c0-.954.767-1.717 1.714-1.72V4.285a4.285 4.285 0 1 1 8.572 0zm-4.572 9.292a.286.286 0 0 0 .572 0v-1.483a.857.857 0 1 0-.572 0v1.483z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/manual.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/manual.icon.svg b/modules/web-console/frontend/public/images/icons/manual.icon.svg new file mode 100644 index 0000000..434bde4 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/manual.icon.svg @@ -0,0 +1 @@ +<svg id='manual-icon' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M10.7 8.3c.6 0 1.1-.5 1.1-1.1S11.3 6 10.7 6c-.7 0-1.2.5-1.2 1.1s.5 1.2 1.2 1.2zm-5.4 0c.6 0 1.1-.5 1.1-1.1S6 6 5.3 6s-1.1.5-1.1 1.1.5 1.2 1.1 1.2zM8 13.2c1.8 0 3.3-1.1 3.9-2.7H4.1c.6 1.6 2.1 2.7 3.9 2.7zm0 1.3c-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6c0 3.1-2.5 5.6-5.6 5.6zM8 1.7C4 1.7.8 4.9.8 8.9S4 16.1 8 16.1s7.2-3.2 7.2-7.2S12 1.7 8 1.7z"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/manual.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/manual.svg b/modules/web-console/frontend/public/images/icons/manual.svg deleted file mode 100644 index 434bde4..0000000 --- a/modules/web-console/frontend/public/images/icons/manual.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id='manual-icon' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M10.7 8.3c.6 0 1.1-.5 1.1-1.1S11.3 6 10.7 6c-.7 0-1.2.5-1.2 1.1s.5 1.2 1.2 1.2zm-5.4 0c.6 0 1.1-.5 1.1-1.1S6 6 5.3 6s-1.1.5-1.1 1.1.5 1.2 1.1 1.2zM8 13.2c1.8 0 3.3-1.1 3.9-2.7H4.1c.6 1.6 2.1 2.7 3.9 2.7zm0 1.3c-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6c0 3.1-2.5 5.6-5.6 5.6zM8 1.7C4 1.7.8 4.9.8 8.9S4 16.1 8 16.1s7.2-3.2 7.2-7.2S12 1.7 8 1.7z"/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/plus.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/plus.icon.svg b/modules/web-console/frontend/public/images/icons/plus.icon.svg new file mode 100644 index 0000000..04cdc47 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/plus.icon.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"> +<polyline fill="currentColor" points="12,6.9 6.9,6.9 6.9,12 5.1,12 5.1,6.9 0,6.9 0,5.1 5.1,5.1 5.1,0 6.9,0 6.9,5.1 12,5.1 12,6.9 "/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/plus.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/plus.svg b/modules/web-console/frontend/public/images/icons/plus.svg deleted file mode 100644 index 04cdc47..0000000 --- a/modules/web-console/frontend/public/images/icons/plus.svg +++ /dev/null @@ -1,2 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"> -<polyline fill="currentColor" points="12,6.9 6.9,6.9 6.9,12 5.1,12 5.1,6.9 0,6.9 0,5.1 5.1,5.1 5.1,0 6.9,0 6.9,5.1 12,5.1 12,6.9 "/></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/refresh.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/refresh.icon.svg b/modules/web-console/frontend/public/images/icons/refresh.icon.svg new file mode 100644 index 0000000..4252e88 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/refresh.icon.svg @@ -0,0 +1 @@ +<svg id="refresh-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20"><path d="M7 5.1v2.6l3.5-3.5L7 .7v2.6c-3.9 0-7 3.1-7 7C0 11.7.4 13 1.1 14l1.3-1.3c-.4-.7-.6-1.6-.6-2.5C1.7 7.4 4.1 5.1 7 5.1zm5.9 1.5l-1.3 1.3c.4.7.6 1.6.6 2.5 0 2.9-2.4 5.2-5.2 5.2V13l-3.5 3.5L7 20v-2.6c3.9 0 7-3.1 7-7 0-1.4-.4-2.7-1.1-3.8z" fill="currentColor"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/refresh.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/refresh.svg b/modules/web-console/frontend/public/images/icons/refresh.svg deleted file mode 100644 index 4252e88..0000000 --- a/modules/web-console/frontend/public/images/icons/refresh.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="refresh-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20"><path d="M7 5.1v2.6l3.5-3.5L7 .7v2.6c-3.9 0-7 3.1-7 7C0 11.7.4 13 1.1 14l1.3-1.3c-.4-.7-.6-1.6-.6-2.5C1.7 7.4 4.1 5.1 7 5.1zm5.9 1.5l-1.3 1.3c.4.7.6 1.6.6 2.5 0 2.9-2.4 5.2-5.2 5.2V13l-3.5 3.5L7 20v-2.6c3.9 0 7-3.1 7-7 0-1.4-.4-2.7-1.1-3.8z" fill="currentColor"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/search.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/search.icon.svg b/modules/web-console/frontend/public/images/icons/search.icon.svg new file mode 100644 index 0000000..32e594c --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/search.icon.svg @@ -0,0 +1 @@ +<svg id="search-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><g stroke="currentColor" stroke-width="2" transform="translate(-156 -179)"><g transform="translate(0 33)"><g transform="translate(0 120)"><g transform="translate(157 27)"><circle fill="transparent" cx="5.7" cy="5.7" r="5.7"/><path d="M9.1 9.1L16 16"/></g></g></g></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/search.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/search.svg b/modules/web-console/frontend/public/images/icons/search.svg deleted file mode 100644 index 32e594c..0000000 --- a/modules/web-console/frontend/public/images/icons/search.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="search-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><g stroke="currentColor" stroke-width="2" transform="translate(-156 -179)"><g transform="translate(0 33)"><g transform="translate(0 120)"><g transform="translate(157 27)"><circle fill="transparent" cx="5.7" cy="5.7" r="5.7"/><path d="M9.1 9.1L16 16"/></g></g></g></g></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/sort.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/sort.icon.svg b/modules/web-console/frontend/public/images/icons/sort.icon.svg new file mode 100644 index 0000000..8195c79 --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/sort.icon.svg @@ -0,0 +1 @@ +<svg id="drag-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M 4,6.9 H 6.3 V 4.6 H 4 Z m 4.6,0 h 2.3 V 4.6 H 8.6 Z M 4,11.4 H 6.3 V 9.1 H 4 Z m 4.6,0 h 2.3 V 9.1 H 8.6 Z M 4,16 H 6.3 V 13.7 H 4 Z m 4.6,0 h 2.3 V 13.7 H 8.6 Z M 4,2.3 H 6.3 V 0 H 4 Z m 4.6,0 h 2.3 V 0 H 8.6 Z"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/sort.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/sort.svg b/modules/web-console/frontend/public/images/icons/sort.svg deleted file mode 100644 index 8195c79..0000000 --- a/modules/web-console/frontend/public/images/icons/sort.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="drag-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M 4,6.9 H 6.3 V 4.6 H 4 Z m 4.6,0 h 2.3 V 4.6 H 8.6 Z M 4,11.4 H 6.3 V 9.1 H 4 Z m 4.6,0 h 2.3 V 9.1 H 8.6 Z M 4,16 H 6.3 V 13.7 H 4 Z m 4.6,0 h 2.3 V 13.7 H 8.6 Z M 4,2.3 H 6.3 V 0 H 4 Z m 4.6,0 h 2.3 V 0 H 8.6 Z"/></svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/structure.icon.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/structure.icon.svg b/modules/web-console/frontend/public/images/icons/structure.icon.svg new file mode 100644 index 0000000..b83386e --- /dev/null +++ b/modules/web-console/frontend/public/images/icons/structure.icon.svg @@ -0,0 +1,3 @@ +<svg version="1.1" viewBox="0 0 16 14" xmlns="http://www.w3.org/2000/svg"> + <path fill="currentColor" d="m0 0v3h1v3h4v2h2.0996v3.9004h3.9004v2.0996h5v-5h-5v1.9004h-2.9004v-2.9004h0.90039v-4h-4v1.0488l-3-0.048828v-2h1v-3h-3z"/> +</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/public/images/icons/structure.svg ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/images/icons/structure.svg b/modules/web-console/frontend/public/images/icons/structure.svg deleted file mode 100644 index b83386e..0000000 --- a/modules/web-console/frontend/public/images/icons/structure.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 16 14" xmlns="http://www.w3.org/2000/svg"> - <path fill="currentColor" d="m0 0v3h1v3h4v2h2.0996v3.9004h3.9004v2.0996h5v-5h-5v1.9004h-2.9004v-2.9004h0.90039v-4h-4v1.0488l-3-0.048828v-2h1v-3h-3z"/> -</svg> http://git-wip-us.apache.org/repos/asf/ignite/blob/db23db25/modules/web-console/frontend/webpack/webpack.common.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/webpack/webpack.common.js b/modules/web-console/frontend/webpack/webpack.common.js index b758b4b..f2901e1 100644 --- a/modules/web-console/frontend/webpack/webpack.common.js +++ b/modules/web-console/frontend/webpack/webpack.common.js @@ -75,9 +75,11 @@ const config = { // Exclude tpl.pug files to import in bundle. { test: /^(?:(?!tpl\.pug$).)*\.pug$/, // TODO: check this regexp for correct. - loader: 'pug-html', - query: { - basedir + use: { + loader: 'pug-html', + options: { + basedir + } } }, @@ -123,22 +125,27 @@ const config = { }, { test: /\.(ttf|eot|svg|woff(2)?)(\?v=[\d.]+)?(\?[a-z0-9#-]+)?$/, - exclude: [contentBase], - loader: 'file?name=assets/fonts/[name].[ext]' + exclude: [contentBase, /\.icon\.svg$/], + use: 'file?name=assets/fonts/[name].[ext]' }, { - test: /^(?:(?!url\.svg$).)*\.svg$/, - include: [contentBase], - loader: 'svg-sprite-loader' + test: /\.icon\.svg$/, + use: { + loader: 'svg-sprite-loader', + options: { + symbolRegExp: /\w+(?=\.icon\.\w+$)/, + symbolId: '[0]' + } + } }, { test: /.*\.url\.svg$/, include: [contentBase], - loader: 'file?name=assets/fonts/[name].[ext]' + use: 'file?name=assets/fonts/[name].[ext]' }, { test: /\.(jpe?g|png|gif)$/i, - loader: 'file?name=assets/images/[name].[hash].[ext]' + use: 'file?name=assets/images/[name].[hash].[ext]' }, { test: require.resolve('jquery'), @@ -149,7 +156,7 @@ const config = { }, { test: require.resolve('nvd3'), - use: ['expose-loader?nv'] + use: 'expose-loader?nv' } ] },
