Bug 31888: Define save button as primary in Elasticsearch mappings page
Like Bug 31810, save button in Elasticsearch mappings page is the most important action on this form, it should be yellow. Test plan : Go to Administration > Search engine configuration (Elasticsearch) => Check save button has class btn-primary and is yellow Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
40664efb51
commit
9c9b471c6e
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ a.add, a.delete {
|
|||
</div> <!-- /.tab-content -->
|
||||
</div> <!-- /#tabs -->
|
||||
<fieldset class="action">
|
||||
<button class="btn btn-default" type="submit" name="op" value="edit"><i class="fa fa-hdd-o" aria-hidden="true"></i> Save</button>
|
||||
<button class="btn btn-primary" type="submit" name="op" value="edit"><i class="fa fa-hdd-o" aria-hidden="true"></i> Save</button>
|
||||
<button class="btn btn-default" type="submit" name="op" value="reset_confirm"><i class="fa fa-refresh" aria-hidden="true"></i> Reset mappings</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue