diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 9bf671ace59..92a83198b0d 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -2658,6 +2658,9 @@ addButton: true } }, + + tags: cloudStack.api.tags({ resourceType: 'PortForwardingRule', contextId: 'multiRule' }), + add: { label: 'label.add.vm', action: function(args) { @@ -2706,6 +2709,19 @@ } }, actions: { + edit: { + label: 'label.edit', + + // Blank -- edit is just for tags right now + action: function(args) { + args.response.success({ + notification: { + label: 'label.edit.pf', + poll: function(args) { args.complete(); } + } + }); + } + }, destroy: { label: 'label.remove.pf', action: function(args) {