Merge pull request #3010 from hashicorp/jbs-ui-acl-docs

UI: open docs links in new tab
This commit is contained in:
James Phillips 2017-05-05 08:51:43 -07:00 committed by GitHub
commit 06522d92af
1 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@
<p>The default agent token does not <p>The default agent token does not
have the appropriate permissions to perform the expected action.</p> have the appropriate permissions to perform the expected action.</p>
{{/if}} {{/if}}
<p>Learn more in the <a href="https://www.consul.io/docs/guides/acl.html">ACL documentation</a>.</p> <p>Learn more in the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation</a>.</p>
</div> </div>
</div> </div>
</div> </div>
@ -89,7 +89,7 @@
<div class="text-center vertical-center"> <div class="text-center vertical-center">
<p class="bold">ACLs Disabled</p> <p class="bold">ACLs Disabled</p>
<p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.</p> <p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.</p>
</p>Learn more in the <a href="https://www.consul.io/docs/internals/acl.html">ACL documentation</a>.</p> </p>Learn more in the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation</a>.</p>
</div> </div>
</div> </div>
</div> </div>
@ -672,7 +672,7 @@
<div class="form-group"> <div class="form-group">
<label>Rules</label> <label>Rules</label>
{{ textarea value=newAcl.Rules class="form-control" }} {{ textarea value=newAcl.Rules class="form-control" }}
<span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/internals/acl.html">ACL documentation.</a></span> <span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation.</a></span>
</div> </div>
<button {{ action "createAcl"}} {{ bind-attr class=":btn :btn-success" }}>Create</button> <button {{ action "createAcl"}} {{ bind-attr class=":btn :btn-success" }}>Create</button>
@ -718,7 +718,7 @@
<div class="form-group"> <div class="form-group">
<label>Rules</label> <label>Rules</label>
{{ textarea value=model.Rules class="form-control" }} {{ textarea value=model.Rules class="form-control" }}
<span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/internals/acl.html">ACL documentation.</a></span> <span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation.</a></span>
</div> </div>
<button {{ action "updateAcl"}} {{ bind-attr class=":btn :btn-success" }}>Update</button> <button {{ action "updateAcl"}} {{ bind-attr class=":btn :btn-success" }}>Update</button>