Skip to content

pass-by-value/lattice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Lattice

SaltStack Common UI code

What is Lattice

Lattice is Saltstack GUI common repo. Lattice includes Javascript code to present interface to salt and HTML / CSS to bootstrap an app. Javascript components provide an interface to Salt and store the data model. Information such as Jobs, Events, Minions, Commands for example. This data model can be consumed by a front end.

Contrubutions

Lattice was extracted from Halite and owes thanks to the contributions made there.

Libraries

Lattice also includes libraries. Any updates to shared libraries can be made here.

Lattice code updates

Lattice's subtree might be updated by git subtree pull as shown by the example git subtree pull --prefix=halite/lattice lattice master --squash.

Lattice might be updated from a "parent" repo by executing git subtree split --prefix=halite/lattice -b my_branch followed by git push lattice my_branch:my_lattice_branch.

About

SaltStack Common UI code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 42.0%
  • CSS 32.5%
  • JavaScript 25.5%