comparison client/src/components/admin/Importqueue.vue @ 1460:3d5aea677345

merge
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 03 Dec 2018 16:05:47 +0100
parents 33dda08d67be
children 9b81ac91a43e
comparison
equal deleted inserted replaced
1459:18ddb6935aa6 1460:3d5aea677345
132 }, 132 },
133 loadQueue() { 133 loadQueue() {
134 this.$store.dispatch("imports/getImports").catch(error => { 134 this.$store.dispatch("imports/getImports").catch(error => {
135 const { status, data } = error.response; 135 const { status, data } = error.response;
136 displayError({ 136 displayError({
137 title: "Backend Error", 137 title: this.$gettext("Backend Error"),
138 message: `${status}: ${data.message || data}` 138 message: `${status}: ${data.message || data}`
139 }); 139 });
140 }); 140 });
141 }, 141 },
142 refresh() { 142 refresh() {