diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-10-15 17:37:08 +0800 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-17 06:31:28 +0000 |
commit | a3c1ec1ac3551f4d3d997f07152fe306b6cd4525 (patch) | |
tree | 9e412afd72798567d95c4440cb684c5d7651a649 /catalog-ui/src/app/ng2/pages/automated-upgrade | |
parent | 2075e5fbc02edcd9ce71a548dc7590010eb5fba3 (diff) |
Fix Header info of ng2/app
Change-Id: If5eaf7a02bc2c3fd5c641d8903af1d4866134a44
Issue-ID: SDC-1770
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/automated-upgrade')
-rw-r--r-- | catalog-ui/src/app/ng2/pages/automated-upgrade/automated-upgrade.component.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/catalog-ui/src/app/ng2/pages/automated-upgrade/automated-upgrade.component.html b/catalog-ui/src/app/ng2/pages/automated-upgrade/automated-upgrade.component.html index 67e7f08436..2bc1e40769 100644 --- a/catalog-ui/src/app/ng2/pages/automated-upgrade/automated-upgrade.component.html +++ b/catalog-ui/src/app/ng2/pages/automated-upgrade/automated-upgrade.component.html @@ -1,3 +1,20 @@ +<!-- + ~ 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 class="automated-upgrade-component"> <div *ngIf="certificationStatusText" class="certification-status"> |