You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The scrolling message prompt component is only used for long text, but its width may exceed the width of the container, so scrolling display is required
17
+
* @param props
18
+
*/
19
+
exportdefault(props: MetricsProps)=>{
20
+
21
+
const{tips, type, banner =false, showIcon =true, play =true}=props;
'devops.jobinfo.recently.job.status': 'View recently saved job status information',
@@ -359,7 +361,7 @@ export default {
359
361
'metrics.flink.subTask.placeholder': 'Please select a SubTask Name',
360
362
'metrics.flink.taskId': 'Dinky Job ID',
361
363
'metrics.dinky.not.open':
362
-
'Dinky Server monitoring is not enabled, please go to the Setting Center -> Global Settings -> Metrics Configuration -> Dinky JVM Monitor switch to open',
364
+
'The monitoring function is not enabled, and the Dinky Server and Flink task monitoring functions cannot be used. \nPlease go to the Configuration Center -> Global Configuration -> Metrics Configuration -> Dinky JVM Monitor switch to enable it',
363
365
'metrics.flink.deleteConfirm':
364
366
'Are you sure to delete the monitoring data under this task? \nAttention: This operation will synchronously affect the monitoring data of the operation and maintenance center for this task!! \nPlease operate with caution, this operation is irreversible!',
0 commit comments