summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Schönartz2021-03-15 16:03:26 +0100
committerJannik Schönartz2021-03-15 16:03:26 +0100
commit1c2690343d4c61d980a1c386c2c0caa8f3425dbd (patch)
tree880329dc795b9015553d4025d5cc0ac6b0ad4bfc
parent[webapp/clients] Add warning snackbar if there are errors when deleting an ob... (diff)
downloadbas-1c2690343d4c61d980a1c386c2c0caa8f3425dbd.tar.gz
bas-1c2690343d4c61d980a1c386c2c0caa8f3425dbd.tar.xz
bas-1c2690343d4c61d980a1c386c2c0caa8f3425dbd.zip
[webapp/log] Add new backend error categories
-rw-r--r--webapp/src/components/LogModule.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/components/LogModule.vue b/webapp/src/components/LogModule.vue
index a759c55..4af4408 100644
--- a/webapp/src/components/LogModule.vue
+++ b/webapp/src/components/LogModule.vue
@@ -240,6 +240,8 @@ export default {
'ERROR_BACKEND',
'ERROR_BACKEND_CHECKCONNECTION',
'ERROR_BACKEND_DELETE',
+ 'ERROR_BACKEND_IDOIT_OBJECT_DELETION',
+ 'ERROR_BACKEND_INFOBLOX_OBJECT_DELETION',
'CLIENT_BOOT',
'CLIENT_CREATE',
'CLIENT_EDIT',