[Groonga-commit] groonga/grafana-datasource-plugin-groonga at d7b33fa [master] Remove needless ng-repeat

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Feb 15 20:26:41 JST 2016


Masafumi Yokoyama	2016-02-15 20:26:41 +0900 (Mon, 15 Feb 2016)

  New Revision: d7b33fa19eb4fba984b09070dfde9b98ed363014
  https://github.com/groonga/grafana-datasource-plugin-groonga/commit/d7b33fa19eb4fba984b09070dfde9b98ed363014

  Message:
    Remove needless ng-repeat
    
    It's needless since Grafana 2.5.

  Modified files:
    partials/query.editor.html

  Modified: partials/query.editor.html (+0 -8)
===================================================================
--- partials/query.editor.html    2016-02-13 11:27:30 +0900 (56f46bf)
+++ partials/query.editor.html    2016-02-15 20:26:41 +0900 (f106023)
@@ -1,9 +1,3 @@
-<div class="editor-row">
-  <div ng-repeat="target in panel.targets"
-       class="tight-form-container"
-       ng-class="{'tight-form-disabled': target.hide}"
-       ng-controller="GroongaQueryCtrl"
-       ng-init="init()">
     <div class="tight-form">
       <ul class="tight-form-list">
         <li class="tight-form-item query-keyword"
@@ -22,5 +16,3 @@
       </ul>
       <div class="clearfix"></div>
     </div>
-  </div>
-</div>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index