summaryrefslogtreecommitdiffstats
path: root/rrdtool-listgraphcfg-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Started changes to use new htmlviewfunctions functionsHEADmasterTed Trask2014-04-171-9/+2
|
* Fix sort by filesize in logfiles/statusTed Trask2014-03-041-1/+15
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-22/+40
| | | | 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-3/+3
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-11/+4
|
* New view to be able to create new graph-configsMika Havela2009-07-211-1/+1
|
* Move the 'rrdtool info' output to top of config-viewMika Havela2009-07-091-1/+1
| | | | Put back 'redir' option when you edited a graphcfgfile (now that it works again)
* Fixed a broken rolesMika Havela2009-07-091-1/+1
|
* Edit existing and create new graph-filesMika Havela2009-07-091-1/+1
| | | | Putting back full path on graph-files to get standard functions to work propperly
* Hide path to .graph filesMika Havela2009-07-091-1/+1
|
* Manage existing graph cfg-filesMika Havela2009-07-091-2/+2
| | | | | Remove/hide edit-rrd option because it donesn't work (yet) Adding roles to be able to edit files
* List graph-files (created the view-file)Mika Havela2009-07-081-0/+68
Updated the validfilename() to be able to modify/delete graph-files too.