ui: Add documentation link for partitions (#11668)
This commit is contained in:
parent
9991f1fcf9
commit
ca7e087e57
|
@ -0,0 +1,3 @@
|
|||
```release-note:feature
|
||||
ui: Add documentation link to Partition empty state
|
||||
```
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue