Skip to content

Commit

Permalink
Links panel configuration (End user dashboard) is added
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 5, 2015
1 parent 7fc3df1 commit 4ea6cb9
Showing 1 changed file with 20 additions and 0 deletions.
Expand Up @@ -94,4 +94,24 @@
<maxAge>P1M</maxAge>
</closedTasks>
</cleanupPolicy>
<adminGuiConfiguration>
<userDashboardLink>
<targetUrl>/admin/users</targetUrl>
<label>Users</label>
<icon>
<cssClass>fa fa-users</cssClass>
</icon>
<color>red</color>
<authorization>http://</authorization>
</userDashboardLink>
<userDashboardLink>
<targetUrl>/admin/org/tree</targetUrl>
<label>Organizations</label>
<icon>
<cssClass>fa fa-bank</cssClass>
</icon>
<color>green</color>
<authorization>http://</authorization>
</userDashboardLink>
</adminGuiConfiguration>
</systemConfiguration>

0 comments on commit 4ea6cb9

Please sign in to comment.