diff options
author | xg353y <xg353y@intl.att.com> | 2019-05-13 13:35:53 +0200 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-05-13 12:44:51 +0000 |
commit | 9033304a8168c5720090f6ab5656a32fa527b963 (patch) | |
tree | 86850d733430ff0224ecdf6b34f7ac41b8a85943 /src/main | |
parent | 5a03836ae696fb3377d6086e923650e2a96aebd0 (diff) |
Update the select value
Update the select value used for Abatement attribute.
Issue-ID: CLAMP-378
Change-Id: Ib64c08c33646162e6c4f8e0c25c04f2559517626
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/META-INF/resources/designer/partials/portfolios/operational_policy_window.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/operational_policy_window.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/operational_policy_window.html index 1a01b250..5e125165 100644 --- a/src/main/resources/META-INF/resources/designer/partials/portfolios/operational_policy_window.html +++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/operational_policy_window.html @@ -126,8 +126,8 @@ label { <label for="abatement" class="col-sm-2">Abatement</label> <div class="col-sm-3" style="padding: 0px;"> <select class="form-control" id="abatement" name="abatement"> - <option value="0" selected>No</option> - <option value="1">Yes</option> + <option value="false" selected>False</option> + <option value="true">True</option> </select> </div> </div> |