|
|
@ -414,6 +414,7 @@ class AppDetailsDrawer extends React.Component {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
const config = this.props.context;
|
|
|
|
const config = this.props.context;
|
|
|
|
const {app, visible, onClose} = this.props;
|
|
|
|
const {app, visible, onClose} = this.props;
|
|
|
@ -459,12 +460,11 @@ class AppDetailsDrawer extends React.Component {
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<Drawer
|
|
|
|
<Drawer
|
|
|
|
placement="right"
|
|
|
|
placement="right"
|
|
|
|
width={this.state.drawerWidth}
|
|
|
|
width={640}
|
|
|
|
closable={false}
|
|
|
|
closable={false}
|
|
|
|
onClose={onClose}
|
|
|
|
onClose={onClose}
|
|
|
|
visible={visible}
|
|
|
|
visible={visible}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<Spin spinning={loading} delay={500}>
|
|
|
|
<Spin spinning={loading} delay={500}>
|
|
|
|
<div style={{textAlign: "center"}}>
|
|
|
|
<div style={{textAlign: "center"}}>
|
|
|
|
{avatar}
|
|
|
|
{avatar}
|
|
|
@ -555,7 +555,6 @@ class AppDetailsDrawer extends React.Component {
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
|
|
|
|
|
|
|
|
<Divider dashed={true}/>
|
|
|
|
<Divider dashed={true}/>
|
|
|
|
|
|
|
|
|
|
|
|
<Text strong={true}>Categories </Text>
|
|
|
|
<Text strong={true}>Categories </Text>
|
|
|
|
{!isCategoriesEditEnabled && (<Text
|
|
|
|
{!isCategoriesEditEnabled && (<Text
|
|
|
|
style={{color: config.theme.primaryColor, cursor: "pointer"}}
|
|
|
|
style={{color: config.theme.primaryColor, cursor: "pointer"}}
|
|
|
@ -600,8 +599,8 @@ class AppDetailsDrawer extends React.Component {
|
|
|
|
}</span>
|
|
|
|
}</span>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
|
|
|
|
|
|
|
|
<Divider dashed={true}/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Divider dashed={true}/>
|
|
|
|
<Text strong={true}>Tags </Text>
|
|
|
|
<Text strong={true}>Tags </Text>
|
|
|
|
{!isTagsEditEnabled && (<Text
|
|
|
|
{!isTagsEditEnabled && (<Text
|
|
|
|
style={{color: config.theme.primaryColor, cursor: "pointer"}}
|
|
|
|
style={{color: config.theme.primaryColor, cursor: "pointer"}}
|
|
|
|