Commit Graph

9 Commits (master)

Author SHA1 Message Date
Trivernis ad7efc9419 Wrapper for setInterval
- registerInterval sets the interval and stores it for the current locationhash. on navigate() the intervals for the current hash will be cleared.
6 years ago
Trivernis be7e9574af Updated Elements and caching
- flag nocache deactivates the use of cache
- the graph adapts to the screensize (after re-redering)
- the server automatically generates a json with the current cpu usage.
6 years ago
Julius 5e2bc1e681 Updated Elements
- Graph is now split into background, graph and labels
6 years ago
Trivernis 88dd8b7936 Added Elements
- Added primitive graph element
- Changed data
6 years ago
Trivernis d68baeae61 Added Navigation 6 years ago
Trivernis 1a7cda36f2 HTML redesign
- changed to the webapp approach
- rebuild it from scratch
6 years ago
Trivernis b40b890c1b Introducing Caching
SASS, HTML and other Files that are preprocessed will be stored in their 
processed form in the .cache directory for faster access. When a file is 
called more than 10 times in the last minute, it will be loaded into the 
memory and stays there for an hour. This allows the server to respond 
even faster to requests.
6 years ago
Trivernis e21ebee005 Started with html development
- Designing the Interface now
- Added data.json
- Added data.html: For viewing graphs
- Added Icons: RCN-icon & new Favicon
- Switched to develop vue.js. Switching back on release
- Removed testing data.json
- Modified readme
6 years ago
Julius Riegel 5b6fe44c4c Restored Content
- Restored Content that got missing by an git accident (damn those squids)
- Renamed LICENSE.md to LICENSE
6 years ago