فهرست منبع

Merge branch 'beta.3.integration-frontend' into main

sunguroku 5 سال پیش
والد
کامیت
40f45cc375
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      dashboard/src/main/home/templates/expanded-template/LaunchTemplate.tsx

+ 2 - 1
dashboard/src/main/home/templates/expanded-template/LaunchTemplate.tsx

@@ -77,6 +77,7 @@ export default class LaunchTemplate extends Component<PropsType, StateType> {
       if (err) {
         this.setState({ saveValuesStatus: 'error' });
       } else {
+        // this.props.setCurrentView('cluster-dashboard');
         this.setState({ saveValuesStatus: 'successful' });
       }
     });
@@ -123,6 +124,7 @@ export default class LaunchTemplate extends Component<PropsType, StateType> {
       if (err) {
         this.setState({ saveValuesStatus: 'error' });
       } else {
+        // this.props.setCurrentView('cluster-dashboard');
         this.setState({ saveValuesStatus: 'successful' });
       }
     });
@@ -320,7 +322,6 @@ export default class LaunchTemplate extends Component<PropsType, StateType> {
             closeOverlay={true}
           />
         </ClusterSection>
-        <Subtitle>Name</Subtitle>
         {this.renderSourceSelector()}
         {this.renderTabRegion()}
       </StyledLaunchTemplate>