|
@@ -169,12 +169,14 @@ export default class ActionDetails extends Component<PropsType, StateType> {
|
|
|
<i className="material-icons">keyboard_backspace</i>
|
|
<i className="material-icons">keyboard_backspace</i>
|
|
|
Select Folder
|
|
Select Folder
|
|
|
</BackButton>
|
|
</BackButton>
|
|
|
- {!this.props.procfilePath && !this.props.dockerfilePath ? (
|
|
|
|
|
- <StatusWrapper>
|
|
|
|
|
- <i className="material-icons">error_outline</i>
|
|
|
|
|
- Procfile not detected.
|
|
|
|
|
- </StatusWrapper>
|
|
|
|
|
- ) : this.props.selectedRegistry ? (
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ // !this.props.procfilePath && !this.props.dockerfilePath ? (
|
|
|
|
|
+ // <StatusWrapper>
|
|
|
|
|
+ // <i className="material-icons">error_outline</i>
|
|
|
|
|
+ // Procfile not detected.
|
|
|
|
|
+ // </StatusWrapper>
|
|
|
|
|
+ // ) :
|
|
|
|
|
+ this.props.selectedRegistry ? (
|
|
|
<StatusWrapper successful={true}>
|
|
<StatusWrapper successful={true}>
|
|
|
<i className="material-icons">done</i> Source selected
|
|
<i className="material-icons">done</i> Source selected
|
|
|
</StatusWrapper>
|
|
</StatusWrapper>
|