Skip to content

Commit

Permalink
Separate Facilities
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jan 28, 2025
1 parent cb3888f commit 5c8191c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<tr>
<th rowspan="2" class="destination-header">Beam Destination</th>
<c:if test="${not isHistory}">
<th rowspan="2" class="approval-header">Approval</th>
<th rowspan="2" class="approval-header">Auth</th>
</c:if>
<th colspan="4">Director's Status</th>
<th colspan="4">Director's Permission</th>
<c:if test="${not isHistory}">
<th rowspan="2" class="cc-status-header">Credited Controls Status</th>
</c:if>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/tags/rf-operations-table.tag
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<tr>
<th rowspan="2" class="destination-header">Segment</th>
<c:if test="${not isHistory}">
<th rowspan="2" class="approval-header">Approval</th>
<th rowspan="2" class="approval-header">Auth</th>
</c:if>
<th colspan="3">Director's Status</th>
<th colspan="3">Director's Permission</th>
<c:if test="${not isHistory}">
<th rowspan="2" class="cc-status-header">Credited Controls Status</th>
</c:if>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<div class="banner-breadbox">
<ul>
<li>
<a href="${pageContext.request.contextPath}/authorizations${facility.path}">Director's Authorization</a>
<a href="${pageContext.request.contextPath}/authorizations${facility.path}">Current Authorization</a>
</li>
<li>
<span>Historic Authorizations</span>
<span>Beam History</span>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<div class="banner-breadbox">
<ul>
<li>
<a href="${pageContext.request.contextPath}/authorizations${facility.path}">Director's Authorization</a>
<a href="${pageContext.request.contextPath}/authorizations${facility.path}">Current Authorization</a>
</li>
<li>
<a href="${pageContext.request.contextPath}/authorizations${facility.path}/beam-history">Historic Authorizations</a>
<a href="${pageContext.request.contextPath}/authorizations${facility.path}/beam-history">Beam History</a>
</li>
<li>
<span><fmt:formatDate value="${beamAuthorization.modifiedDate}" pattern="${s:getFriendlyDateTimePattern()}"/> History</span>
<span><fmt:formatDate value="${beamAuthorization.modifiedDate}" pattern="${s:getFriendlyDateTimePattern()}"/></span>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5c8191c

Please sign in to comment.