Skip to content

Commit 7c9d1b0

Browse files
committed
style: margins
1 parent 9eb66f9 commit 7c9d1b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dashboard/components/target/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<h2>{{ $t("dashboard.targets") }}</h2>
44

5-
<v-list>
5+
<v-list class="mt-4">
66
<v-list-item
77
v-for="target in targets?.targets"
88
:key="target.id"

dashboard/i18n/locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"navigation": {
77
"logout": "Logout"
88
},
9+
"dashboard": {
10+
"targets": "Targets"
11+
},
912
"form": {
1013
"edit": "Edit",
1114
"delete": "Delete",

0 commit comments

Comments
 (0)