Skip to content

Commit

Permalink
Add the series to exported applications.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Pihach committed Sep 27, 2018
1 parent 0111601 commit f556a9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jujugui/static/gui/src/app/init/bundle-exporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ class BundleExporter {
serviceData.expose = true;
}

const series = service.get('series');
if (series) {
serviceData.series = series;
}

// XXX: Only expose position. Currently these are position absolute
// rather than relative.
var anno = service.get('annotations');
Expand Down

0 comments on commit f556a9b

Please sign in to comment.