@ -48,8 +48,7 @@ class DeviceTypes extends React.Component {
</Breadcrumb>
<div className="wrap">
<h3>Device Types</h3>
<Paragraph>Lorem ipsum dolor sit amet, est similique constituto at, quot inermis id mel, an
illud incorrupte nam.</Paragraph>
<Paragraph>All device types for device management.</Paragraph>
</div>
<div style={{backgroundColor:"#ffffff", borderRadius: 5}}>
<DeviceTypesTable/>
@ -48,9 +48,8 @@ class Devices extends React.Component {
<Breadcrumb.Item>Devices</Breadcrumb.Item>
<h3>Devicessss</h3>
<h3>Devices</h3>
<Paragraph>All enrolled devices</Paragraph>
<DeviceTable/>
@ -48,8 +48,7 @@ class Groups extends React.Component {
<h3>Groups</h3>
<Paragraph>Lorem ipsum dolordd sit amet, est similique constituto at, quot inermis id mel, an
<Paragraph>All device groups.</Paragraph>
<GroupsTable/>
@ -47,8 +47,7 @@ class Policies extends React.Component {
<h3>Policies</h3>
<Paragraph>All policies for device management</Paragraph>
@ -48,13 +48,15 @@ class Roles extends React.Component {
<h3>Roles</h3>
<Paragraph>All user roles</Paragraph>
<RolesTable/>
</PageHeader>
<div style={{background: '#f0f2f5', padding: 24, minHeight: 720}}>
);
}
@ -48,13 +48,15 @@ class Users extends React.Component {
<h3>Users</h3>
<Paragraph>All users for device management.</Paragraph>
<UsersTable/>