Procházet zdrojové kódy

Fixed HelpText input box

utkarshcmu před 9 roky
rodič
revize
034d84354e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      public/app/partials/panelgeneral.html

+ 0 - 1
public/app/partials/panelgeneral.html

@@ -30,7 +30,6 @@
 	<div class="gf-form-inline">
 	<div class="gf-form-inline">
    	<div class="gf-form max-width-42">
    	<div class="gf-form max-width-42">
    		<span class="gf-form-label width-8">Help Text</span>
    		<span class="gf-form-label width-8">Help Text</span>
-  		<input type="text" class="input-xxlarge tight-form-input" ng-model='ctrl.panel.helpText'></input>
   		<input type="text" class="gf-form-input width-30" ng-model='ctrl.panel.helpText'></input>
   		<input type="text" class="gf-form-input width-30" ng-model='ctrl.panel.helpText'></input>
    	</div>
    	</div>
    </div>
    </div>