mirror of https://gitee.com/bigwinds/arangodb
Clicking on links in the overview will now open new tabs
This commit is contained in:
parent
927a5de782
commit
bb43b30a84
|
@ -24,7 +24,7 @@
|
||||||
var first = roles.indexOf("Coordinator");
|
var first = roles.indexOf("Coordinator");
|
||||||
if (first > -1) {
|
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>
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<% if(roles[i] === "DBserver") { %>
|
<% if(roles[i] === "DBserver") { %>
|
||||||
<span><%= endpoints[i] %></span>
|
<span><%= endpoints[i] %></span>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<a href="<%=endpoints[i]%>"><%= endpoints[i] %></a>
|
<a target="_blank" href="<%=endpoints[i]%>"><%= endpoints[i] %></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue