X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fe2-mgr.types.ts;fp=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fe2-mgr.types.ts;h=29ccad1cd4d3ce4a8b91c191d355978e627cd643;hb=fa9065384adda531aa66bcf39ffc5ac6513ff4dd;hp=7633eac77a0d79420d4c342a6056dbb2ea562d0b;hpb=89f1c3c75b013187d3a59a86b78c2b9ef5dc170e;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/app/interfaces/e2-mgr.types.ts b/dashboard/webapp-frontend/src/app/interfaces/e2-mgr.types.ts index 7633eac7..29ccad1c 100644 --- a/dashboard/webapp-frontend/src/app/interfaces/e2-mgr.types.ts +++ b/dashboard/webapp-frontend/src/app/interfaces/e2-mgr.types.ts @@ -71,7 +71,7 @@ export interface StatsDetails { } export interface AppStats { - instanceKey: string + instanceKey: string; statsDetails: StatsDetails; }