This is an enhancement over issue #29 so if this is done, then #29 will also be achieved.
The policy rules should not be just listed as a set of uuids. Instead a table should be displayed with the following columns:
name:uuid of policy rule, policy classifier protocol, policy classifier port, policy classifier direction, policy action.
e.g.:
| Rule | Protocol | Port | Direction | Action |
| http_rule: | TCP | 80 | IN | ALLOW|
...
...