Add Image Path
[src/xds/xds-agent.git] / webapp / src / app / @core-xds / services / sdk.service.ts
index f7e8c2f..0ad5d0f 100644 (file)
@@ -51,6 +51,7 @@ export interface ISdk {
   arch: string;
   path: string;
   url: string;
+  image_url: string;
   status: string;
   date: string;
   size: string;
@@ -107,7 +108,6 @@ export class SdkService {
           this.current = installedSdks.length > 0 ? installedSdks[0] : this._sdksList[0];
           this.curSdkSubject.next(this.current);
         }
-
         this.sdksSubject.next(this._sdksList);
       });
     });