X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fcatalog-card%2Fcatalog-card.component.ts;h=da35f8dde212f1e1c67877fb73e2a20cc5e29602;hb=1379dce23d47c42d169ed13a337bbee827714830;hp=9b7901e03733e9c4a76cb922274dec5f12cb3b4d;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts b/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts index 9b7901e0..da35f8dd 100644 --- a/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts +++ b/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts @@ -1,6 +1,6 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * O-RAN-SC * %% * Copyright (C) 2019 AT&T Intellectual Property and Nokia * %% @@ -22,7 +22,7 @@ import {Router} from '@angular/router'; import {UiService} from '../../services/ui/ui.service'; @Component({ - selector: 'app-catalog-card', + selector: 'rd-app-catalog-card', templateUrl: './catalog-card.component.html', styleUrls: ['./catalog-card.component.css'] })