mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - localize Configure VPC Chart (Reviewed-by: Brian)
This commit is contained in:
parent
8f9d6e48b8
commit
05fef0fb25
|
|
@ -309,7 +309,7 @@
|
|||
var $browser = args.$browser;
|
||||
var detailView = args.detailView;
|
||||
var $router = $('<li>').addClass('tier virtual-router');
|
||||
var $title = $('<span>').addClass('title').html('Virtual Router');
|
||||
var $title = $('<span>').addClass('title').html(_l('label.virtual.router'));
|
||||
|
||||
$router.append($title);
|
||||
|
||||
|
|
@ -407,7 +407,7 @@
|
|||
|
||||
if (isPlaceholder) {
|
||||
$tier.addClass('placeholder');
|
||||
$title.html('Create Tier');
|
||||
$title.html(_l('label.add.new.tier'));
|
||||
} else {
|
||||
$title.html(
|
||||
cloudStack.concat(name, 8)
|
||||
|
|
@ -416,7 +416,7 @@
|
|||
$cidr.html(cidr);
|
||||
$vmCount.append(
|
||||
$('<span>').addClass('total').html(virtualMachines != null? virtualMachines.length: 0),
|
||||
' VMs'
|
||||
_l('label.vms')
|
||||
);
|
||||
$tier.append($actions);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue