Skip to content

Commit

Permalink
Remove the word 'More' in the row actions split button
Browse files Browse the repository at this point in the history
The split button dropdown doesn't need the term 'More',
the caret icon is enough.  See bug report for example.
(It gives us more room for long primary button names like
'Edit Hosts Aggregate')

Change-Id: Ib789f9c5691cb0cec026ee8d877e6385315b00a7
Closes-Bug: #1357487
  • Loading branch information
clu-7 committed Aug 15, 2014
1 parent bf0c4aa commit f19d8a7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -7,7 +7,6 @@
{% if forloop.first %}
{% include "horizon/common/_data_table_row_action.html" %}
<a class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" href="#">
{% trans "More" %}
<span class="caret"></span>
</a>
<ul class="dropdown-menu row_actions clearfix">
Expand Down

0 comments on commit f19d8a7

Please sign in to comment.