X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdatainterface.ts;h=e244712a798ad7bf9eccd3bd485f1f72d434073a;hb=5f7e757b5f667f7d9e4f3fbccaabae91ffd0feec;hp=06881308d7405c9dde3bc56704cd9ad03c9f2da7;hpb=85ef2c5c9325797279cdcaf5cc7e58b0eacfcaaa;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/app/datainterface.ts b/example-apps/ROBO/RoboUI/src/app/datainterface.ts index 0688130..e244712 100644 --- a/example-apps/ROBO/RoboUI/src/app/datainterface.ts +++ b/example-apps/ROBO/RoboUI/src/app/datainterface.ts @@ -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; }