mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1763: Better confirm message for acquire NIC IP
This commit is contained in:
parent
317c8e0606
commit
e883526449
|
|
@ -14,6 +14,7 @@
|
|||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
message.acquire.ip.nic=Please confirm that you would like to acquire a new secondary IP for this NIC.<br/>NOTE: You need to manually configure the newly-acquired secondary IP inside the virtual machine.
|
||||
message.select.affinity.groups=Please select any affinity groups you want this VM to belong to:
|
||||
message.no.affinity.groups=You do not have any affinity groups. Please continue to the next step.
|
||||
label.action.delete.nic=Remove NIC
|
||||
|
|
|
|||
|
|
@ -3748,6 +3748,10 @@ Dialogs*/
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.ui-dialog div.form-container span.message br {
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
|
||||
.ui-dialog div.form-container div.form-item {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ under the License.
|
|||
<% long now = System.currentTimeMillis(); %>
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'message.acquire.ip.nic': '<fmt:message key="message.acquire.ip.nic" />',
|
||||
'message.select.affinity.groups': '<fmt:message key="message.select.affinity.groups" />',
|
||||
'message.no.affinity.groups': '<fmt:message key="message.no.affinity.groups" />',
|
||||
'label.action.delete.nic': '<fmt:message key="label.action.delete.nic" />',
|
||||
|
|
|
|||
|
|
@ -1551,7 +1551,7 @@
|
|||
addRow: 'true',
|
||||
createForm: {
|
||||
title: 'label.acquire.new.ip',
|
||||
desc: 'message.acquire.new.ip',
|
||||
desc: 'message.acquire.ip.nic',
|
||||
fields: {
|
||||
ipaddr: { label: 'label.ip.address' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue