mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard
(cherry picked from commit 9a2f3d95c1)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
38966ee7b7
commit
fa7ebaaaf8
|
|
@ -656,7 +656,7 @@
|
|||
var $physicalNetworkItem = $('<div>').addClass('select-container multi');
|
||||
var $deleteButton = $('<div>').addClass('button remove physical-network')
|
||||
.attr({
|
||||
title: 'label.remove.this.physical.network'
|
||||
title: _l('label.remove.this.physical.network')
|
||||
})
|
||||
.append('<span>').addClass('icon').html(' ');
|
||||
var $icon = $('<div>').addClass('physical-network-icon');
|
||||
|
|
|
|||
Loading…
Reference in New Issue