mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard
This commit is contained in:
parent
122c27b338
commit
9a2f3d95c1
|
|
@ -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