aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Fix sdk filters on page refreshelisa castro1-5/+18
Change-Id: I55e7c6f16eec3fdf6cca73f3c6f5cae08abc4a2b Signed-off-by: elisa castro <elisa.castro@iot.bzh>
2018-10-03Fixed webapp build error in prod modeSebastien Douheret1-1/+1
Change-Id: I62223e1f1a4da078e7b757bfee85535edc422130 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> (cherry picked from commit ded513362d9819831adc4bf730febdcbf65394af)
2018-10-03Fixed 'Unknown sdkid' error in dashboardSebastien Douheret1-7/+6
Steps to reproduce problem: - open XDS dashboard, - display SDKs page list (click on SDKs in the left panel) - display Build page (click on Build in the left panel) - keep selected Project and SDK and just click on Build button - error 'Unknown sdkid' must be displayed Problem partially comes from the fact that default/current sdk in sdk.service is the first sdk and not the first Installed sdk. Change-Id: I21b9310e8ad67ff71afb5b704b39f5f98bc8707b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-20Fix invalid linter conf and fix reported lint errorsSebastien Douheret2-4/+5
Change-Id: I57f83de18965f085ce1f51d5ae4d018b542edc4e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-20Fixed bug in grafana url settingSebastien Douheret1-13/+21
Change-Id: I1e66c8a35e5b60c559c8e3e3a5e137daed2591f5 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-19Temporary disable automatic open/close sidebarSebastien Douheret1-1/+1
Auto open/close logic in xds.layout.ts file seems buggy resulting to a flicking sidebar. So disable this feature for now. Change-Id: I1df6cd0af9f1b60cd54b48d763a870ef69a5fbe9 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-19Added Grafana url setting in config panelSebastien Douheret3-12/+42
Change-Id: I13be1f49afb53fa4598e25a4234bb0578fb66f23 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-18Added Supervision/Monitoring supportSebastien Douheret13-13/+863
Added new API supervisor/* to control and get status of AGL XDS Supervisor. Also add new panel in dashboard to control and visualized data collected by the supervision (visualiazation is based on Granafa). Change-Id: I093470f6e384e96a0856b233390e85a98911162e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-04-05Added target and terminal support in DashboardSebastien Douheret18-2/+1070
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Prevent browser freeze on WS data flooding.Sebastien Douheret1-21/+31
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Closed SDK modal install window on early error.Sebastien Douheret1-3/+8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-09Fixed listed sdk in build panel (only installed sdks)v1.0.1Sebastien Douheret1-27/+28
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-08Update dashboard welcome page.Sebastien Douheret2-17/+65
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret32-33/+33
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Webapp: Fixed SDKs installationSebastien Douheret4-6/+10
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-23Added new SDKs management supportv1.0.0-rc2Sebastien Douheret17-43/+502
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-18Fixed npm packages version and cleanup useless code.Sebastien Douheret4-162/+1
2017-12-18Add confirmation modal when deleting a project.Sebastien Douheret4-5/+157
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret28-0/+522
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Fixed env var settings - dashboard.Sebastien Douheret2-59/+39
2017-11-30Fixed server config setup on InitSebastien Douheret1-4/+10
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Added Help menu with doc link and About modal.Sebastien Douheret3-0/+100
2017-11-30Fixed build page when no project existsSebastien Douheret5-38/+58
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed webapp build in production modeSebastien Douheret3-182/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed XDS server connection config - dashboardSebastien Douheret3-3/+11
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Improved and fixed connection to XDS ServerSebastien Douheret3-26/+23
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24New dashboard improvements.Sebastien Douheret25-151/+403
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-20New dashboard look & feelSebastien Douheret46-0/+2192
Dashboard is a fork of ngx-admin release v2.0.1 (sha be7649a9a2da835) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>