Skip to content

Commit

Permalink
web/multinode: Show appropriate error while adding new node
Browse files Browse the repository at this point in the history
While adding new nodes, if the nodeID, Public IP Address or
the API Key are incorrect no error was being shown on the webpage.
This commit resolves this issue by showing a error notification on
the top right corner of the screen with appropriate error text.
  • Loading branch information
Pranav2612000 committed Nov 24, 2021
1 parent de8464e commit 495379a
Show file tree
Hide file tree
Showing 6 changed files with 7,194 additions and 39,118 deletions.
2 changes: 1 addition & 1 deletion web/multinode/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
"vue/no-unused-refs": ["warn"],
"vue/no-useless-v-bind": ["warn"],

'vue/no-unregistered-components': ['warn', { ignorePatterns: ['router-link', 'router-view'] }],
'vue/no-unregistered-components': ['warn', { ignorePatterns: ['router-link', 'router-view', 'notifications'] }],

'storj/vue/require-annotation': 'warn',
},
Expand Down

0 comments on commit 495379a

Please sign in to comment.