Skip to content

Commit

Permalink
feat: admin UI - Option to specify a python file containing a custom …
Browse files Browse the repository at this point in the history
…script #110
  • Loading branch information
duttarnab committed Mar 2, 2022
1 parent 2bd248f commit 53106c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin-ui/app/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"softwareVersion": "Software Version",
"softwareStatement": "'Software Statement",
"usage_type": "Usage Type",
"script_path": "Script Path",
"use_anonymous_bind": "Use Anonymous Bind",
"use_ssl": "Use SSL",
"user_info_encrypted_response_alg": "JWE alg Algorithm for encrypting userinfo responses",
Expand Down Expand Up @@ -356,7 +357,8 @@
"sql_schemaname": "Enter the schema name.",
"sql_passwordEncryptionMethod": "Add password encryption method.",
"sql_serverTimezone": "Enter server timezone.",
"activate_sql_configuration": "Activate SQL configuration."
"activate_sql_configuration": "Activate SQL configuration.",
"script_path": "Enter script file path"
},
"titles": {
"acrs": "ACRs",
Expand Down Expand Up @@ -756,6 +758,7 @@
"inum": "Unique id identifying the script",
"name": "Custom script name. Should contain only letters, digits and underscores.",
"description": "Details describing the script.",
"scriptPath": "Script file path",
"script": "Actual script content.",
"scriptType": "Type of script.",
"locationType": "Where the script is located.",
Expand Down

0 comments on commit 53106c3

Please sign in to comment.