diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-10-15 18:24:05 +0800 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-18 12:22:25 +0000 |
commit | 74307186c7d4401ba35d596c16aca10268921788 (patch) | |
tree | 9f89a36eee4ebab7075d5f39966e0eb73df313e1 /catalog-ui/src/app/view-models/forms | |
parent | a32cc5a0005811565638abb141639c22c5f2169d (diff) |
header correction in Catalog UI panel package
Change-Id: I15a4291a78c1e950837f4e8e852315ee05ef7659
Issue-ID: SDC-1770
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'catalog-ui/src/app/view-models/forms')
-rw-r--r-- | catalog-ui/src/app/view-models/forms/env-parameters-form/env-parametr-description-popover.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/catalog-ui/src/app/view-models/forms/env-parameters-form/env-parametr-description-popover.html b/catalog-ui/src/app/view-models/forms/env-parameters-form/env-parametr-description-popover.html index ed127c6bfb..6db354a072 100644 --- a/catalog-ui/src/app/view-models/forms/env-parameters-form/env-parametr-description-popover.html +++ b/catalog-ui/src/app/view-models/forms/env-parameters-form/env-parametr-description-popover.html @@ -1,3 +1,19 @@ +<!-- + ~ Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + <div> <span data-tests-id='popover-x-button' data-ng-click='closeDescriptionPopover()' class='tlv-sprite tlv-x-btn close-popover-btn'></span> {{selectedParameter.description}} |