Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

JS (UI)

The root directory for all of the UI JavaScript source files which power Linux Dash

It is an Angular JS (v1.3) SPA

core/

Contains all of the directives, services, and module declaration for the Angular SPA

This is where you can find all of the base UI elements that power the UI

For example, in this directory, you will find the base line-chart directive used by several plugins, the global navbar for Linux Dash pages, and other base UI elements.

plugins/

Contains the code for the individual plugins the user interacts with on the Linux Dash UI.