ROBO UI changes
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / datainterface.ts
index 0688130..e244712 100644 (file)
@@ -10,7 +10,7 @@ export interface cameraDetails {
 }
 
 export interface camerainfo {
-  cameraID: string;
+  cameraID: any;
   cameraLocation: string;
        cameraNumber: string;
        rtspUrl: string;
@@ -27,9 +27,10 @@ export interface monitorImage {
 
 export interface monitorinfo {
   shelfName: string;
-       ObjType: string;
+  ObjType: string;
   currentCount: string;
-  totalCount: string;
+  maxCount: string;
+  status: string;
   time: string;
 }
 
@@ -42,14 +43,9 @@ export interface cameraID {
 export interface appsinfo {
   namespace: string;
   name: string;
-  ready: string;
   status: string;
-  restarts: string;
-  age: string;
   ip: string;
   node: string;
-  nominatednode: string;
-  readinessgates: string;
 }
 
 export interface appsPvcs {
@@ -62,10 +58,7 @@ export interface pvpvsinfo {
   name: string;
   status: string;
   volume: string;
-  capacity: string;
-  accessmodes: string;
   storageclass: string;
-  age: string;
   volumemode: string;
 }