Skip to content

Commit e5edd4b

Browse files
committed
make dist
1 parent c31ae08 commit e5edd4b

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

dist/data_formatter.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/data_formatter.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/partials/editor.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ <h5 class="section-heading">Map Data Options</h5>
5858
<label class="gf-form-label width-12">Table Label Field</label>
5959
<input type="text" class="input-small gf-form-input width-10" ng-model="ctrl.panel.tableLabel" ng-change="ctrl.refresh()" ng-model-onblur />
6060
</div>
61+
<div class="gf-form" ng-show="ctrl.panel.locationData === 'table'">
62+
<label class="gf-form-label width-12">Geohash Field</label>
63+
<input type="text" class="input-small gf-form-input width-10" ng-model="ctrl.panel.tableGeohash" ng-change="ctrl.refresh()" ng-model-onblur />
64+
</div>
6165
<div class="gf-form" ng-show="ctrl.panel.locationData === 'geohash'">
6266
<label class="gf-form-label width-12">ES Metric Field</label>
6367
<input type="text" class="input-small gf-form-input width-10" ng-model="ctrl.panel.esMetric" ng-change="ctrl.refresh()" ng-model-onblur />

dist/worldmap_ctrl.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worldmap_ctrl.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)