Skip to content

Commit f38b9bc

Browse files
author
Laurent Gougeon
committed
Added the destination type in the tool tip of the destinations page.
1 parent a3e48a5 commit f38b9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/monitor/htdocs/WEB-INF/jsp/pds/transfer/destination/destinations.jsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ select {
127127
<c:set var="desName" value="${fn:substring(desName,0,31)} ..." />
128128
</c:if> <c:if test="${d.showInMonitors}">
129129
<b><a href="/do/transfer/destination/${d.id}"
130-
title="${d.comment}">${desName}</a></b>
130+
title="[${d.typeText}] ${d.comment}">${desName}</a></b>
131131
</c:if> <c:if test="${not d.showInMonitors}">
132132
<i><a href="/do/transfer/destination/${d.id}"
133-
title="${d.id} is currently NOT shown in the Monitor Display">${desName}</a></i>
133+
title="[${d.typeText}] ${d.id} is currently NOT shown in the Monitor Display">${desName}</a></i>
134134
</c:if></td>
135135
<td>${d.formattedStatus}</td>
136136
<c:if test="${fn:length(destinations) < 200}">

0 commit comments

Comments
 (0)