From 36920a3a3ba8b40329a7839ce6f27530bc915487 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 17 Jan 2014 12:12:07 -0800 Subject: [PATCH] CLOUDSTACK-5656: UI > Network > IP Address > configuration tab > Firewall > add "State" column. --- ui/scripts/network.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 166ce556d64..4e1ce05ff91 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -2960,6 +2960,10 @@ 'add-rule': { label: 'label.add.rule', addButton: true + }, + 'state' : { + edit: 'ignore', + label: 'label.state' } },