1
0
Fork 0

Clicking on links in the overview will now open new tabs

This commit is contained in:
Michael Hackstein 2014-02-25 18:29:47 +01:00
parent 927a5de782
commit bb43b30a84
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
var first = roles.indexOf("Coordinator");
if (first > -1) {
%>
<a href="<%=endpoints[first]%>/_db/_system/_admin/aardvark/cluster.html">Cluster Overview</a>
<a target="_blank" href="<%=endpoints[first]%>/_db/_system/_admin/aardvark/cluster.html">Cluster Overview</a>
<% } %>
</div>
</div>
@ -35,7 +35,7 @@
<% if(roles[i] === "DBserver") { %>
<span><%= endpoints[i] %></span>
<% } else { %>
<a href="<%=endpoints[i]%>"><%= endpoints[i] %></a>
<a target="_blank" href="<%=endpoints[i]%>"><%= endpoints[i] %></a>
<% } %>
</div>
</div>