-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show error page when trying to claim on dashboard and using bal…
…enacloud - add check for nebra fleets - if not in nebra fleet (i.e. running on balenacloud or own openbalena instance) then when clicking claim on dashboard it goes to a specific error page Closes: #618
- Loading branch information
Showing
7 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends 'template_hyper.html' %} | ||
|
||
{% block title %}Nebra OpenFleet{% endblock %} | ||
|
||
{% block body %} | ||
<div class="content"> | ||
<br/> | ||
<h3 class="text-center mb-4">Nebra OpenFleet</h3> | ||
<p class="text-center"> | ||
Error claiming on <a href="https://nebra.io/dashboard-diag-openfleet" target="_blank">Nebra Dashboard</a>. If you are running this software on | ||
balenaCloud or on your own openBalena instance, you will not be able to claim your device on the Nebra Dashboard. In order to use the Nebra | ||
Dashboard for remote management of your device you will need to use the Nebra software images from the Nebra Hub. | ||
</p> | ||
<p class="text-center"> | ||
You can find all of the software images on the <a href="https://nebra.io/hub-diag-openfleet" target="_blank">Nebra Hub</a> and you can also find | ||
<a href="https://nebra.io/support-diag-openfleet" target="_blank">detailed installation guides on our support pages</a>. | ||
</p> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters