stackdriver: persist template variable definition

This commit is contained in:
Erik Sundell 2018-11-08 15:01:22 +01:00
parent 2d14bd10f3
commit 1fe70721c9

View File

@ -44,6 +44,7 @@ export class QueryVariable implements Variable {
tagsQuery: '',
tagValuesQuery: '',
skipUrlSync: false,
definition: '',
};
/** @ngInject */