mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Changing menu item names
This commit is contained in:
parent
9c69e914e0
commit
edd400bde4
@ -25,10 +25,14 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="{{@app.context}}">
|
<a href="{{@app.context}}">
|
||||||
<i class="fw fw-dashboard"></i>
|
<i class="fw fw-dashboard"></i>
|
||||||
Resource Dashboard
|
System Resources
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{{#if permissions.VIEW_DASHBOARD}}
|
||||||
|
<li><a href="{{serverURL}}/portal/t/{{currentUser.domain}}/dashboards/emm-analytics-dashboard/">
|
||||||
|
<i class="fw fw-bar-chart"></i>Device Statistics</a>
|
||||||
|
</li>
|
||||||
|
{{/if}}
|
||||||
{{#if permissions.LIST_DEVICES}}
|
{{#if permissions.LIST_DEVICES}}
|
||||||
<li>
|
<li>
|
||||||
<!--suppress HtmlUnknownTarget -->
|
<!--suppress HtmlUnknownTarget -->
|
||||||
@ -74,11 +78,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if permissions.VIEW_DASHBOARD}}
|
|
||||||
<li><a href="{{serverURL}}/portal/t/{{currentUser.domain}}/dashboards/emm-analytics-dashboard/">
|
|
||||||
<i class="fw fw-pie-chart"></i>Device Management Dashboard</a>
|
|
||||||
</li>
|
|
||||||
{{/if}}
|
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
|
|
||||||
{{#zone "navbarCollapsableRightItems"}}
|
{{#zone "navbarCollapsableRightItems"}}
|
||||||
@ -110,7 +109,7 @@
|
|||||||
<i class="fw fw-ring fw-stroke fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stroke fw-stack-2x"></i>
|
||||||
<i class="fw fw-notification fw-stack-1x"></i>
|
<i class="fw fw-notification fw-stack-1x"></i>
|
||||||
</span>
|
</span>
|
||||||
View All Notifications
|
View All Notifications
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user