Add XDS-agent tarball download feature
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 May 2017 16:45:46 +0000 (18:45 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 May 2017 16:47:23 +0000 (18:47 +0200)
commit61ca475685c6b7b33654edaad637c7d53bdf8d34
treeb8996212810a58d1340b01b62ece8e99756c7dc1
parentad8f8d97a48f155ba94d5646012e969845a315ab
Add XDS-agent tarball download feature

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
13 files changed:
.gitignore
lib/apiv1/agent.go [new file with mode: 0644]
lib/apiv1/apiv1.go
webapp/assets/xds-agent-tarballs/.gitkeep [new file with mode: 0644]
webapp/src/app/alert/alert.component.ts
webapp/src/app/app.module.ts
webapp/src/app/common/alert.service.ts
webapp/src/app/common/config.service.ts
webapp/src/app/common/utils.service.ts [new file with mode: 0644]
webapp/src/app/common/xdsagent.service.ts [new file with mode: 0644]
webapp/src/app/common/xdsserver.service.ts
webapp/src/app/config/config.component.html
webapp/src/app/config/config.component.ts