Add AC controller with get/put policy methods
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / control-card / control-card.component.html
index 0f071dd..fff42e8 100644 (file)
@@ -20,8 +20,6 @@
 <div class="add__card" routerLink="/control" [ngClass]="{'add__card-dark': darkMode}">
   <div class="header__container">
     <span class="card__title">xApp Control</span><br><br><br>
-    <div style="color: black; size: 1em; text-align: center">
-        <mat-icon>open_in_new</mat-icon> Deploy</div>
     <div style="color: black; size: 1em; text-align: center">
         <mat-icon>play_circle_outline</mat-icon> Start</div>
     <div style="color: black; size: 1em; text-align: center">
@@ -32,6 +30,6 @@
 
   </div>
   <div class="body__container">
-    <img src="../../../assets/xAppControl.png" width="100%" height="100%"/>
+    <img src="../../../assets/xAppControl.png" width="250px"/>
   </div>
 </div>