X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fcommon%2Fsdk.service.ts;h=19c49d9ac47999f8ed5ed681bc63a2b935f56b16;hb=db2c02a9bfd709c662872fccc86d011136e9d8d1;hp=3f2f32ad8119a98d31c5cefd23ad9d985409d765;hpb=2ad72d9ee3aafb2426b28a86b505da9d24f3e768;p=src%2Fxds%2Fxds-server.git diff --git a/webapp/src/app/common/sdk.service.ts b/webapp/src/app/common/sdk.service.ts index 3f2f32a..19c49d9 100644 --- a/webapp/src/app/common/sdk.service.ts +++ b/webapp/src/app/common/sdk.service.ts @@ -34,6 +34,10 @@ export class SdkService { this.current = s; } + public getCurrent(): ISdk { + return this.current; + } + public getCurrentId(): string { if (this.current && this.current.id) { return this.current.id;