- prevented the config file from being minified. - offloaded the js minification to a dedicated uglify task, which accepts more options than the require-js wrapper does. - Addded the banner to the top of the minified files.
2 lines
425 B
HTML
2 lines
425 B
HTML
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h3>Last Elasticsearch Query</h3></div><div class="modal-body"><div><pre>curl -XGET '{{config.elasticsearch}}/{{dashboard.indices|stringify}}/_search?pretty' -d '{{inspector}}'
|
||
</pre></div></div><div class="modal-footer"><button type="button" class="btn btn-success" ng-click="dismiss()">Close</button></div> |