You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<navclass="navbar" role="navigation" aria-label="main navigation"><divclass="navbar-menu is-active mb-4"><divclass="navbar-start"><!-- This is main application link--><h4class="title is-4"><%=link_to'My Cool App','/'%></h4></div><divclass="navbar-end"><%=render"layouts/mission_control/jobs/application_selection/servers",application: @application%><%=render"layouts/mission_control/jobs/application_selection/applications"ifselectable_applications.any?%></div></div></nav>
Would it be better to support it as part of a configuration? I am happy to submit a pull request if you think it is a needed functionality.
The text was updated successfully, but these errors were encountered:
Currently, when opening mission control - there is no easy way to return to your app.
While it is possible to override one of the templates and implement this in your app:
Create File
app/views/layouts/mission_control/jobs/_application_selection.html.erb
Would it be better to support it as part of a configuration? I am happy to submit a pull request if you think it is a needed functionality.
The text was updated successfully, but these errors were encountered: