mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Remove managed configuration option from non android ent. apps in APPM UI
This commit is contained in:
parent
07d87ae4f2
commit
c54b29a182
@ -449,18 +449,15 @@ class AppDetailsDrawer extends React.Component {
|
||||
width={this.state.drawerWidth}
|
||||
closable={false}
|
||||
onClose={onClose}
|
||||
visible={visible}
|
||||
>
|
||||
visible={visible}>
|
||||
<Spin spinning={loading} delay={500}>
|
||||
<div style={{textAlign: "center"}}>
|
||||
{avatar}
|
||||
<Title editable={{onChange: this.handleNameSave}} level={2}>{name}</Title>
|
||||
</div>
|
||||
|
||||
<Divider/>
|
||||
|
||||
{/*display manage config button only if the app is public android app*/}
|
||||
{(app.type === "PUBLIC") && (app.deviceType === "android") &&
|
||||
{(app.isAndroidEnterpriseApp) &&
|
||||
(config.androidEnterpriseToken !== null) &&
|
||||
(
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user