diff options
author | Hima Elisetty <hbindu@research.att.com> | 2018-04-19 14:15:29 -0400 |
---|---|---|
committer | Hima Elisetty <hbindu@research.att.com> | 2018-04-19 14:16:46 -0400 |
commit | 24608a9e1450c409dc3870440d29e91cc3a26bb9 (patch) | |
tree | 30f1d3a5da75a79c4d3bb6d1f05361682e845e21 /ecomp-portal-FE-common/client/app/directives/left-menu | |
parent | bdbb16ae428a064129dc9c50b9936d618edc87d3 (diff) |
Replace ecomp references
Issue-ID: PORTAL-19
Remove ecomp trademark
Change-Id: I76311f2ab10b2c0d406415ea2f922d1aad993e21
Signed-off-by: Hima Elisetty <hbindu@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-common/client/app/directives/left-menu')
3 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.directive.js b/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.directive.js index 76072717..8fb98e01 100644 --- a/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.directive.js +++ b/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.directive.js @@ -33,7 +33,7 @@ * * ============LICENSE_END============================================ * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ /** * Created by nnaffar on 1/28/16. diff --git a/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.less b/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.less index 24d134e8..168ad0bb 100644 --- a/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.less +++ b/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.less @@ -33,7 +33,7 @@ * * ============LICENSE_END============================================ * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ @sidebar-width: 200px; @transition-duration: 0.25s; diff --git a/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.tpl.html b/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.tpl.html index a4d13b19..2e35aa39 100644 --- a/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.tpl.html +++ b/ecomp-portal-FE-common/client/app/directives/left-menu/left-menu.tpl.html @@ -33,7 +33,7 @@ ============LICENSE_END============================================ - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <div class="left-menu-div"> <left-menu-ecomp menu-data="sidebarModel.navItems"></left-menu-ecomp> |