mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-11 08:04:17 -08:00
Added a link to the home page on the lists of actions.
s new link was necessary to prevent a loop when the user tries to access a unknown resource, like status/123, and was redirected to /page-not-found. In this case going back to the last page would be /status/123 which does not exists.
This commit is contained in:
parent
373bd9b962
commit
fdd781b081
|
@ -32,6 +32,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Retype the address.</li>
|
<li>Retype the address.</li>
|
||||||
<li><a href="#" class="go-back" @click="goBack()">Go back to the previous page.</a></li>
|
<li><a href="#" class="go-back" @click="goBack()">Go back to the previous page.</a></li>
|
||||||
|
<li><a href="/" class="go-back">Go back to home page.</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue