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 = { var listControllers = {
rules: 'rule-list', rules: 'rule-list',
hosts: 'host-list', hosts: 'host-list',
vlans: 'vlan-list', vlans: 'vlan-list',
vlangroups: 'vlangroup-list', vlangroups: 'vlangroup-list',
hostgroups: 'hostgroup-list', hostgroups: 'hostgroup-list',
firewalls: 'firewall-list',
}; };
var module = angular.module('firewall', []).config( 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