Преглед изворни кода

HUE-7173 [indexes] Add name label to the create alias modal

Enrico Berti пре 8 година
родитељ
комит
c37f720
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/indexes.mako

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/indexes.mako

@@ -302,7 +302,7 @@ ${ assist.assistPanel() }
               <h2 class="modal-title">${ _('Create alias') }</h2>
             </div>
             <div class="modal-body">
-              <input type="text" data-bind="textInput: alias.name"/>
+              <label class="margin-bottom-20">${ _('Alias name') } <input type="text" data-bind="textInput: alias.name" class="input-xlarge no-margin-bottom margin-left-10"></label>
 
               <table id="indexesChecksTable" class="table table-condensed table-nowrap">
                 <thead>