forked from PalisadoesFoundation/pattoo-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ce3a3c
commit 5b00e3a
Showing
5 changed files
with
62 additions
and
17 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
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,24 @@ | ||
{% extends 'base.html' %} | ||
{% block body %} | ||
|
||
<!-- Page Heading --> | ||
<h1 class="h3 mb-4 text-gray-800">Available DataPoints</h1> | ||
|
||
<!-- Table --> | ||
<div class="card shadow mb-4"> | ||
<div class="card-header py-3"> | ||
<h6 class="m-0 font-weight-bold text-primary">Error</h6> | ||
</div> | ||
<div class="card-body"> | ||
<div class="table-responsive"> | ||
<p>General error. Please follow these and other troubleshooting steps.</p> | ||
<ul> | ||
<li>Cannot connect to pattoo API server. Check whether the pattoo_apid daemon is running. Check network connectivity.</li> | ||
<li>Pattoo API server database is empty. Please start pattoo_ingesterd on the pattoo server.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
{% endblock %} |