You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/04 00:23:48 UTC

[GitHub] [incubator-streampark] wolfboys commented on a diff in pull request #1960: [Feature] Add sensitivity option when creating variable #1958

wolfboys commented on code in PR #1960:
URL: https://github.com/apache/incubator-streampark/pull/1960#discussion_r1013505547


##########
streampark-console/streampark-console-newui/src/views/system/variable/components/VariableDrawer.vue:
##########
@@ -114,6 +115,17 @@
         componentProps: { rows: 4 },
         rules: [{ max: 100, message: t('system.variable.form.descriptionMessage') }],
       },
+      {
+        field: 'sensitive',
+        label: 'Sensitive',

Review Comment:
   how about replace Sensitive to Datamask?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org