From 4944bb66bea897cbd49106f83ae4919f983f137f Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Fri, 5 May 2017 11:19:53 -0400 Subject: [PATCH] UI: open docs links in new tab - set `target="_blank"` on all docs URLs --- ui/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/index.html b/ui/index.html index 1bc523ae6f..383d29c97c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -77,7 +77,7 @@

The default agent token does not have the appropriate permissions to perform the expected action.

{{/if}} -

Learn more in the ACL documentation.

+

Learn more in the ACL documentation.

@@ -89,7 +89,7 @@

ACLs Disabled

ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.

-

Learn more in the ACL documentation.

+

Learn more in the ACL documentation.

@@ -672,7 +672,7 @@
{{ textarea value=newAcl.Rules class="form-control" }} - For more information on rules, visit the ACL documentation. + For more information on rules, visit the ACL documentation.
@@ -718,7 +718,7 @@
{{ textarea value=model.Rules class="form-control" }} - For more information on rules, visit the ACL documentation. + For more information on rules, visit the ACL documentation.