Skip to content
Snippets Groups Projects
Commit 35017cb8 authored by Antoine Detailleur's avatar Antoine Detailleur Committed by Sandro Weber
Browse files

Merged in NUIT-255-experiment.exc (pull request #317)

NUIT-255 experiment_configuration.exc error message

* [NUIT-255] message specifies file name

* [NUIT-255] clearer error message for misspelled experiment configuration file

* [NUIT-255] typo

* [NUIT-255] unnecessary closing span

* [NUIT-255] bibi file misspelled

Approved-by: Benedikt Feldotto
Approved-by: Sandro Weber
parent 872f6699
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,12 @@
<div ng-show="exp.configuration.privateStorage && (!exp.configuration.experimentFile || !exp.configuration.bibiConfSrc)"
class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
Missing configuration file: <b>{{exp.configuration.experimentFile?'.bibi':'.exc'}}</b> file not
found.
<c ng-if="exp.configuration.experimentFile">
Missing or misspelled configuration file: <b>'.bibi'</b> file not found.
</c>
<c ng-if="!exp.configuration.experimentFile">
Missing or misspelled configuration file: <b>'experiment_configuration.exc'</b> file not found.
</c>
</div>
<div class="list-entry-container left-right title-line">
<div class="h4" ng-hide="!loadingEdit && editing[nameID] && isPrivateExperiment">{{exp.configuration.name}}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment