Add multi-layer RIC instance selector
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.ts
index 573f705..18545af 100644 (file)
@@ -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.
@@ -20,9 +20,9 @@
 import { Component, OnInit } from '@angular/core';
 
 @Component({
-  selector: 'app-control',
+  selector: 'rd-control',
   templateUrl: './control.component.html',
-  styleUrls: ['./control.component.css']
+  styleUrls: ['./control.component.scss']
 })
 export class ControlComponent implements OnInit {
 
@@ -30,4 +30,5 @@ export class ControlComponent implements OnInit {
 
   ngOnInit() {
   }
+
 }