Commit Graph

11 Commits

Author SHA1 Message Date
Brian Federle daf392685a Add tier detail view 2013-05-10 15:41:44 -07:00
Brian Federle 55ac9c1b0f Add private gateway section to new chart 2013-05-10 15:25:46 -07:00
Brian Federle 3f22b6a3e5 Create panel on click of dashboard item 2013-05-10 15:15:45 -07:00
Brian Federle 7cdaa8694a Style router box 2013-05-08 14:34:46 -07:00
Brian Federle 34774c0c30 WIP 2013-05-08 14:03:51 -07:00
Brian Federle 22a5466289 WIP: VPC router chart item 2013-05-07 16:27:03 -07:00
Brian Federle f9b843d744 Add tier 'view all' icon 2013-05-07 16:11:45 -07:00
Brian Federle 9c68b09376 Add tier placeholder box 2013-05-07 15:44:41 -07:00
Brian Federle fbefeea461 Add tier mini-dashboard 2013-05-07 15:27:06 -07:00
Brian Federle 392d55dead Add base VPC chart 2013-05-07 12:46:37 -07:00
Brian Federle 6babaf9616 Add UI 'module' API
Add a variant to a plugin, called a 'module.' It is designed for
features that are build-in to the standard UI (i.e., not installed
dynamically), but can still utilize the modular nature of UI
plugins. It works exactly the same way as a plugin, except:

-Modules are added to modules/ folder
-Modules are registered in modules/modules.js
-No config.js (no need for metadata, since they are built-in features)
- /ui/modules/ folder will not be touched by the build system, so any modules
 are committed directly to the ui/ folder. In other words, modules are
 not installed automatically.
2013-04-18 12:52:55 -07:00