diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-01-14 12:46:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 08:25:31 +0000 |
commit | 025533d90b694ed37278c8f5be85afbd05857971 (patch) | |
tree | 51bb70fa2873285e1e6d716cf637d78ccb538317 /bitbake/lib/toaster/toastergui/static/css | |
parent | 2a6f739f1d3a0383d849cb2944c69797b4b3e437 (diff) | |
download | poky-025533d90b694ed37278c8f5be85afbd05857971.tar.gz |
bitbake: toaster: Add layer details page feature
This commit adds the layer details page which shows the metadata for the
layer such as layer description, machines associated with the layer as well
as the targets provided.
If the layer is an imported layer this page also allows you to update
the layer's configuration.
>From this page you can add/remove the layer from the current project
(Bitbake rev: c1442bc68ad8ba20c37b1a7cde1400297f4be811)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 199c7531dc..a3fa0ddf6a 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -232,3 +232,4 @@ dd > span { line-height: 20px; } | |||
232 | .animate-repeat.ng-enter.ng-enter-active { | 232 | .animate-repeat.ng-enter.ng-enter-active { |
233 | opacity:1; | 233 | opacity:1; |
234 | } | 234 | } |
235 | .tab-pane table { margin-top: 10px; } | ||