summaryrefslogtreecommitdiffstats
path: root/provisioning-edittemplate-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add notifydevices param and add it to all actions that modify ↵Ted Trask2017-02-221-21/+0
| | | | | | devices (not yet implemented)" This reverts commit 07027036bc14ebbb75e54f81b3134ec2b9dc0783.
* Add notifydevices param and add it to all actions that modify devices (not ↵Ted Trask2017-01-291-0/+21
| | | | | | | | | | | yet implemented) Modify HTML views to display confirm warning about possible reboot when notifying devices Split several get_ functions so notifydevices would not appear for new objects Cleaned up some get_ functions to use handle_clientdata Do not display filecontent in createtemplate HTML view (or write it in model) Fix exception if bulkcreatedevices called with empty list Modify 'device' provisioning_groups seq from 1 to 5 to allow notifydevices to display first
* Remove trailing whitespaceTed Trask2016-08-101-1/+1
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-231-7/+8
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-7/+5
| | | | and use lowercase tags
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-6/+6
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions
* Removed template from device and set it up as a parameter instead, moved ↵Ted Trask2011-02-261-2/+1
| | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+27
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.