We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d55d8 commit 50d7548Copy full SHA for 50d7548
web-app/src/app/routes/alert/alert-setting/alert-setting.component.ts
@@ -1820,7 +1820,7 @@ export class AlertSettingComponent implements OnInit {
1820
* Get the edit tooltip title i18n key based on the data type.
1821
*/
1822
getEditTooltipTitle(data: any): string {
1823
- if (data.type === 'realtime') {
+ if (data.type === 'realtime_metric' || data.type === 'realtime_log') {
1824
return 'alert.setting.edit.realtime';
1825
} else {
1826
return 'alert.setting.edit.periodic';
0 commit comments