mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Custom Summary Page for NotebookWizard and notebook Cell with wizard variables (#10297)
* save not yet tested work * Merge from master. * Screeens Shared for Feeedback * Code complete * remove unneeded changes * remove unnecessary comma * remov wss * remove dead code * PR feedback * checkpoint fixes * PR & minor fixes * minor fix for feature of resourceType options being optional. * reverting experimental change * separating out changes for future featurework. * revert unneeded change * review feedback fixes * review feedback * rename InputFieldComponent to InputComponent * working version of custom summary page * add option to align items in a flex- container. * changes to support labelColor * save work , still pending issue with labelCSSStyles * Summary page and setting variabless in notebook. * minor fixes. * pr feedbck * fix formatting issues * pr feedback * pr feedback * pr feedback * fixing docs * summary page value setting fix * rename children of RowInfo to items * rename a method * rename summary_text to evaluated_text * rename properties of fieldInfo * revert inadvertent change * rename linked_texttext to hyperlinked_text and removing linking facility from readonly_text * pr feedback * fix setting tools variables in env and notebook * removing saving of originalValues for EvaluatedText * await on launchNotebookWithEdits * await on launchNotebookWithContent * merge RadioOptions & Options into 1 * merge ReadOnlyText, links & evaluatedText * Samples for new generic wizard features * fix comment * fix assertions * return type and comment for getClusterContext * fix inadvertent change * increase minimum required azdata version * remove unneeded environment variable settings * not leaking passwords in notebooks
This commit is contained in:
@@ -12,9 +12,41 @@
|
||||
"deployment-notebook-2": "./notebooks/deploy-x-data-service-2.ipynb",
|
||||
"text-field": "text field",
|
||||
"password-field": "password field",
|
||||
"kube.cluster.context": "Kube cluster context",
|
||||
"number-field": "numeric field",
|
||||
"confirm-password": "confirm password",
|
||||
"agreement": "I accept {0} and {1}.",
|
||||
"agreement-1-name": "Agreement 1",
|
||||
"agreement-2-name": "Agreement 2"
|
||||
"agreement-2-name": "Agreement 2",
|
||||
|
||||
"resource.type.wizard.display.name": "Test controller",
|
||||
"resource.type.wizard.description": "Creates a Test controller",
|
||||
|
||||
"wizard.new.wizard.title": "Create Test controller",
|
||||
"wizard.cluster.environment.title": "What is your target existing Kubernetes cluster environment?",
|
||||
"wizard.select.cluster.title": "Select from installed existing Kubernetes clusters",
|
||||
"wizard.kube.cluster.context": "Cluster context",
|
||||
"wizard.cluster.config.profile.title": "Choose the config profile",
|
||||
"wizard.cluster.config.profile": "Config profile",
|
||||
"wizard.dropdown.options.field": "dropdown field",
|
||||
"wizard.project.details.title": "Project details",
|
||||
"wizard.project.details.description": "Project details for Contoso corporation",
|
||||
"wizard.data.controller.create.summary.title": "Review your configuration",
|
||||
"wizard.summary.data.controller": "Test controller",
|
||||
"wizard.summary.estimated.cost.per.month": "Estimated cost per month",
|
||||
"wizard.summary.by.contoso" : "by Contoso",
|
||||
"wizard.summary.free" : "Free",
|
||||
"wizard.summary.terms.of.use" : "Terms of use",
|
||||
"wizard.summary.terms.privacy.policy" : "Privacy policy",
|
||||
"wizard.summary.terms" : "Terms",
|
||||
"wizard.summary.terms.description": "By clicking 'Script to notebook', I (a) agree to the legal terms and privacy statement(s) associated with the doing business with Contoso.",
|
||||
"wizard.summary.kubernetes": "Kubernetes",
|
||||
"wizard.summary.kube.config.file.path": "Kube config file path",
|
||||
"wizard.summary.cluster.context": "Cluster context",
|
||||
"wizard.summary.profile": "Config profile",
|
||||
"wizard.data.controller.agreement": "I accept {0} and {1}.",
|
||||
"contoso.agreement.privacy.statement":"contoso Privacy Statement",
|
||||
"wizard.agreement.contosoCmd.eula":"contoso cmd license terms",
|
||||
"deploy.wizard.action":"Script to notebook"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user