mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3563: UI > Network menu > Guest Network section > search box in listView was shoved out of original place after new button "Add guest network" was added. Fix it by shorten label of "Add Isolated guest network with SourceNAT" button.
This commit is contained in:
parent
be0dedefa8
commit
af921c4fee
|
|
@ -327,7 +327,7 @@
|
|||
listView: {
|
||||
actions: {
|
||||
add: {
|
||||
label: 'Add Isolated Guest Network with SourceNat',
|
||||
label: 'Add Isolated Network',
|
||||
|
||||
preFilter: function(args) {
|
||||
if(advZoneObjs != null && advZoneObjs.length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue