Skip to content

Commit

Permalink
feat(NotificationsManagmentMachines): add condition for empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-bitfly committed Oct 3, 2024
1 parent 262c4aa commit 97d393d
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",
"NotificationsManagmentMachines",
"NotificationsNetworkTable",
"NotificationsOverview",
"a11y",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ watchDebounced(() => notificationsManagementStore.settings.general_settings, asy
</BcListSection>
</div>
</BcTabPanel>
<div class="info">
<div v-if="!notificationsManagementStore.settings.has_machines" class="info">
<BcText tag="p" variant="lg">
{{ $t('notifications.machine.settings.info') }}
</BcText>
Expand Down

0 comments on commit 97d393d

Please sign in to comment.