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 10:38:49 UTC

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

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


##########
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:
   Is it just that the front-end Sensitive is changed to Datamask, and the database fields and the fields of the back-end classes need to be changed?



-- 
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