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
<aclass="button add add-container-small" data-testid="shipment-add-container" title="Click to Add a <%-container%>" href="/containers/add/did/<%-DEWARID%>"><iclass="fa fa-plus"></i><spanclass="add-container-text tw-hidden xl:tw-inline">Add <%-container%></span></a>
17
-
<% if (STORAGELOCATION != 'stores-out') { %>
18
-
<% if (app.options.get("shipping_service_app_url") && EXTERNALSHIPPINGIDFROMSYNCHROTRON) { %>
19
-
<% const link = `${app.options.get("shipping_service_app_url")}/shipment-requests/${EXTERNALSHIPPINGIDFROMSYNCHROTRON}/outgoing` %>
20
-
<aclass="button" title="Click to view dispatch information" href="<%-link%>"><iclass="fa fa-home"></i><spanclass="tw-hidden xl:tw-inline">Dispatch</span></a>
21
-
<% } else { %>
22
-
<aclass="button" title="Click to dispatch dewar back to your lab" href="/dewars/dispatch/<%-DEWARID%>"><iclass="fa fa-home"></i><spanclass="tw-hidden xl:tw-inline">Dispatch</span></a>
23
-
<% } %>
24
-
<aclass="button" title="Click to transfer dewar to another beamline" href="/dewars/transfer/<%-DEWARID%>"><iclass="fa fa-arrows-h"></i><spanclass="tw-hidden xl:tw-inline">Transfer</span></a>
<aclass="button dispatch" title="Click to dispatch dewar back to your lab" href="/dewars/dispatch/<%-DEWARID%>"><iclass="fa fa-home"></i><spanclass="tw-hidden xl:tw-inline">Dispatch</span></a>
19
+
<aclass="button transfer" title="Click to transfer dewar to another beamline" href="/dewars/transfer/<%-DEWARID%>"><iclass="fa fa-arrows-h"></i><spanclass="tw-hidden xl:tw-inline">Transfer</span></a>
0 commit comments