mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
latest changes
This commit is contained in:
@ -19,7 +19,7 @@ html(lang="en", ng-app="biomed", ng-controller="biomed.PageCtrl")
|
||||
i.icon-thumbs-down
|
||||
| Incident
|
||||
li
|
||||
a(href='http://atlanticbiomedical.com/ticket/', target='_blank')
|
||||
a(href='http://jira.devwr.com:9090/servicedesk/customer/portal/2', target='_blank')
|
||||
i.icon-fire
|
||||
| Tickets
|
||||
li
|
||||
@ -54,6 +54,11 @@ html(lang="en", ng-app="biomed", ng-controller="biomed.PageCtrl")
|
||||
i.icon-wrench
|
||||
| Workorders
|
||||
|
||||
li(data-match-route='/posts.*', ng-show="accountHasPermission('system.admin')")
|
||||
a(href='/posts')
|
||||
i.icon-wrench
|
||||
| Posts
|
||||
|
||||
li(data-match-route='/admin.*', ng-show="accountHasPermission('system.admin')")
|
||||
a(href='/admin')
|
||||
i.icon-wrench
|
||||
|
Reference in New Issue
Block a user