Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Hide sam tag input when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Wöste committed Jan 30, 2018
1 parent 4140274 commit 38e4dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/viper/pages/inspector/inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h4>Visualization settings</h4>
<option value="TAG">tag</option>
</select>
</div>
<div class="form-group" ng-class="{ 'has-error': inspectorCtrl.configuration['SAM.COLOR_BY_TAG'] == null}">
<div ng-if="inspectorCtrl.configuration['SAM.COLOR_BY'] == 'TAG'" class="form-group" ng-class="{ 'has-error': inspectorCtrl.configuration['SAM.COLOR_BY_TAG'] == null}">
<label>Color reads by tag:</label>
<input
type="text"
Expand Down

0 comments on commit 38e4dfd

Please sign in to comment.