Add table with automatic neighbor relation data
[portal/ric-dashboard.git] / webapp-frontend / src / app / xapp / xapp.component.html
diff --git a/webapp-frontend/src/app/xapp/xapp.component.html b/webapp-frontend/src/app/xapp/xapp.component.html
deleted file mode 100644 (file)
index 5058c9d..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-<!--
-  ========================LICENSE_START=================================
-  O-RAN-SC
-  %%
-  Copyright (C) 2019 AT&T Intellectual Property and Nokia
-  %%
-  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.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ========================LICENSE_END===================================
-  -->
-
-<div>
-    <p class="heading lead">Pendulum Control xApp</p>
-    <p>Pod ID: dc-ric-app-b8c6668d8-56bjb</p>
-    <p>Status: running</p>
-</div>
-
-<button type="button" mdbBtn color="default" rounded="true" data-toggle="modal" data-target="#basicExample"
-  (click)="frame.show()" mdbWavesEffect>Edit Configuration</button>
-
-<div mdbModal #frame="mdbModal" class="modal fade left" id="frameModalTop" tabindex="-1" role="dialog"
-  aria-labelledby="myModalLabel" aria-hidden="true" (opened)="onOpened($event)">
-  <div class="modal-dialog modal-notify modal-info modal-side modal-top-left" role="document">
-    <!--Content-->
-    <div class="modal-content">
-      <!--Header-->
-      <div class="modal-header">
-        <p class="heading lead">xApp Info</p>
-
-        <button type="button" class="close" data-dismiss="modal" aria-label="Close" (click)="frame.hide()">
-          <span aria-hidden="true" class="white-text">&times;</span>
-        </button>
-      </div>
-
-      <!--Body-->
-      <div class="modal-body">
-
-        <img src="../../../assets/intelligence.png" alt=""
-          class="img-fluid">
-
-        <div class="text-center">
-          <p>xApp Configuration</p>
-            <div class="md-form">
-                <textarea type="text" id="form8" class="md-textarea form-control" rows="1" mdbInput
-                    [formControl]="contactFormModalHelm"></textarea>
-                <label data-error="wrong" data-success="right" for="form8">Delay</label>
-            </div>
-            <div class="md-form">
-                <textarea type="text" id="form8" class="md-textarea form-control" rows="1" mdbInput
-                    [formControl]="contactFormModalHelm"></textarea>
-                <label data-error="wrong" data-success="right" for="form8">Load</label>
-            </div>
-        </div>
-      </div>
-
-      <!--Footer-->
-      <div class="modal-footer justify-content-center">
-        <a type="button" mdbBtn color="primary" class="waves-effect" mdbWavesEffect>
-            <mat-icon style="vertical-align: -21%;">launch</mat-icon> Update
-        </a>
-        <a type="button" mdbBtn color="primary" outline="true" class="waves-effect" mdbWavesEffect (click)="frame.hide()"
-          data-dismiss="modal">
-          <mat-icon style="vertical-align: -21%; size: 1em">close</mat-icon> Cancel</a>
-      </div>
-    </div>
-    <!--/.Content-->
-  </div>
-</div>