Drop Nokia from file header copyright line
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / modal-event / modal-event.component.ts
index 90d8edc..18f5163 100644 (file)
@@ -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.
  */
 import { Component, Input, OnInit , Output, EventEmitter  } from '@angular/core';
 import { FormControl, Validators } from '@angular/forms';
-import { ViewCell } from 'ng2-smart-table';
 
 @Component({
-  selector: 'app-modal-event',
+  selector: 'rd-modal-event',
   templateUrl: './modal-event.component.html',
   styleUrls: ['./modal-event.component.scss']
 })
-export class ModalEventComponent implements ViewCell, OnInit {
+export class ModalEventComponent implements OnInit {
 
     public renderValue;