Skip to content

Commit

Permalink
chore(NotificationsManagmentMachines): only show info if there are …
Browse files Browse the repository at this point in the history
…no machines
  • Loading branch information
benji-bitfly committed Oct 3, 2024
1 parent bed8a9e commit 0a62d48
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 0a62d48

Please sign in to comment.