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

Commit

Permalink
Merge pull request #628 from sebastienblanc/wns_ui_fix
Browse files Browse the repository at this point in the history
tested and works like a charm
  • Loading branch information
edewit committed Aug 7, 2015
2 parents 1f2645e + deedd62 commit 31acb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/dialogs/create-variant.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h4 class="modal-title" id="myModalLabel">{{ isNew ? 'Add' : 'Edit' }} Variant</
</div>
</div>
</div>
<div ng-if="variant.protocolType == 'wns'">
<div ng-if="variant.protocolType == 'wns' || variant.type == 'windows_wns'">
<div class="form-group">
<label class="col-sm-3 control-label" for="sid"></label>
<div class="col-sm-7"><em>Package SID</em><br>
Expand Down

0 comments on commit 31acb06

Please sign in to comment.