Adding links to the right hand side of bread crumbs menu location

I am wondering if its possible to add more links on the right hand side to the row containing the bread crumbs.

I am not expecting these to be dynamic at this time, but would be static. This would be the equivalent of the Nav menu in the legacy UI which is always available

@ssmusoke,

There is no built-in capability to do this today.

You are, however, welcome to add an extension point to the standardEmrPage decorator in the appui module. (Broadly, the OpenMRS policy is to accept almost any PR that’s about adding a UI extension point.)

The hackier workaround would be to use javascript to manipulate the DOM and add an element after the breadcrumbs element.

@darius Thanks I will add this to our team’s backlog