mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Outage recovery link fix (#16365)
This commit is contained in:
3
.changelog/16365.txt
Normal file
3
.changelog/16365.txt
Normal file
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user