Skip to content

Commit

Permalink
fix(ui): divider for users and tasks screens
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Dec 14, 2024
1 parent 9778dca commit b059df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/views/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<v-toolbar-title>{{ $t('activeTasks') }}</v-toolbar-title>
</v-toolbar>

<v-divider />

<v-data-table
:headers="headers"
:items="items"
Expand Down
2 changes: 2 additions & 0 deletions web/src/views/Users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
>{{ $t('newUser') }}</v-btn>
</v-toolbar>

<v-divider />

<v-data-table
:headers="headers"
:items="items"
Expand Down

0 comments on commit b059df1

Please sign in to comment.