|
|
@ -86,7 +86,6 @@ class UserInstall extends React.Component {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
|
|
|
|
|
|
|
|
const {fetching, data, value} = this.state;
|
|
|
|
const {fetching, data, value} = this.state;
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
@ -110,7 +109,7 @@ class UserInstall extends React.Component {
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
<div style={{paddingTop: 10, textAlign: "right"}}>
|
|
|
|
<div style={{paddingTop: 10, textAlign: "right"}}>
|
|
|
|
<Button htmlType="button" type="primary" onClick={this.install}>Install</Button>
|
|
|
|
<Button disabled={value.length===0} htmlType="button" type="primary" onClick={this.install}>Install</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
);
|
|
|
|