From 93fbc8ab84f542ba2f2f64e0922e9144b4bacd3a Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Fri, 8 Sep 2023 11:48:40 -0400 Subject: [PATCH] update the layout of RunsView.vue --- src/views/db/RunsView.vue | 108 ++++++++++++-------------------------- 1 file changed, 35 insertions(+), 73 deletions(-) diff --git a/src/views/db/RunsView.vue b/src/views/db/RunsView.vue index 91c326d..5777cad 100644 --- a/src/views/db/RunsView.vue +++ b/src/views/db/RunsView.vue @@ -1,53 +1,41 @@ + + + + + @@ -117,29 +105,3 @@ function formatDateTime(dateTime: string) { return format.format(sinceEpoch); } - - - -