Explorar el Código

removed commented line

Patrick O'Carroll hace 8 años
padre
commit
bb52f00d2d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      public/app/plugins/panel/table/column_options.html

+ 0 - 1
public/app/plugins/panel/table/column_options.html

@@ -41,7 +41,6 @@
       </div>
       </div>
       <div class="gf-form"  ng-if="style.type === 'date'">
       <div class="gf-form"  ng-if="style.type === 'date'">
         <label class="gf-form-label width-11">Date Format</label>
         <label class="gf-form-label width-11">Date Format</label>
-        <!--<metric-segment-model property="style.dateFormat" options="editor.dateFormats" on-change="editor.render()" custom="true" class="width-14"></metric-segment-model>-->
         <div class="gf-form-select-wrapper width-16">
         <div class="gf-form-select-wrapper width-16">
           <select class="gf-form-input" ng-model="style.dateFormat" ng-options="c.value as c.text for c in editor.dateFormats" ng-change="editor.render()"></select>
           <select class="gf-form-input" ng-model="style.dateFormat" ng-options="c.value as c.text for c in editor.dateFormats" ng-change="editor.render()"></select>
         </div>
         </div>