Skip to content

Commit

Permalink
feat(NotificationsDashboardDialogEntity): add dashboard name to `he…
Browse files Browse the repository at this point in the history
…adline`
  • Loading branch information
marcel-bitfly committed Oct 17, 2024
1 parent aa68a6e commit 50bd495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"DashboardGroupManagementModal",
"DashboardValidatorManagmentModal",
"NotificationsClientsTable",
"NotificationsDashboardDialogEntity",
"NotificationsManagementModalWebhook",
"NotificationsManagmentMachines",
"NotificationsNetworkTable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defineEmits<{ (e: 'filter-changed', value: string): void }>()
</h2>
<div class="notifications-dashboard-dialog-entity__subheader">
<h3>
{{ props?.group_name }}
{{ props?.group_name }} ({{ details?.dashboard_name }})
</h3>
<BcContentFilter
:search-placeholder="$t('common.index')"
Expand Down

0 comments on commit 50bd495

Please sign in to comment.