Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Nov 14, 2017
1 parent 635ed99 commit 00fa4eb
Show file tree
Hide file tree
Showing 14 changed files with 674 additions and 395 deletions.
117 changes: 79 additions & 38 deletions dist/datasource.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/datasource.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/partials/query.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="gf-form-inline">
<div class="gf-form">
<label ng-if="ctrl.datasource.isTenantPerQuery" class="gf-form-label query-keyword fix-query-keyword">Tenant</label>
<input ng-if="ctrl.datasource.isTenantPerQuery" type="text" class="gf-form-input" ng-model="ctrl.target.tenant" placeholder="default" required>
<input ng-if="ctrl.datasource.isTenantPerQuery" type="text" class="gf-form-input" ng-model="ctrl.target.tenant" ng-change="ctrl.onChangeInternal()" placeholder="default" required>
<select class="gf-form-input" ng-model="ctrl.target.type" ng-change="ctrl.onChangeInternal()">
<option ng-repeat="type in ctrl.metricTypes" value="{{type.value}}">{{type.text}}</option>
</select>
Expand Down
4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/hawkular/hawkular-grafana-datasource"
}
],
"version": "1.1.0",
"updated": "2017-09-08"
"version": "1.1.1",
"updated": "2017-11-14"
},
"dependencies": {
"grafanaVersion": "3.x.x",
Expand Down
Loading

0 comments on commit 00fa4eb

Please sign in to comment.