From ce89e8499e0b1ae8fbb2ce91f8d55d02cfc477ab Mon Sep 17 00:00:00 2001 From: darth-coder00 <86726556+darth-coder00@users.noreply.github.com> Date: Wed, 18 May 2022 17:52:28 +0530 Subject: [PATCH] Fix #4781: forms text fields looks like it has space in the beginning (#5020) --- .../cypress/integration/Pages/myData.spec.js | 8 ++- .../Forms/ColumnTestForm.tsx | 16 +++--- .../Forms/TableTestForm.tsx | 8 +-- .../AddGlossary/AddGlossary.component.tsx | 2 +- .../AddGlossaryTerm.component.tsx | 8 +-- .../AddIngestion/Steps/ConfigureIngestion.tsx | 8 +-- .../AddService/Steps/ConfigureService.tsx | 2 +- .../AddService/Steps/ConnectionDetails.tsx | 52 +++++++++---------- .../AddService/Steps/SelectServiceType.tsx | 2 +- .../src/components/AddWebhook/AddWebhook.tsx | 14 ++--- .../BotsDetail/BotsDetail.component.tsx | 2 +- .../CreateUser/CreateUser.component.tsx | 4 +- .../NodeSuggestions.component.tsx | 2 +- .../GlossaryReferences/GlossaryReferences.tsx | 6 +-- .../GlossaryTermsV1.component.tsx | 2 +- .../EntityDeleteModal/EntityDeleteModal.tsx | 2 +- .../ui/src/components/TeamDetails/Form.tsx | 4 +- .../components/TeamDetails/TeamDetails.tsx | 2 +- .../src/components/Users/Users.component.tsx | 2 +- .../DBTConfigFormBuilder.tsx | 2 +- .../DBTConfigFormBuilder/DBTGCSConfig.tsx | 28 +++++----- .../DBTConfigFormBuilder/DBTHttpConfig.tsx | 4 +- .../DBTConfigFormBuilder/DBTLocalConfig.tsx | 4 +- .../DBTConfigFormBuilder/DBTS3Config.tsx | 14 ++--- .../common/FilterPattern/FilterPattern.tsx | 4 +- .../SearchInput/SearchInput.component.tsx | 2 +- .../components/common/searchbar/Searchbar.tsx | 2 +- .../src/components/dropdown/DropDownList.tsx | 2 +- .../resources/ui/src/pages/teams/Form.tsx | 4 +- .../main/resources/ui/src/styles/tailwind.css | 6 ++- 30 files changed, 114 insertions(+), 104 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js b/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js index e2c43f8beff..faa655ae2f4 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js +++ b/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js @@ -12,7 +12,13 @@ */ import { visitEntityTab } from '../../common/common'; -import { FOLLOWING_TITLE, MYDATA_SUMMARY_OPTIONS, MY_DATA_TITLE, RECENT_SEARCH_TITLE, RECENT_VIEW_TITLE } from '../../constants/constants'; +import { + FOLLOWING_TITLE, + MYDATA_SUMMARY_OPTIONS, + MY_DATA_TITLE, + RECENT_SEARCH_TITLE, + RECENT_VIEW_TITLE, +} from '../../constants/constants'; describe('MyData page should work', () => { beforeEach(() => { diff --git a/openmetadata-ui/src/main/resources/ui/src/components/AddDataQualityTest/Forms/ColumnTestForm.tsx b/openmetadata-ui/src/main/resources/ui/src/components/AddDataQualityTest/Forms/ColumnTestForm.tsx index 02d815b1534..26956116ed6 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/AddDataQualityTest/Forms/ColumnTestForm.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/AddDataQualityTest/Forms/ColumnTestForm.tsx @@ -382,7 +382,7 @@ const ColumnTestForm = ({ Min: = ({ {!data?.name ? ( = ({ ) : ( = ({ {requiredField('Endpoint URL:')} = ({ Batch Size: = ({ Connection Timeout (s): = ({ = ({ = ({ {isDisplayNameEdit ? ( = ({ return ( = ({ = ({ = ({ = forwardRef( Name = forwardRef( = ({ Available sources to fetch DBT catalog and manifest files. = ({ Google Cloud service account type. = ({ Google Cloud project id. = ({ Google Cloud Private key id. = ({ Google Cloud private key. = ({ Google Cloud email. = ({ Google Cloud Client ID. = ({ Google Cloud auth uri. = ({ Google Cloud token uri. = ({ Google Cloud auth provider certificate. = ({ Google Cloud client certificate uri. = ({ GCS Credentials Path. = ({ Available sources to fetch DBT catalog and manifest files. = ({ Name of the bucket where the dbt files are stored. = ({ Path of the folder where the dbt files are stored. = ({ DBT catalog file to extract dbt models with their column schemas. = ({ tables. = ({ DBT catalog file to extract dbt models with their column schemas. = ({ tables. = ({ AWS Access Key ID. = ({ AWS Secret Access Key. = ({ AWS Region. = ({ AWS Session Token. = ({ EndPoint URL for the AWS. = ({ Name of the bucket where the dbt files are stored. = ({ Path of the folder where the dbt files are stored. Include: Exclude: )} = ({ {showSearchBar && ( = forwardRef( Name = forwardRef(