summaryrefslogtreecommitdiffstats
path: root/provisioning-listclasses-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed view class link and viewTed Trask2012-08-071-1/+1
|
* Removed calls to redirect_to_referrer and only call redirect if function existsTed Trask2012-08-071-1/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-3/+3
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions
* Modified listclasses view to redirect to getclassvaluesTed Trask2011-10-141-1/+9
|
* Change viewclassparams to getclassvaluesTed Trask2011-10-101-2/+2
|
* Added viewclassparams, getfile, and putfile actions plus determine_class.lua ↵Ted Trask2011-10-101-0/+3
| | | | | | | | | | script and provisioning_requests table. viewclassparams shows the parameters and default values for a class getfile is used to get the config file for a known device and a default config file for unconfigured devices putfile is unimplemented, but will be used for parsing files uploaded to the server determine_class.lua determines which device class best matches an unconfigured device (by agent) provisioning_requests table will track the last request (ip, agent, and timestamp) for each device
* Fixed up class sequenceTed Trask2011-02-111-0/+2
|
* Added concept of class groups to allow separate name and label for class groupsTed Trask2011-02-111-2/+2
| | | | | | | Added four new actions - listclassgroups, editclassgroup, createclassgroup, and deleteclassgroup Added new provisioning_class_groups table Changed provisioning_classes to change name to class_group_id plus added seq field Modified groups to only accept alphanumeric names and display param group label instead of name when editing params
* Add js popups to verify deletes.Ted Trask2010-12-221-1/+2
|
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+52
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.