X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fcontrol-card%2Fcontrol-card.component.ts;h=2db7ebbe3cd6cf1634f42dee15f24f0bb031e190;hb=4d016dc92a169835f1ab9b043b32b2775817ff6c;hp=e8599bca1e000ad4cc53f4cb33b8dfc3e7115015;hpb=1379dce23d47c42d169ed13a337bbee827714830;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/control-card/control-card.component.ts b/webapp-frontend/src/app/ui/control-card/control-card.component.ts index e8599bca..2db7ebbe 100644 --- a/webapp-frontend/src/app/ui/control-card/control-card.component.ts +++ b/webapp-frontend/src/app/ui/control-card/control-card.component.ts @@ -2,14 +2,14 @@ * ========================LICENSE_START================================= * 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. * 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. @@ -24,7 +24,7 @@ import {UiService} from '../../services/ui/ui.service'; @Component({ selector: 'rd-control-card', templateUrl: './control-card.component.html', - styleUrls: ['./control-card.component.css'] + styleUrls: ['./control-card.component.scss'] }) export class ControlCardComponent implements OnInit, OnDestroy { darkMode: boolean;