diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-24 13:40:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-24 13:40:21 +0000 |
commit | 8e0a2167cbc097ca9cb14d40c058b458ca1f32d8 (patch) | |
tree | 0816835a2c1c27bab3fd758b2fb9486d33540f1a /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html | |
parent | 7f15996a7b250760d1d3ecb32520ce4e8755964e (diff) | |
parent | 1110acc4d4a9692aa8fc9da93e05bff5705b8556 (diff) |
Merge "Commented functionalities not for Dublin"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html index 546668d43..a6612d537 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.html @@ -26,7 +26,7 @@ limitations under the License. <div style="display: flex;flex-direction: row"> <div style="width: 30em;"> - <button class="btn-active" (click)="changeView()">{{viewText}}</button> + <button class="btn-active" (click)="changeView()" disabled>{{viewText}}</button> </div> <div style="width: 16em"> </div> |