Skip to content

Complete interface that replaces CGRU's one.

Notifications You must be signed in to change notification settings

timurhai/Draco-CGRU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Draco CGRU

Screenshot

Installation

  • Install CGRU (http://cgru.info/installation).
  • Delete the folder /afanasy/browser containing the CGRU web interface.
  • Copy the folder 'browser' to the same location in CGRU.

Compilation

  • Generate the general CSS file from the sources: sass --update afanasy/browser/css/src/main.scss afanasy/browser/css/main.min.css --style compressed
  • Generate the general JS file from the sources: uglifyjs afanasy/browser/js/src/*.js afanasy/browser/js/src/interface/*.js afanasy/browser/js/src/nodes/*.js -c -m -o afanasy/browser/js/scripts.min.js --source-map

Notes

  • Windows: To integrate a window in the grid (once it is unlocked), use the CTRL key.
  • Sub-Windows: For example, you can access Task windows by double-clicking on a Job.
  • Refresh: The active window has a higher refresh (visible thanks to the circle on the left side of the title bar).
  • Last Update: This time corresponds to that elapsed since the last completed query.

About

Complete interface that replaces CGRU's one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 9.7%
  • HTML 0.3%