mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changing admin dashboard name to 'Navigating Dashboard' - UI
This commit is contained in:
parent
713c8ac4d8
commit
408e10a890
@ -15,12 +15,13 @@
|
|||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
}}
|
}}
|
||||||
{{unit "cdmf.unit.ui.title" pageTitle="Dashboard"}}
|
{{unit "cdmf.unit.ui.title" pageTitle="Navigating Dashboard"}}
|
||||||
|
|
||||||
{{#zone "breadcrumbs"}}
|
{{#zone "breadcrumbs"}}
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{{@app.context}}/">
|
<a href="{{@app.context}}/">
|
||||||
Dashboard
|
Navigating Dashboard
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
@ -176,10 +177,8 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
Permission denied
|
Permission denied
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="qr-code-modal" data-enrollment-url="{{enrollmentURL}}" class="hidden">
|
<div id="qr-code-modal" data-enrollment-url="{{enrollmentURL}}" class="hidden">
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
<div class="col-lg-5 col-md-6 col-centered">
|
||||||
@ -189,7 +188,6 @@
|
|||||||
<h4>
|
<h4>
|
||||||
Please scan the QR code using your mobile device to retrieve enrollment URL.
|
Please scan the QR code using your mobile device to retrieve enrollment URL.
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-body col-centered ">
|
<div class="panel-body col-centered ">
|
||||||
<div class="qr-code"></div>
|
<div class="qr-code"></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user