X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp%2Fsrc%2Fapp%2Fpages%2Fconfig%2Fconfig-xds%2FdownloadXdsAgent.component.ts;fp=webapp%2Fsrc%2Fapp%2Fpages%2Fconfig%2Fconfig-xds%2FdownloadXdsAgent.component.ts;h=390133157924cdffc445e34086e6e82d7d5f8e3b;hb=38c0c21a969e621c725245ce91c78e77076c5ce7;hp=0000000000000000000000000000000000000000;hpb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/app/pages/config/config-xds/downloadXdsAgent.component.ts b/webapp/src/app/pages/config/config-xds/downloadXdsAgent.component.ts new file mode 100644 index 0000000..3901331 --- /dev/null +++ b/webapp/src/app/pages/config/config-xds/downloadXdsAgent.component.ts @@ -0,0 +1,35 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'xds-dwnl-agent', + template: ` + + + `, + styles: [` + .fa-size-x2 { + font-size: 20px; + } + `] +}) + +export class DwnlAgentComponent { + + public url_OS_Linux = 'https://en.opensuse.org/LinuxAutomotive#Installation_AGL_XDS'; + public url_OS_Other = 'https://github.com/iotbzh/xds-agent#how-to-install-on-other-platform'; +}