X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fstat-card%2Fstat-card.component.ts;h=a34d4f8778cea012ec14c8a13237837caafc1086;hb=1379dce23d47c42d169ed13a337bbee827714830;hp=82d01a24d05747e9f9733b534893ed8befd5c081;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts b/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts index 82d01a24..a34d4f87 100644 --- a/webapp-frontend/src/app/ui/stat-card/stat-card.component.ts +++ b/webapp-frontend/src/app/ui/stat-card/stat-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-stat-card', + selector: 'rd-stat-card', templateUrl: './stat-card.component.html', styleUrls: ['./stat-card.component.css'] })