Skip to content

Commit

Permalink
feat(dashboard): add link to overlays on alerts page
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Aug 23, 2023
1 parent a361691 commit 0f68722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/dashboard/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
},
"alerts": {
"title": "Alerts",
"info": "You can create alert, and then assign it to command/event. Do not forget insert alerts overlay into OBS.",
"info": "You can create alert, and then assign it to command/event. Do not forget insert <a style='color: #fff' href='/dashboard/overlays'>alerts overlay</a> into OBS.",
"name": "Name",
"validations": {
"name": "Name cannot be empty and bigger then 30 symbols"
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/src/pages/Alerts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { t } = useI18n();

<template>
<n-alert type="info">
{{ t('alerts.info') }}
<span v-html="t('alerts.info')" />
</n-alert>
<list />
</template>

0 comments on commit 0f68722

Please sign in to comment.