NetworkACLUpdate displays the result of updating a network ACL.
(acl *management.NetworkACL)
| 229 | |
| 230 | // NetworkACLUpdate displays the result of updating a network ACL. |
| 231 | func (r *Renderer) NetworkACLUpdate(acl *management.NetworkACL) error { |
| 232 | r.Heading("network ACL updated") |
| 233 | r.Result(makeNetworkACLView(acl)) |
| 234 | return nil |
| 235 | } |
no test coverage detected