Require RIC instance key in controller methods
[portal/ric-dashboard.git] / webapp-frontend / src / app / ac-xapp / ac-xapp.component.html
index d6081b0..08b6a1e 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.
@@ -18,7 +18,7 @@
   ========================LICENSE_END===================================
   -->
 <div class="ac__section">
-  <h3 class="ac__header">AC xApp Policy</h3>
+  <h3 class="rd-global-page-title">AC xApp Policy</h3>
 
   <form [formGroup]="acForm" novalidate autocomplete="off" (ngSubmit)="updateAc(acForm.value)">
     <div name="enforce">
@@ -48,9 +48,6 @@
     <div class="input-display-block">
       <button class="mat-raised-button mat-primary update-button" [disabled]="!acForm.valid">Update</button>
     </div>
-    <div class="input-display-block">
-      <span class="version__text">AC API version {{acVersion}}</span>
-    </div>
 </form>
 
-</div>
\ No newline at end of file
+</div>