Skip to content
Snippets Groups Projects
Verified Commit ff34c552 authored by Martin Weise's avatar Martin Weise
Browse files

Refactored the TimeDrift component

parent 792919d3
No related branches found
No related tags found
1 merge request!374Bumped version of DBRepo
......@@ -53,7 +53,6 @@
class="ml-2 mr-2"
@click.stop="pick" />
</v-toolbar>
<TimeDrift />
<v-card
v-if="error"
variant="flat">
......@@ -111,7 +110,6 @@ const { loggedIn } = useOidcAuth()
</script>
<script>
import TableHistory from '@/components/table/TableHistory.vue'
import TimeDrift from '@/components/TimeDrift.vue'
import TableToolbar from '@/components/table/TableToolbar.vue'
import { formatTimestamp } from '@/utils'
import { useCacheStore } from '@/stores/cache.js'
......@@ -125,8 +123,7 @@ export default {
BlobDownload,
EditTuple,
TableHistory,
TableToolbar,
TimeDrift
TableToolbar
},
data () {
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment