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
f53a063d14
commit
ea7f66c362
|
|
@ -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