mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
sync
This commit is contained in:
@ -9,7 +9,7 @@ html(lang="en", ng-app="biomed", ng-controller="biomed.PageCtrl")
|
||||
.navbar-inner
|
||||
a.brand(href='/', target='_self') Atlantic Biomedical
|
||||
progress-panel
|
||||
ul.nav.pull-right(ng-controller='biomed.AccountCtrl')
|
||||
ul.nav.pull-right
|
||||
li
|
||||
a(href='https://docs.google.com/a/atlanticbiomedical.com/forms/d/1i7CyNR2lcrz7bOL7u9ssKiMB2iBmXqOdvVKC0GRzRtY/viewform', target='_blank')
|
||||
i.icon-shopping-cart
|
||||
@ -23,9 +23,9 @@ html(lang="en", ng-app="biomed", ng-controller="biomed.PageCtrl")
|
||||
i.icon-fire
|
||||
| Tickets
|
||||
li
|
||||
a(ng-click="openDialog()")
|
||||
a(ng-click="disabledopenDialog()")
|
||||
i.icon-envelope
|
||||
| Messages
|
||||
| Messages (disabled)
|
||||
li
|
||||
a(href='/logout', target='_self')
|
||||
i.icon-share-alt
|
||||
@ -53,6 +53,11 @@ html(lang="en", ng-app="biomed", ng-controller="biomed.PageCtrl")
|
||||
a(href='/workorders')
|
||||
i.icon-wrench
|
||||
| Workorders
|
||||
|
||||
li(data-match-route='/admin.*', ng-show="accountHasPermission('system.admin')")
|
||||
a(href='/admin')
|
||||
i.icon-wrench
|
||||
| Admin
|
||||
.container-fluid
|
||||
ng-view
|
||||
!{js}
|
||||
|
@ -55,6 +55,10 @@ html(lang="en", ng-app="tags", ng-controller="tags.PageCtrl")
|
||||
dd {{payload.tag.client.name}} ({{payload.tag.client.identifier}})
|
||||
dt Client Device ID
|
||||
dd {{tag.clientDeviceId}}
|
||||
span(ng-repeat='field in fields')
|
||||
dt(ng-show='{{field.value}}') {{field.label}}
|
||||
dt(ng-show='{{field.value}}') {{field.value}}
|
||||
|
||||
dt Device
|
||||
dd {{tag.device}}
|
||||
dt Manufacturer
|
||||
|
Reference in New Issue
Block a user