Files
gnatdashboard/webui/src/app/errors/missing-source-error.component.html
Lespinasse ac8d74c5ec WebUI : Add error message when server is not running
- Add new element in html-list

Change-Id: If69f72318269d85b6b9e30fa5451cfaa30c4aa90
For: RA22-037
2018-11-03 21:03:58 +01:00

13 lines
455 B
HTML

<div class="center">
<p class="error">
Could not load source file: <span class="verbatim">{{ filename }}</span>
</p>
<p class="help">Please check that:</p>
<ul class="help">
<li>The original source file exists</li>
<li>The original source file is part of the project</li>
<li>The report was not altered and data files were not deleted</li>
<li>The servers are still responding</li>
</ul>
</div>