// TODO: Handle alertManagementEnabled depending on resolution - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30024.
alertManagementEnabled:{
type:Boolean,
required:false,
default:true,
required:true,
},
enableAlertManagementPath:{
type:String,
required:true,
},
userCanEnableAlertManagement:{
type:Boolean,
required:true,
},
emptyAlertSvgPath:{
type:String,
required:true,
...
...
@@ -137,29 +139,28 @@ export default {
</template>
</gl-table>
</div>
<templatev-else>
<gl-empty-state
:title="s__('AlertManagement|Surface alerts in GitLab')"
:svg-path="emptyAlertSvgPath"
>
<template#description>
<divclass="d-block">
<span>{{
s__(
'AlertManagement|Display alerts from all your monitoring tools directly within GitLab. Streamline the investigation of your alerts and the escalation of alerts to incidents.',
<gl-empty-statev-else:title="__('Surface alerts in GitLab')":svg-path="emptyAlertSvgPath">
<template#description>
<divclass="d-block">
<span>{{
s__(
'AlertManagement|Display alerts from all your monitoring tools directly within GitLab. Streamline the investigation of your alerts and the escalation of alerts to incidents.',