Allow targeting different environments with deply. Add version string on the web App component.

This commit is contained in:
2019-05-19 01:28:02 -05:00
parent 4bc8c00c49
commit 30ced3ecfd
7 changed files with 22 additions and 6 deletions

View File

@ -12,7 +12,7 @@ export class SimpleDetails extends Vue {
@Prop() private measure!: Measure<MeasureConfig>;
@Prop() private measurements!: Array<Measurement<MeasurementMeta>>;
private newMeasurement;
// private newMeasurement;
private moment = moment;
private chartOptions = {
noData: { text: 'no data',