-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue#29_nautilus_feedback_to_ui (#31)
* adding lims error message to driver and unit tests for changes made (#27) * adding lims error message to driver and unit tests for changes made * adding SER : Serum, back into driver * updating version * adding lims error message to driver and unit tests for changes made (#27) * adding lims error message to driver and unit tests for changes made * adding SER : Serum, back into driver * adding error from Nautilus API to Html * adding error message when there is an issue rendering information to the bioRepo UI from LIMS system * adding info to changelog * update unit tests
- Loading branch information
Showing
4 changed files
with
46 additions
and
23 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 |
---|---|---|
|
@@ -11,8 +11,15 @@ | |
<td>{{alq.label}}{% if alq.is_received %}<small class="text-muted"> <small style="font-size:1em"> -- Collected On: {{alq.U_COLLECT_DATE_TIME}} -- Received On: {{alq.U_RECEIVED_DATE_TIME}}</small>{% endif %}<span class="label label-primary pull-right muted">{{alq.NAME}}</span></td><td align="center">{{alq.STATUS|safe}}</td> | ||
</tr> | ||
{% endfor %} | ||
|
||
</tbody> | ||
</table> | ||
|
||
{% if error %} | ||
<div class="alert alert-danger" role="alert"> | ||
<strong>Warning!</strong> {{error}} Please contact the data coordinating center or <a href="mailto:[email protected]"> [email protected] </a> . | ||
</div> | ||
{% endif %} | ||
<br> | ||
<br> | ||
</div> |
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