forked from ilot/ilot-io
error/*: remove back button, and change 502
This commit is contained in:
parent
6d6fd82e1b
commit
5ff4ff0eab
5 changed files with 5 additions and 72 deletions
|
@ -12,15 +12,3 @@ Make sure the address is correct and that the page hasn't moved.
|
|||
Please contact us using [our support page](https://support.ilot.io) if you think this is a mistake.
|
||||
|
||||
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
|
|
@ -8,15 +8,3 @@
|
|||
Make sure you have access to the thing you tried to changee
|
||||
|
||||
Please contact us using [our support page](https://support.ilot.io) if you think this is a mistake
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
|
|
@ -10,15 +10,3 @@ Try refreshing the page, or going back and attempting the action again.
|
|||
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
|
||||
|
||||
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
|
|
@ -1,32 +1,13 @@
|
|||
[[!meta title="HTTP 502: Starting up"]]
|
||||
[[!meta title="HTTP 502: Bad Gateway Error"]]
|
||||
|
||||
# HTTP 502
|
||||
|
||||
## Waiting for ilot to start up
|
||||
## Bad Gateway error
|
||||
|
||||
### Some system components can take a moment to start completely.
|
||||
### We're sorry. ilot is currently unavailable.
|
||||
<hr/>
|
||||
Try refreshing the page, or going back and attempting the action again.
|
||||
|
||||
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
|
||||
|
||||
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||
<hr/>
|
||||
This page will automatically reload every 5 seconds.
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
|
||||
<p>Refreshed at <span id="refreshedAt"></span></p>
|
||||
|
||||
<script>
|
||||
const now = new Date();
|
||||
const refreshedAt = now.toLocaleTimeString();
|
||||
|
||||
document.getElementById("refreshedAt").innerText = refreshedAt;
|
||||
|
||||
window.setTimeout(() => location.reload(), 5000);
|
||||
|
||||
if (history.length > 1) {
|
||||
const goBack = document.querySelector('.js-go-back');
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -10,15 +10,3 @@ Try refreshing the page, or going back and attempting the action again.
|
|||
Please contact us using [our support page](https://support.ilot.io) if this problem persists.
|
||||
|
||||
You can also check our [network status](https://status.ilot.io) for up-to-date status information on our services
|
||||
|
||||
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var goBack = document.querySelector('.js-go-back');
|
||||
|
||||
if (history.length > 1) {
|
||||
goBack.style.display = 'inline';
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue