Outage recovery link fix (#16365)
This commit is contained in:
parent
32f8ca6ce3
commit
54bb97f299
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: fixed outbound link to outage recovery on error page
|
||||
```
|
|
@ -43,7 +43,7 @@
|
|||
<h1 data-test-error-title class="title is-spaced">No Cluster Leader</h1>
|
||||
<p data-test-error-message class="subtitle">
|
||||
The cluster has no leader.
|
||||
<a href="https://www.nomadproject.io/guides/outage.html">
|
||||
<a href="https://developer.hashicorp.com/nomad/tutorials/manage-clusters/outage-recovery">
|
||||
Read about Outage Recovery.</a>
|
||||
</p>
|
||||
{{else if this.isOTTExchange}}
|
||||
|
|
Loading…
Reference in New Issue