CLOUDSTACK-5656: UI > network > IP Address > configuration tab > Port Forwarding > add "State" column.

This commit is contained in:
Jessica Wang 2014-01-09 16:10:07 -08:00 committed by Jessica Wang
parent b090acacfa
commit 6fdebe592a
1 changed files with 8 additions and 1 deletions

View File

@ -3933,6 +3933,10 @@
});
}
},
'state' : {
edit: 'ignore',
label: 'label.state'
},
'add-vm': {
label: 'label.add.vm',
addButton: true
@ -3993,7 +3997,10 @@
success: function(data) {
args.response.success({
_custom: {
jobId: data.createportforwardingruleresponse.jobid
jobId: data.createportforwardingruleresponse.jobid,
getUpdatedItem: function(json) {
return json.queryasyncjobresultresponse.jobresult.portforwardingrule;
}
},
notification: {
label: 'label.add.port.forwarding.rule',