diff client/src/components/importoverview/LogDetail.vue @ 4407:8c0f2377ff47

import_overview: DSR review details added
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Sep 2019 10:29:36 +0200
parents 4d0a09ae0828
children
line wrap: on
line diff
--- a/client/src/components/importoverview/LogDetail.vue	Tue Sep 17 09:18:46 2019 +0200
+++ b/client/src/components/importoverview/LogDetail.vue	Tue Sep 17 10:29:36 2019 +0200
@@ -108,7 +108,7 @@
       return this.kind === "SEC";
     },
     isSR() {
-      return this.kind === "SR";
+      return this.kind === "SR" || this.kind === "DSR";
     }
   },
   methods: {