|
|
|
@ -91,7 +91,8 @@
|
|
|
|
|
<div id="device_overview">
|
|
|
|
|
<div class="media-left col-lg-2">
|
|
|
|
|
<div class="icon">
|
|
|
|
|
<img src="/devicemgt/public/cdmf.page.groups/images/group-icon.png" style="background-color: #11375b; height: 152px;">
|
|
|
|
|
<img src="/devicemgt/public/cdmf.page.groups/images/group-icon.png"
|
|
|
|
|
style="background-color: #11375b; height: 152px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="media-body asset-desc add-padding-left-5x">
|
|
|
|
@ -214,11 +215,11 @@
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="ast-container">
|
|
|
|
|
|
|
|
|
|
<br class="c-both" />
|
|
|
|
|
<br class="c-both"/>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<br class="c-both" />
|
|
|
|
|
<br class="c-both"/>
|
|
|
|
|
<div id="content-filter-types" style="display: none">
|
|
|
|
|
<div class="sort-title">Sort By</div>
|
|
|
|
|
<div class="sort-options">
|
|
|
|
@ -236,13 +237,13 @@
|
|
|
|
|
<i class="fw fw-devices fw-3x"></i>
|
|
|
|
|
</h3>
|
|
|
|
|
<h3 class="text-muted">
|
|
|
|
|
You don't have any device
|
|
|
|
|
You don't have any
|
|
|
|
|
{{#if group}}
|
|
|
|
|
assigned to this group
|
|
|
|
|
devices assigned to this group. Let's add a device!
|
|
|
|
|
{{else}}
|
|
|
|
|
enrolled
|
|
|
|
|
enrolled devices. Let's enroll a device!
|
|
|
|
|
{{/if}}
|
|
|
|
|
at the moment.
|
|
|
|
|
|
|
|
|
|
</h3>
|
|
|
|
|
<h3>
|
|
|
|
|
{{#if group}}
|
|
|
|
@ -256,7 +257,7 @@
|
|
|
|
|
</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
{{#if permissions.enroll}}
|
|
|
|
|
<!--suppress HtmlUnknownTarget -->
|
|
|
|
|
<!--suppress HtmlUnknownTarget -->
|
|
|
|
|
<a href="{{@app.context}}/device/enroll" class="btn-operations btn-default">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
|
|
|
@ -427,7 +428,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
|
<h3>Exception at backend. Try Later.</h3>
|
|
|
|
|
<br />
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a href="#" id="device-400-link" class="btn-operations">
|
|
|
|
|
Ok
|
|
|
|
@ -443,7 +444,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
|
<h3>Operation not permitted.</h3>
|
|
|
|
|
<br />
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a href="#" id="device-403-link" class="btn-operations">
|
|
|
|
|
Ok
|
|
|
|
@ -458,9 +459,10 @@
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
|
<h3>You don't have any groups to add this device. Please add group
|
|
|
|
|
first.</h3>
|
|
|
|
|
<br />
|
|
|
|
|
<h3>
|
|
|
|
|
You don't have any device group to add this device. Let's add a new
|
|
|
|
|
device group!</h3>
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a href="{{@app.context}}/group/add" class="btn-operations">
|
|
|
|
|
Add New Group
|
|
|
|
@ -480,7 +482,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-5 col-md-6 col-centered">
|
|
|
|
|
<h3>Device does not exist.</h3>
|
|
|
|
|
<br />
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a href="#" id="remove-device-409-link" class="btn-operations">
|
|
|
|
|
Ok
|
|
|
|
|