aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/@core-xds/services/sdk.service.ts
diff options
context:
space:
mode:
authorelisa castro <elisa.castro@iot.bzh>2018-10-26 16:41:07 +0200
committerelisa castro <elisa.castro@iot.bzh>2018-10-29 17:58:14 +0100
commit6d14032f41c785bb397509f17764eb29b087ff0f (patch)
tree14a98a62502ea85107071ca3ae6a5d0ebbeba2f0 /webapp/src/app/@core-xds/services/sdk.service.ts
parente9c65d5fcf8d2ec3772ceced4fe1379392b15a4f (diff)
In SDK's add of Image Path Modification of the table presentation in SDK's management Change-Id: Ic45cf778b67505b29f3d9c05966fc49d3f6480be Signed-off-by: elisa castro <elisa.castro@iot.bzh>
Diffstat (limited to 'webapp/src/app/@core-xds/services/sdk.service.ts')
-rw-r--r--webapp/src/app/@core-xds/services/sdk.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/app/@core-xds/services/sdk.service.ts b/webapp/src/app/@core-xds/services/sdk.service.ts
index f7e8c2f..0ad5d0f 100644
--- a/webapp/src/app/@core-xds/services/sdk.service.ts
+++ b/webapp/src/app/@core-xds/services/sdk.service.ts
@@ -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);
});
});