Skip to content
Snippets Groups Projects
Verified Commit 6098bd36 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: display admin_description as well

parent 67cd9b76
No related branches found
No related tags found
No related merge requests found
Pipeline #422442 canceled
......@@ -75,7 +75,10 @@
{{ $t('system.description') }}
</b-th>
<b-td>
{{ bcd.description }}
<p>{{ bcd.description }}</p>
<b-alert variant="dark" show v-if="bcd.admin_description">
<b>{{ $t('system.admin_description') }}:</b> {{bcd.admin_description}}
</b-alert>
</b-td>
</b-tr>
<b-tr>
......
......@@ -465,6 +465,7 @@
},
"delete": "Löschen",
"description": "Beschreibung",
"admin_description": "Administrative Notiz",
"dhcp": "DHCP",
"dhcp_leases": "DHCP-Leases",
"dnsvs": "DNSVS",
......@@ -1020,4 +1021,4 @@
}
}
}
}
\ No newline at end of file
}
......@@ -462,6 +462,7 @@
},
"delete": "Delete",
"description": "Description",
"admin_description": "Administrative Note",
"dhcp": "DHCP",
"dhcp_leases": "DHCP-Leases",
"dnsvs": "DNSVS",
......@@ -1028,4 +1029,4 @@
"results": "Results using constraint '{constraint}':"
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment