mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
cloudstack 3.0 new UI - system page - localize IP Ranges sections.
This commit is contained in:
parent
250b296abd
commit
0341d00082
@ -1164,5 +1164,8 @@ agent.password=Agent Password
|
||||
confirm.action.force.reconnect=Please confirm that you want to force reconnect this host.
|
||||
resource.state=Resource state
|
||||
LUN.number=LUN #
|
||||
confirm.remove.IP.range=Please confirm that you would like to remove this IP range.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1167,6 +1167,5 @@ agent.password=エージェントのパスワード
|
||||
confirm.action.force.reconnect=このホストを再接続を強制することを確認してください。
|
||||
resource.state=リソースの状態
|
||||
LUN.number=LUN #
|
||||
|
||||
|
||||
confirm.remove.IP.range=あなたがこのIPアドレス範囲の削除を希望することを確認してください。
|
||||
|
||||
|
||||
@ -2716,6 +2716,7 @@ dictionary = {
|
||||
'agent.password': '<fmt:message key="agent.password" />',
|
||||
'confirm.action.force.reconnect': '<fmt:message key="confirm.action.force.reconnect" />',
|
||||
'resource.state': '<fmt:message key="resource.state" />',
|
||||
'LUN.number': '<fmt:message key="LUN.number" />'
|
||||
'LUN.number': '<fmt:message key="LUN.number" />',
|
||||
'confirm.remove.IP.range': '<fmt:message key="confirm.remove.IP.range" />'
|
||||
};
|
||||
</script>
|
||||
|
||||
@ -6390,7 +6390,7 @@
|
||||
},
|
||||
|
||||
guestIpRanges: { //Advanced zone - Guest traffic type - Network tab - Network detailView - View IP Ranges
|
||||
title: 'label.guest.ip.range', //Jes
|
||||
title: 'label.guest.ip.range',
|
||||
id: 'guestIpRanges',
|
||||
listView: {
|
||||
section: 'guest-IP-range',
|
||||
@ -6453,19 +6453,13 @@
|
||||
},
|
||||
|
||||
'delete': {
|
||||
label: 'remove.IP.range' ,
|
||||
label: 'remove.IP.range' ,
|
||||
messages: {
|
||||
confirm: function(args) {
|
||||
return 'Please confirm that you want to delete this IP range.';
|
||||
},
|
||||
success: function(args) {
|
||||
return 'remove.IP.range';
|
||||
},
|
||||
return 'confirm.remove.IP.range';
|
||||
},
|
||||
notification: function(args) {
|
||||
return 'remove.IP.range';
|
||||
},
|
||||
complete: function(args) {
|
||||
return 'remove.IP.range';
|
||||
}
|
||||
},
|
||||
action: function(args) {
|
||||
@ -6488,7 +6482,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
function addExternalLoadBalancer(args, physicalNetworkObj, apiCmd, apiCmdRes, apiCmdObj) {
|
||||
function addExternalLoadBalancer(args, physicalNetworkObj, apiCmd, apiCmdRes, apiCmdObj) {
|
||||
var array1 = [];
|
||||
array1.push("&physicalnetworkid=" + physicalNetworkObj.id);
|
||||
array1.push("&username=" + todb(args.data.username));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user