summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-10 17:53:32 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-10 17:53:32 +0300
commitd0be7a29d3e00d98cd7a3b94771ff1573542d233 (patch)
treee4803d422d6bbade6f1f0f471f43bd7b2c2cde30
parent40a0def4ef50703b17d560895a5167fa1cb435e2 (diff)
downloadwebui-vue-d0be7a29d3e00d98cd7a3b94771ff1573542d233.tar.xz
SILABMC-226: additional data
-rw-r--r--src/views/_sila/Logs/EventLogs/EventLogs.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/_sila/Logs/EventLogs/EventLogs.vue b/src/views/_sila/Logs/EventLogs/EventLogs.vue
index f283fc8b..33b085b0 100644
--- a/src/views/_sila/Logs/EventLogs/EventLogs.vue
+++ b/src/views/_sila/Logs/EventLogs/EventLogs.vue
@@ -487,7 +487,7 @@ export default {
this.$store
.dispatch('eventLog/getAdditionalData', url)
.catch(() =>
- this.errorToast(
+ this.warningToast(
this.$t('pageEventLogs.toast.errorLoadAdditionalData')
)
)