Add feature descriptions

feature/appm-store/pbac
shamalka 5 years ago
parent 02a8fd35dc
commit 318736bcbf

@ -48,8 +48,7 @@ class DeviceTypes extends React.Component {
</Breadcrumb> </Breadcrumb>
<div className="wrap"> <div className="wrap">
<h3>Device Types</h3> <h3>Device Types</h3>
<Paragraph>Lorem ipsum dolor sit amet, est similique constituto at, quot inermis id mel, an <Paragraph>All device types for device management.</Paragraph>
illud incorrupte nam.</Paragraph>
</div> </div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}> <div style={{backgroundColor:"#ffffff", borderRadius: 5}}>
<DeviceTypesTable/> <DeviceTypesTable/>

@ -48,9 +48,8 @@ class Devices extends React.Component {
<Breadcrumb.Item>Devices</Breadcrumb.Item> <Breadcrumb.Item>Devices</Breadcrumb.Item>
</Breadcrumb> </Breadcrumb>
<div className="wrap"> <div className="wrap">
<h3>Devicessss</h3> <h3>Devices</h3>
<Paragraph>Lorem ipsum dolor sit amet, est similique constituto at, quot inermis id mel, an <Paragraph>All enrolled devices</Paragraph>
illud incorrupte nam.</Paragraph>
</div> </div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}> <div style={{backgroundColor:"#ffffff", borderRadius: 5}}>
<DeviceTable/> <DeviceTable/>

@ -48,8 +48,7 @@ class Groups extends React.Component {
</Breadcrumb> </Breadcrumb>
<div className="wrap"> <div className="wrap">
<h3>Groups</h3> <h3>Groups</h3>
<Paragraph>Lorem ipsum dolordd sit amet, est similique constituto at, quot inermis id mel, an <Paragraph>All device groups.</Paragraph>
illud incorrupte nam.</Paragraph>
</div> </div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}> <div style={{backgroundColor:"#ffffff", borderRadius: 5}}>
<GroupsTable/> <GroupsTable/>

@ -47,8 +47,7 @@ class Policies extends React.Component {
</Breadcrumb> </Breadcrumb>
<div className="wrap"> <div className="wrap">
<h3>Policies</h3> <h3>Policies</h3>
<Paragraph>Lorem ipsum dolor sit amet, est similique constituto at, quot inermis id mel, an <Paragraph>All policies for device management</Paragraph>
illud incorrupte nam.</Paragraph>
</div> </div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}> <div style={{backgroundColor:"#ffffff", borderRadius: 5}}>

@ -48,13 +48,15 @@ class Roles extends React.Component {
</Breadcrumb> </Breadcrumb>
<div className="wrap"> <div className="wrap">
<h3>Roles</h3> <h3>Roles</h3>
<Paragraph>Lorem ipsum dolor sit amet, est similique constituto at, quot inermis id mel, an <Paragraph>All user roles</Paragraph>
illud incorrupte nam.</Paragraph>
</div> </div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}> <div style={{backgroundColor:"#ffffff", borderRadius: 5}}>
<RolesTable/> <RolesTable/>
</div> </div>
</PageHeader> </PageHeader>
<div style={{background: '#f0f2f5', padding: 24, minHeight: 720}}>
</div>
</div> </div>
); );
} }

@ -48,13 +48,15 @@ class Users extends React.Component {
</Breadcrumb> </Breadcrumb>
<div className="wrap"> <div className="wrap">
<h3>Users</h3> <h3>Users</h3>
<Paragraph>Lorem ipsum dolor sit amet, est similique constituto at, quot inermis id mel, an <Paragraph>All users for device management.</Paragraph>
illud incorrupte nam.</Paragraph>
</div> </div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}> <div style={{backgroundColor:"#ffffff", borderRadius: 5}}>
<UsersTable/> <UsersTable/>
</div> </div>
</PageHeader> </PageHeader>
<div style={{background: '#f0f2f5', padding: 24, minHeight: 720}}>
</div>
</div> </div>
); );
} }

Loading…
Cancel
Save