UX improvements for Launch Instance dialog
This patch solves two UX issues on the Networking tab of Launch Instance dialog: 1) "nic" is lowercase when the acronyms usually are capitalized. 2) "Selected Networks" and "Available networks" do not follow the same capitalization convention. Change-Id: If83f605dc2ebbfd408811634da2bad231356f057 Closes-Bug: #1325684
This commit is contained in:
parent
d9bb216968
commit
e34a848a39
@ -1,3 +1,3 @@
|
||||
{% load i18n horizon %}
|
||||
|
||||
<p>{% blocktrans %}Choose network from Available networks to Selected Networks by push button or drag and drop, you may change nic order by drag and drop as well. {% endblocktrans %}</p>
|
||||
<p>{% blocktrans %}Choose network from Available networks to Selected networks by push button or drag and drop, you may change NIC order by drag and drop as well. {% endblocktrans %}</p>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="actions">
|
||||
<label id="selected_network_label">{% trans "Selected Networks" %}</label>
|
||||
<label id="selected_network_label">{% trans "Selected networks" %}</label>
|
||||
<ul id="selected_network" class="networklist">
|
||||
</ul>
|
||||
<label>{% trans "Available networks" %}</label>
|
||||
|
@ -2039,7 +2039,7 @@ label.log-length {
|
||||
}
|
||||
}
|
||||
li:before {
|
||||
content:"nic:"counter(v1);
|
||||
content:"NIC:"counter(v1);
|
||||
counter-increment:v1;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
@ -2054,7 +2054,7 @@ label.log-length {
|
||||
}
|
||||
&.dragging {
|
||||
li:before {
|
||||
content:"nic:";
|
||||
content:"NIC:";
|
||||
background-color:rgba(102,102,102,0.5);
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user