summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* We need to be able to write time in other ways than just type the secondsMika Havela2009-07-081-3/+0
|
* Created templates that goes into the popupwindowMika Havela2009-07-082-0/+33
|
* Show graph-image in popup windowMika Havela2009-07-084-12/+25
|
* List graph-files (created the view-file)Mika Havela2009-07-083-5/+81
| | | | Updated the validfilename() to be able to modify/delete graph-files too.
* Cleaning up code by using fs.find_files_as_array instead of having own code ↵Mika Havela2009-07-081-30/+5
| | | | for searching for files.
* Creating a viewfile for configuring rrd's and graph-filesMika Havela2009-07-081-0/+12
|
* List rrd-files and graph-configfiles in a config-page.Mika Havela2009-07-084-7/+18
|
* Fetching graph-settings from external configfiles.Mika Havela2009-07-083-4/+22
| | | | Rebuilding the view to be able to make the configfiles simple to use.
* Viewfile for graphs.Mika Havela2009-07-081-0/+14
| | | | Hiding debug messages
* View-file to be able to create a new rrdMika Havela2009-07-081-0/+17
|
* List available graphs and display selected graphMika Havela2009-07-083-2/+48
| | | | Still missing functionallity to create the needed table that holds information on how to create the graphics.
* Prepare a view to list available graphs.Mika Havela2009-07-074-2/+38
| | | | | Graphs are sectioned into groups. Each group has a heading. Under each group you get a list of available graphs.
* Display error message when a rrd DB has been created on other architectureMika Havela2009-07-071-1/+1
|
* Validating that at least one DS and one RRA existsMika Havela2009-07-031-2/+8
| | | | Also making it possible for 'start' and 'step' to be empty
* Cosmetical change in modelMika Havela2009-07-031-28/+28
|
* Validating userinput.Mika Havela2009-07-031-7/+13
| | | | | Using format.escapespecialcharacters() to prevent code injection. Making sure some inputs are purely numerical.
* Adding confirmation when trying to delete a DB.Mika Havela2009-07-031-1/+16
| | | | | | We need some confirmation so we don't accidently delete a DB. This commit adds a javascript that asks for confirmation when trying to delete a DB. I am hoping to find a better way to do this (instead of using javascript) but for now it works.
* Validating filename/filepathMika Havela2009-07-031-0/+5
|
* Functionallity to create new DB.Mika Havela2009-07-032-3/+39
| | | | Still missing validation on userinput.
* Changing/modifying description/help text when creating a new RRD.Mika Havela2009-07-031-4/+8
|
* Adding functionallity to see 'rrdtool info' on the existing DBs.Mika Havela2009-07-034-5/+17
|
* Adding delete() to be able to remove .rrd DB'sMika Havela2009-07-023-4/+33
| | | | Hiding some debug information in the listrrd view-file.
* Started on 'create new rrd' function (still much to do).Mika Havela2009-07-024-1/+27
| | | | The viewfile for NewRRD is showing some forms, but it's still not usable.
* Added delete roleMika Havela2009-06-291-1/+1
|
* Clean up the table so the view file displays things as it should.Mika Havela2009-06-291-1/+1
|
* Initial commit on listrrd view-fileMika Havela2009-06-291-0/+46
|
* Initial commit on expert view-fileMika Havela2009-06-291-0/+25
|
* Initial commit on status view-filesMika Havela2009-06-292-0/+19
|
* Initial commit on modelMika Havela2009-06-291-0/+93
|
* Initial commit on controllerMika Havela2009-06-291-0/+29
|
* Creating menu and roles fileMika Havela2009-06-292-0/+10