summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJannik Schönartz2021-03-16 20:40:33 +0100
committerJannik Schönartz2021-03-16 20:40:33 +0100
commit5c866ef67fdad418723168f270cf3ae3928c5503 (patch)
tree6f8b82a769ee9afe19834bb2e3079c2a61ac8a1e /webapp
parent[scheduler] check if timeout exists before clearing it (diff)
downloadbas-5c866ef67fdad418723168f270cf3ae3928c5503.tar.gz
bas-5c866ef67fdad418723168f270cf3ae3928c5503.tar.xz
bas-5c866ef67fdad418723168f270cf3ae3928c5503.zip
[log] Fix category name & eslint fix
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/LogModule.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/LogModule.vue b/webapp/src/components/LogModule.vue
index 4af4408..2a8c091 100644
--- a/webapp/src/components/LogModule.vue
+++ b/webapp/src/components/LogModule.vue
@@ -240,8 +240,8 @@ export default {
'ERROR_BACKEND',
'ERROR_BACKEND_CHECKCONNECTION',
'ERROR_BACKEND_DELETE',
- 'ERROR_BACKEND_IDOIT_OBJECT_DELETION',
- 'ERROR_BACKEND_INFOBLOX_OBJECT_DELETION',
+ 'ERROR_BACKEND_IDOIT',
+ 'ERROR_BACKEND_INFOBLOX',
'CLIENT_BOOT',
'CLIENT_CREATE',
'CLIENT_EDIT',