Masafumi Yokoyama
null+****@clear*****
Mon Feb 15 20:28:09 JST 2016
Masafumi Yokoyama 2016-02-15 20:28:09 +0900 (Mon, 15 Feb 2016) New Revision: 2adaa742cc281c09fb8ea1c30afe13ff3302a4d1 https://github.com/groonga/grafana-datasource-plugin-groonga/commit/2adaa742cc281c09fb8ea1c30afe13ff3302a4d1 Message: Unindent Modified files: partials/query.editor.html Modified: partials/query.editor.html (+18 -18) =================================================================== --- partials/query.editor.html 2016-02-15 20:26:41 +0900 (f106023) +++ partials/query.editor.html 2016-02-15 20:28:09 +0900 (513106d) @@ -1,18 +1,18 @@ - <div class="tight-form"> - <ul class="tight-form-list"> - <li class="tight-form-item query-keyword" - style="width: 75px"> - TABLE - </li> - <li> - <input type="text" - class="tight-form-input input-medium" - ng-model="table" - ng-model-onblur - ng-change="update()" - spellcheck='false' - placeholder="Logs"> - </li> - </ul> - <div class="clearfix"></div> - </div> +<div class="tight-form"> + <ul class="tight-form-list"> + <li class="tight-form-item query-keyword" + style="width: 75px"> + TABLE + </li> + <li> + <input type="text" + class="tight-form-input input-medium" + ng-model="table" + ng-model-onblur + ng-change="update()" + spellcheck='false' + placeholder="Logs"> + </li> + </ul> + <div class="clearfix"></div> +</div> -------------- next part -------------- HTML����������������������������...Download