We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb66f9 commit 7c9d1b0Copy full SHA for 7c9d1b0
dashboard/components/target/list.vue
@@ -2,7 +2,7 @@
2
<div>
3
<h2>{{ $t("dashboard.targets") }}</h2>
4
5
- <v-list>
+ <v-list class="mt-4">
6
<v-list-item
7
v-for="target in targets?.targets"
8
:key="target.id"
dashboard/i18n/locales/en.json
@@ -6,6 +6,9 @@
"navigation": {
"logout": "Logout"
},
9
+ "dashboard": {
10
+ "targets": "Targets"
11
+ },
12
"form": {
13
"edit": "Edit",
14
"delete": "Delete",
0 commit comments