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=b81d2d54070fe1a33565a8cb3f5a8ef3292bdb05;hb=59f2bcb96fad2d6faee48b4ca65da36249ec5297;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..b81d2d54 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,8 +1,8 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ 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'] + styleUrls: ['./catalog-card.component.scss'] }) export class CatalogCardComponent implements OnInit, OnDestroy { darkMode: boolean;