Nouvelle option pour avoir un lien vers le rapport QA de l'exercice
This commit is contained in:
parent
1436d9ca81
commit
911bcb032e
3 changed files with 9 additions and 0 deletions
|
|
@ -150,6 +150,13 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input class="custom-control-input" type="checkbox" ng-model="config.QAenabled">
|
||||
<span class="custom-control-label">Activer les rapports QA</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input class="custom-control-input" type="checkbox" ng-model="config.enableResolutionRoute">
|
||||
|
|
|
|||
Reference in a new issue