ui: Add documentation link for partitions (#11668)

This commit is contained in:
John Cowen 2021-12-06 10:09:44 +00:00 committed by GitHub
parent 9991f1fcf9
commit ca7e087e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

3
.changelog/11668.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:feature
ui: Add documentation link to Partition empty state
```

View File

@ -121,10 +121,12 @@ as |route|>
</BlockSlot>
<BlockSlot @name="actions">
<li class="docs-link">
<a href="{{env 'CONSUL_DOCS_URL'}}/commands/FIXME" rel="noopener noreferrer" target="_blank">Documentation on partitions</a>
</li>
<li class="learn-link">
<a href="{{env 'CONSUL_DOCS_LEARN_URL'}}/consul/FIXME" rel="noopener noreferrer" target="_blank">Read the guide</a>
<Action
@href="{{env 'CONSUL_DOCS_URL'}}/enterprise/admin-partitions"
@external={{true}}
>
Documentation on Admin Partitions
</Action>
</li>
</BlockSlot>
</EmptyState>