summaryrefslogtreecommitdiffstats
path: root/provisioning-searchdevices-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix searchdevices html view by adding in old listdevices codeTed Trask2015-07-061-4/+71
| | | | | Since we're searching, filtering is not valid and pagination isn't as important as for list page Also, changed searchbymac to be case insensitive
* Make searchbyextension and searchbymac use searchdevices view rather than ↵Ted Trask2015-07-061-2/+4
| | | | | | listdevices view searchdevices view is still broken, since listdevices view changed
* Fix searchdevices HTML view when used for getdevicevaluesTed Trask2015-07-061-1/+3
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-231-14/+11
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-7/+8
| | | | and use lowercase tags
* Add displaycommandresults to searchdevices html viewTed Trask2014-01-221-0/+2
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-2/+2
|
* Only include js libraries if not already includedTed Trask2013-10-031-1/+6
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-2/+2
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions
* Enable autofocus and submit on enter for searchdevicesTed Trask2011-06-091-0/+13
|
* Removed provisioning-devices and instead use provisioning-device-seq. So, ↵Ted Trask2011-03-041-1/+0
| | | | | | device label is no more. Also changed Standard Phone without Call Forwarding to Public Phone.
* Made getdevicevalues and searchdevices into proper forms and added ↵Ted Trask2011-03-011-1/+0
| | | | searchbyextension and searchbymac actions.
* Removed name from provisioning_devices, changed getdevicevalues to take ↵Ted Trask2011-02-281-2/+17
| | | | parameter id, comparision, value (like search)
* Added searchdevices action and fixed getdeviceparams to be proper structure, ↵Ted Trask2010-11-101-0/+15
not array