mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding dashboard feature
This commit is contained in:
parent
98902c7978
commit
ed325ee576
@ -26,7 +26,7 @@
|
||||
}
|
||||
},
|
||||
"sso": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"issuer" : "devicemgt",
|
||||
"appName" : "devicemgt",
|
||||
"identityProviderUrl" : "https://localhost:9443/samlsso",
|
||||
|
||||
@ -30,6 +30,13 @@
|
||||
</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{#if permissions.VIEW_DASHBOARD}}
|
||||
<li>
|
||||
<a href="/portal/t/{{currentUser.domain}}/dashboards/device-statistics-dashboard/">
|
||||
<i class="fw fw-bar-chart"></i>Device Statistics
|
||||
</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{#if permissions.LIST_GROUPS}}
|
||||
<li>
|
||||
<a href="{{@app.context}}/groups">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user