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:
Jessica Wang 2013-07-16 13:51:54 -07:00
parent f53a063d14
commit ea7f66c362
1 changed files with 1 additions and 1 deletions

View File

@ -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) {