From aac777e2864184d97fe4e26cd324a729927e8e8c Mon Sep 17 00:00:00 2001
From: kolaente
Date: Sun, 6 Feb 2022 20:32:21 +0100
Subject: [PATCH] fix: lint
---
src/components/date/datemathHelp.vue | 15 +++++++++------
src/router/index.ts | 2 +-
src/views/tasks/ShowTasks.vue | 11 ++++++-----
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/src/components/date/datemathHelp.vue b/src/components/date/datemathHelp.vue
index 60aa0533..6772ba01 100644
--- a/src/components/date/datemathHelp.vue
+++ b/src/components/date/datemathHelp.vue
@@ -1,6 +1,7 @@
-
+
{{ $t('input.datepickerRange.math.intro') }}
@@ -12,12 +13,14 @@
-
+
Grafana
-
+
Elasticsearch
diff --git a/src/router/index.ts b/src/router/index.ts
index 0f232b7e..b1989901 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -256,7 +256,7 @@ const router = createRouter({
dateTo: parseDateOrString(route.query.to, getNextWeekDate()),
showNulls: route.query.showNulls === 'true',
showOverdue: route.query.showOverdue === 'true',
- })
+ }),
},
{
path: '/lists/new/:namespaceId/',
diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue
index a67f83bc..a8ff443d 100644
--- a/src/views/tasks/ShowTasks.vue
+++ b/src/views/tasks/ShowTasks.vue
@@ -5,7 +5,7 @@
-
+
{{ $t('task.show.select') }}
@@ -46,8 +46,7 @@