Commit fb6cb5ee by Bence Dányi

firewall_gui: documentation added

parent f19feec1
/**
* List of firewall collections, keys are RESTful url suffixes,
* values are templates.
* @type {Object}
*/
var listControllers = {
rules: 'rule-list',
hosts: 'host-list',
vlans: 'vlan-list',
vlangroups: 'vlangroup-list',
hostgroups: 'hostgroup-list',
firewalls: 'firewall-list',
};
var module = angular.module('firewall', []).config(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment