File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Pages/GlobalConfigurations/BuildInfra Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,14 @@ import {
2323 BuildInfraDescriptor ,
2424 BuildInfraFooter ,
2525 DEFAULT_PROFILE_NAME ,
26+ FeatureTitleWithInfo ,
2627 useBuildInfraForm ,
2728} from '@devtron-labs/devtron-fe-common-lib'
2829
2930import './styles.scss'
3031
32+ const BuildInfraFeatureDescriptionModal = ( ) => < FeatureTitleWithInfo title = { BUILD_INFRA_TEXT . HEADING } />
33+
3134const ProfileForm : FunctionComponent = ( ) => {
3235 const {
3336 isLoading,
@@ -65,7 +68,7 @@ const ProfileForm: FunctionComponent = () => {
6568 onSubmit = { handleSubmit }
6669 >
6770 < div className = "flexbox-col dc__gap-24 pt pr pb pl h-100 dc__overflow-auto" >
68- < BuildInfraDescriptor />
71+ < BuildInfraDescriptor tooltipNode = { < BuildInfraFeatureDescriptionModal /> } />
6972
7073 < APIResponseHandler
7174 isLoading = { isLoading }
You can’t perform that action at this time.
0 commit comments