CS-15981:Add Load Balancer page inside Guest networks is blank

This commit is contained in:
Pranav Saxena 2012-08-14 16:34:07 +05:30 committed by Alex Huang
parent 158d41a6cf
commit 6350b1e46c
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@
}).appendTo($td);
} else if (field.addButton) {
$addVM = $('<div>').addClass('button add-vm').html(
_l(args.add.label)
_l('label.add.vms')
).appendTo($td);
}