X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fmodal-event%2Fmodal-event.component.ts;h=18f5163518820b7f54b57b080c41ede17642106b;hb=44203c43bb16a87eb54cc97431a026e111842c97;hp=90d8edc77d4fdbcd2da0bc29773331053242b505;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/modal-event/modal-event.component.ts b/webapp-frontend/src/app/ui/modal-event/modal-event.component.ts index 90d8edc7..18f51635 100644 --- a/webapp-frontend/src/app/ui/modal-event/modal-event.component.ts +++ b/webapp-frontend/src/app/ui/modal-event/modal-event.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. @@ -19,14 +19,13 @@ */ 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;