katello 1.5.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (1607) hide show
  1. data/LICENSE.txt +339 -0
  2. data/README.md +182 -0
  3. data/app/assets/images/katello/3rd-level-bg.png +0 -0
  4. data/app/assets/images/katello/960.png +0 -0
  5. data/app/assets/images/katello/biglogo.png +0 -0
  6. data/app/assets/images/katello/black_arrow.png +0 -0
  7. data/app/assets/images/katello/boxshadow.png +0 -0
  8. data/app/assets/images/katello/center-background.png +0 -0
  9. data/app/assets/images/katello/chart_overlay.png +0 -0
  10. data/app/assets/images/katello/chosen-sprite.png +0 -0
  11. data/app/assets/images/katello/cross_link.png +0 -0
  12. data/app/assets/images/katello/embed/favicon.png +0 -0
  13. data/app/assets/images/katello/footer-shade.png +0 -0
  14. data/app/assets/images/katello/headpin-login-logo.png +0 -0
  15. data/app/assets/images/katello/headpin-logo.png +0 -0
  16. data/app/assets/images/katello/icons/action-icons.png +0 -0
  17. data/app/assets/images/katello/icons/arrow_icon.png +0 -0
  18. data/app/assets/images/katello/icons/breadcrumb-icons.png +0 -0
  19. data/app/assets/images/katello/icons/check_icon.png +0 -0
  20. data/app/assets/images/katello/icons/close.png +0 -0
  21. data/app/assets/images/katello/icons/dotdotdot.png +0 -0
  22. data/app/assets/images/katello/icons/edit-hover.png +0 -0
  23. data/app/assets/images/katello/icons/edit.png +0 -0
  24. data/app/assets/images/katello/icons/expander-collapsed-left.png +0 -0
  25. data/app/assets/images/katello/icons/expander-collapsed.png +0 -0
  26. data/app/assets/images/katello/icons/expander-expanded.png +0 -0
  27. data/app/assets/images/katello/icons/favorite.png +0 -0
  28. data/app/assets/images/katello/icons/grabber.png +0 -0
  29. data/app/assets/images/katello/icons/icon_menu_arrow.gif +0 -0
  30. data/app/assets/images/katello/icons/icon_search.png +0 -0
  31. data/app/assets/images/katello/icons/info-hover.png +0 -0
  32. data/app/assets/images/katello/icons/info.png +0 -0
  33. data/app/assets/images/katello/icons/locked.png +0 -0
  34. data/app/assets/images/katello/icons/objects.png +0 -0
  35. data/app/assets/images/katello/icons/order-asc.png +0 -0
  36. data/app/assets/images/katello/icons/order-desc.png +0 -0
  37. data/app/assets/images/katello/icons/recent.png +0 -0
  38. data/app/assets/images/katello/icons/right-arrow.png +0 -0
  39. data/app/assets/images/katello/icons/simplePassMeterSprite.png +0 -0
  40. data/app/assets/images/katello/icons/spinner.gif +0 -0
  41. data/app/assets/images/katello/icons/spinner_head.gif +0 -0
  42. data/app/assets/images/katello/icons/status.png +0 -0
  43. data/app/assets/images/katello/icons/status_icons_sprite.png +0 -0
  44. data/app/assets/images/katello/icons/statusicons.png +0 -0
  45. data/app/assets/images/katello/icons/svg-source/action-icons.svg +1613 -0
  46. data/app/assets/images/katello/icons/svg-source/breadcrumb-icons.svg +289 -0
  47. data/app/assets/images/katello/icons/svg-source/objects.svg +446 -0
  48. data/app/assets/images/katello/icons/ui.totop.png +0 -0
  49. data/app/assets/images/katello/input-bg.png +0 -0
  50. data/app/assets/images/katello/katello-login-logo.png +0 -0
  51. data/app/assets/images/katello/katello-logo.png +0 -0
  52. data/app/assets/images/katello/katello.png +0 -0
  53. data/app/assets/images/katello/katello_32x32_icon.png +0 -0
  54. data/app/assets/images/katello/large-white-spinner.gif +0 -0
  55. data/app/assets/images/katello/nav_pipe.png +0 -0
  56. data/app/assets/images/katello/navtab_off.png +0 -0
  57. data/app/assets/images/katello/navtab_on.png +0 -0
  58. data/app/assets/images/katello/outer-background.png +0 -0
  59. data/app/assets/images/katello/subnav-shadow.png +0 -0
  60. data/app/assets/javascripts/katello/activation_keys/activation_key.js +336 -0
  61. data/app/assets/javascripts/katello/activation_keys/activation_key_edit.js +19 -0
  62. data/app/assets/javascripts/katello/activation_keys/activation_key_subscriptions.js +18 -0
  63. data/app/assets/javascripts/katello/activation_keys/index.js +17 -0
  64. data/app/assets/javascripts/katello/changesets/changeset.js +47 -0
  65. data/app/assets/javascripts/katello/changesets/changeset_edit.js +79 -0
  66. data/app/assets/javascripts/katello/changesets/index.js +14 -0
  67. data/app/assets/javascripts/katello/common/bastion-routes.js +2878 -0
  68. data/app/assets/javascripts/katello/common/chosen.jquery.js +907 -0
  69. data/app/assets/javascripts/katello/common/env_select.js +143 -0
  70. data/app/assets/javascripts/katello/common/env_select_scroll.js +133 -0
  71. data/app/assets/javascripts/katello/common/experimental/katello-globals.module.js +21 -0
  72. data/app/assets/javascripts/katello/common/index.js +29 -0
  73. data/app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js +224 -0
  74. data/app/assets/javascripts/katello/common/katello.common.js +203 -0
  75. data/app/assets/javascripts/katello/common/katello.global.js +31 -0
  76. data/app/assets/javascripts/katello/common/katello.js +353 -0
  77. data/app/assets/javascripts/katello/common/katello_object.js +103 -0
  78. data/app/assets/javascripts/katello/common/menu.js +125 -0
  79. data/app/assets/javascripts/katello/common/notices.js +176 -0
  80. data/app/assets/javascripts/katello/common/panel.js +1078 -0
  81. data/app/assets/javascripts/katello/common/routes.js +2886 -0
  82. data/app/assets/javascripts/katello/common/search.js +376 -0
  83. data/app/assets/javascripts/katello/common/spin.min.js +2 -0
  84. data/app/assets/javascripts/katello/common/vendor.js +32 -0
  85. data/app/assets/javascripts/katello/content_search/content_search.js +904 -0
  86. data/app/assets/javascripts/katello/content_search/index.js +18 -0
  87. data/app/assets/javascripts/katello/content_view_definitions/content_view_definition.js +844 -0
  88. data/app/assets/javascripts/katello/content_view_definitions/env_content_view_selector.js +188 -0
  89. data/app/assets/javascripts/katello/content_view_definitions/index.js +19 -0
  90. data/app/assets/javascripts/katello/content_view_definitions/product_repo_selector.js +569 -0
  91. data/app/assets/javascripts/katello/content_view_definitions/repo_selector.js +47 -0
  92. data/app/assets/javascripts/katello/dashboard/dashboard.js +215 -0
  93. data/app/assets/javascripts/katello/dashboard/index.js +17 -0
  94. data/app/assets/javascripts/katello/distributors/distributor_edit.js +16 -0
  95. data/app/assets/javascripts/katello/distributors/distributor_subscriptions.js +41 -0
  96. data/app/assets/javascripts/katello/distributors/distributors.js +332 -0
  97. data/app/assets/javascripts/katello/distributors/index.js +23 -0
  98. data/app/assets/javascripts/katello/environments/environment_edit.js +63 -0
  99. data/app/assets/javascripts/katello/html5/excanvas.js +1416 -0
  100. data/app/assets/javascripts/katello/html5/html5.js +3 -0
  101. data/app/assets/javascripts/katello/html5/index.js +14 -0
  102. data/app/assets/javascripts/katello/notices/index.js +14 -0
  103. data/app/assets/javascripts/katello/notices/notices_list.js +49 -0
  104. data/app/assets/javascripts/katello/organizations/default_info.js +216 -0
  105. data/app/assets/javascripts/katello/organizations/download_certificate.js +20 -0
  106. data/app/assets/javascripts/katello/organizations/index.js +15 -0
  107. data/app/assets/javascripts/katello/organizations/organization.js +68 -0
  108. data/app/assets/javascripts/katello/organizations/organization_edit.js +46 -0
  109. data/app/assets/javascripts/katello/products/product_edit.js +76 -0
  110. data/app/assets/javascripts/katello/promotions/index.js +16 -0
  111. data/app/assets/javascripts/katello/promotions/promotion.js +1244 -0
  112. data/app/assets/javascripts/katello/providers/index.js +18 -0
  113. data/app/assets/javascripts/katello/providers/products_repos.js +46 -0
  114. data/app/assets/javascripts/katello/providers/provider.js +68 -0
  115. data/app/assets/javascripts/katello/providers/provider_create.js +21 -0
  116. data/app/assets/javascripts/katello/providers/provider_redhat.js +219 -0
  117. data/app/assets/javascripts/katello/providers/redhat/index.js +17 -0
  118. data/app/assets/javascripts/katello/providers/repo.js +27 -0
  119. data/app/assets/javascripts/katello/providers/repo_discovery.js +376 -0
  120. data/app/assets/javascripts/katello/providers/repo_discovery_create.js +17 -0
  121. data/app/assets/javascripts/katello/roles/index.js +17 -0
  122. data/app/assets/javascripts/katello/roles/role.js +16 -0
  123. data/app/assets/javascripts/katello/roles/role_edit.js +46 -0
  124. data/app/assets/javascripts/katello/roles/role_sliding_tree.js +1398 -0
  125. data/app/assets/javascripts/katello/subscriptions/headpin.sparkline.js +6 -0
  126. data/app/assets/javascripts/katello/subscriptions/index.js +17 -0
  127. data/app/assets/javascripts/katello/subscriptions/subscription.js +126 -0
  128. data/app/assets/javascripts/katello/sync_management/index.js +15 -0
  129. data/app/assets/javascripts/katello/sync_management/sync_management.js +342 -0
  130. data/app/assets/javascripts/katello/sync_plans/index.js +15 -0
  131. data/app/assets/javascripts/katello/sync_plans/sync_plan.js +32 -0
  132. data/app/assets/javascripts/katello/sync_plans/sync_plan_edit.js +128 -0
  133. data/app/assets/javascripts/katello/sync_schedules/index.js +15 -0
  134. data/app/assets/javascripts/katello/sync_schedules/sync_schedule.js +28 -0
  135. data/app/assets/javascripts/katello/system_events/index.js +15 -0
  136. data/app/assets/javascripts/katello/system_events/system_events.js +181 -0
  137. data/app/assets/javascripts/katello/system_groups/index.js +19 -0
  138. data/app/assets/javascripts/katello/system_groups/package_actions.js +316 -0
  139. data/app/assets/javascripts/katello/system_groups/system_group_events.js +23 -0
  140. data/app/assets/javascripts/katello/system_groups/system_groups.js +445 -0
  141. data/app/assets/javascripts/katello/system_groups/system_groups_pane.js +141 -0
  142. data/app/assets/javascripts/katello/system_packages/index.js +16 -0
  143. data/app/assets/javascripts/katello/system_packages/packages_filtertable.js +63 -0
  144. data/app/assets/javascripts/katello/system_packages/system_packages.js +767 -0
  145. data/app/assets/javascripts/katello/systems/custom_info.js +134 -0
  146. data/app/assets/javascripts/katello/systems/index.js +28 -0
  147. data/app/assets/javascripts/katello/systems/packages.js +34 -0
  148. data/app/assets/javascripts/katello/systems/system_edit.js +67 -0
  149. data/app/assets/javascripts/katello/systems/system_errata.js +313 -0
  150. data/app/assets/javascripts/katello/systems/system_products.js +113 -0
  151. data/app/assets/javascripts/katello/systems/system_subscriptions.js +71 -0
  152. data/app/assets/javascripts/katello/systems/systems.js +793 -0
  153. data/app/assets/javascripts/katello/users/index.js +16 -0
  154. data/app/assets/javascripts/katello/users/user.js +102 -0
  155. data/app/assets/javascripts/katello/users/user_methods.js +111 -0
  156. data/app/assets/javascripts/katello/widgets/auto_complete.js +195 -0
  157. data/app/assets/javascripts/katello/widgets/comparison_grid.js +1031 -0
  158. data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +206 -0
  159. data/app/assets/javascripts/katello/widgets/filtertable/filtertable.js +36 -0
  160. data/app/assets/javascripts/katello/widgets/filtertable/index.js +15 -0
  161. data/app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js +281 -0
  162. data/app/assets/javascripts/katello/widgets/one_panel.js +68 -0
  163. data/app/assets/javascripts/katello/widgets/path_selector.js +397 -0
  164. data/app/assets/javascripts/katello/widgets/scroll_pane.js +4 -0
  165. data/app/assets/javascripts/katello/widgets/slidingtree.js +645 -0
  166. data/app/assets/javascripts/katello/widgets/subpanel_new.js +19 -0
  167. data/app/assets/javascripts/katello/widgets/tabs.js +26 -0
  168. data/app/assets/javascripts/katello/widgets/tipsy.custom.js +197 -0
  169. data/app/assets/javascripts/katello/widgets/treetable/index.js +14 -0
  170. data/app/assets/stylesheets/katello/_grid.scss +11 -0
  171. data/app/assets/stylesheets/katello/_katello_base.scss +7 -0
  172. data/app/assets/stylesheets/katello/_katello_colors.scss +109 -0
  173. data/app/assets/stylesheets/katello/_katello_mixins.scss +88 -0
  174. data/app/assets/stylesheets/katello/_katello_vars.scss +92 -0
  175. data/app/assets/stylesheets/katello/_look.scss +1 -0
  176. data/app/assets/stylesheets/katello/_overrides.scss +23 -0
  177. data/app/assets/stylesheets/katello/activation_keys.scss +16 -0
  178. data/app/assets/stylesheets/katello/content_search.scss +647 -0
  179. data/app/assets/stylesheets/katello/contents.scss +591 -0
  180. data/app/assets/stylesheets/katello/custom_info.scss +32 -0
  181. data/app/assets/stylesheets/katello/dashboard.scss +631 -0
  182. data/app/assets/stylesheets/katello/distributors.scss +183 -0
  183. data/app/assets/stylesheets/katello/fancyqueries.scss +218 -0
  184. data/app/assets/stylesheets/katello/generic.scss +20 -0
  185. data/app/assets/stylesheets/katello/header.scss +53 -0
  186. data/app/assets/stylesheets/katello/ie.scss +16 -0
  187. data/app/assets/stylesheets/katello/katello.scss +1474 -0
  188. data/app/assets/stylesheets/katello/katello_experimental.scss +90 -0
  189. data/app/assets/stylesheets/katello/katello_sprites.css.scss +45 -0
  190. data/app/assets/stylesheets/katello/loginpage.css.scss +47 -0
  191. data/app/assets/stylesheets/katello/notifications.scss +19 -0
  192. data/app/assets/stylesheets/katello/operations.scss +166 -0
  193. data/app/assets/stylesheets/katello/orgs.scss +60 -0
  194. data/app/assets/stylesheets/katello/subscriptions.scss +30 -0
  195. data/app/assets/stylesheets/katello/systems.scss +349 -0
  196. data/app/assets/stylesheets/katello/widgets/_chosen.scss +422 -0
  197. data/app/assets/stylesheets/katello/widgets/_env_select.scss +123 -0
  198. data/app/assets/stylesheets/katello/widgets/_multiselect.scss +40 -0
  199. data/app/assets/stylesheets/katello/widgets/_scrollpane.scss +66 -0
  200. data/app/assets/stylesheets/katello/widgets/_search.scss +46 -0
  201. data/app/assets/stylesheets/katello/widgets/_slidingtree.scss +347 -0
  202. data/app/assets/stylesheets/katello/widgets/path_selector.scss +178 -0
  203. data/app/assets/stylesheets/katello/widgets/tabs.scss +83 -0
  204. data/app/assets/stylesheets/katello/widgets/tipsy_custom.scss +81 -0
  205. data/app/controllers/katello/activation_keys_controller.rb +371 -0
  206. data/app/controllers/katello/api/api_controller.rb +145 -0
  207. data/app/controllers/katello/api/v1/about_controller.rb +43 -0
  208. data/app/controllers/katello/api/v1/activation_keys_controller.rb +178 -0
  209. data/app/controllers/katello/api/v1/api_controller.rb +161 -0
  210. data/app/controllers/katello/api/v1/candlepin_proxies_controller.rb +43 -0
  211. data/app/controllers/katello/api/v1/changesets_content_controller.rb +65 -0
  212. data/app/controllers/katello/api/v1/changesets_controller.rb +118 -0
  213. data/app/controllers/katello/api/v1/content_uploads_controller.rb +98 -0
  214. data/app/controllers/katello/api/v1/content_view_definitions_controller.rb +251 -0
  215. data/app/controllers/katello/api/v1/content_views_controller.rb +119 -0
  216. data/app/controllers/katello/api/v1/crls_controller.rb +29 -0
  217. data/app/controllers/katello/api/v1/custom_info_controller.rb +98 -0
  218. data/app/controllers/katello/api/v1/distributions_controller.rb +54 -0
  219. data/app/controllers/katello/api/v1/distributors_controller.rb +285 -0
  220. data/app/controllers/katello/api/v1/environments_controller.rb +246 -0
  221. data/app/controllers/katello/api/v1/errata_controller.rb +91 -0
  222. data/app/controllers/katello/api/v1/errors_controller.rb +24 -0
  223. data/app/controllers/katello/api/v1/filter_rules_controller.rb +94 -0
  224. data/app/controllers/katello/api/v1/filters_controller.rb +152 -0
  225. data/app/controllers/katello/api/v1/gpg_keys_controller.rb +107 -0
  226. data/app/controllers/katello/api/v1/organization_default_info_controller.rb +123 -0
  227. data/app/controllers/katello/api/v1/organizations_controller.rb +17 -0
  228. data/app/controllers/katello/api/v1/packages_controller.rb +67 -0
  229. data/app/controllers/katello/api/v1/permissions_controller.rb +112 -0
  230. data/app/controllers/katello/api/v1/ping_controller.rb +47 -0
  231. data/app/controllers/katello/api/v1/products_controller.rb +170 -0
  232. data/app/controllers/katello/api/v1/providers_controller.rb +237 -0
  233. data/app/controllers/katello/api/v1/proxies_controller.rb +103 -0
  234. data/app/controllers/katello/api/v1/puppet_modules_controller.rb +72 -0
  235. data/app/controllers/katello/api/v1/repositories_controller.rb +214 -0
  236. data/app/controllers/katello/api/v1/repository_sets_controller.rb +77 -0
  237. data/app/controllers/katello/api/v1/role_ldap_groups_controller.rb +59 -0
  238. data/app/controllers/katello/api/v1/roles_controller.rb +112 -0
  239. data/app/controllers/katello/api/v1/root_controller.rb +57 -0
  240. data/app/controllers/katello/api/v1/status_controller.rb +32 -0
  241. data/app/controllers/katello/api/v1/subscriptions_controller.rb +141 -0
  242. data/app/controllers/katello/api/v1/sync_controller.rb +116 -0
  243. data/app/controllers/katello/api/v1/sync_plans_controller.rb +120 -0
  244. data/app/controllers/katello/api/v1/system_group_errata_controller.rb +93 -0
  245. data/app/controllers/katello/api/v1/system_group_packages_controller.rb +125 -0
  246. data/app/controllers/katello/api/v1/system_groups_controller.rb +290 -0
  247. data/app/controllers/katello/api/v1/system_packages_controller.rb +134 -0
  248. data/app/controllers/katello/api/v1/systems_controller.rb +606 -0
  249. data/app/controllers/katello/api/v1/tasks_controller.rb +86 -0
  250. data/app/controllers/katello/api/v1/uebercerts_controller.rb +31 -0
  251. data/app/controllers/katello/api/v1/users_controller.rb +179 -0
  252. data/app/controllers/katello/api/v2/about_controller.rb +19 -0
  253. data/app/controllers/katello/api/v2/activation_keys_controller.rb +41 -0
  254. data/app/controllers/katello/api/v2/api_controller.rb +130 -0
  255. data/app/controllers/katello/api/v2/changesets_content_controller.rb +59 -0
  256. data/app/controllers/katello/api/v2/changesets_controller.rb +50 -0
  257. data/app/controllers/katello/api/v2/content_uploads_controller.rb +19 -0
  258. data/app/controllers/katello/api/v2/content_view_definitions_controller.rb +133 -0
  259. data/app/controllers/katello/api/v2/content_views_controller.rb +50 -0
  260. data/app/controllers/katello/api/v2/custom_info_controller.rb +57 -0
  261. data/app/controllers/katello/api/v2/distributions_controller.rb +19 -0
  262. data/app/controllers/katello/api/v2/distributors_controller.rb +19 -0
  263. data/app/controllers/katello/api/v2/environments_controller.rb +103 -0
  264. data/app/controllers/katello/api/v2/errata_controller.rb +88 -0
  265. data/app/controllers/katello/api/v2/filter_rules_controller.rb +55 -0
  266. data/app/controllers/katello/api/v2/filters_controller.rb +99 -0
  267. data/app/controllers/katello/api/v2/gpg_keys_controller.rb +132 -0
  268. data/app/controllers/katello/api/v2/organization_default_info_controller.rb +61 -0
  269. data/app/controllers/katello/api/v2/organizations_controller.rb +104 -0
  270. data/app/controllers/katello/api/v2/packages_controller.rb +19 -0
  271. data/app/controllers/katello/api/v2/permissions_controller.rb +62 -0
  272. data/app/controllers/katello/api/v2/ping_controller.rb +36 -0
  273. data/app/controllers/katello/api/v2/products_controller.rb +133 -0
  274. data/app/controllers/katello/api/v2/providers_controller.rb +276 -0
  275. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +17 -0
  276. data/app/controllers/katello/api/v2/repositories_controller.rb +155 -0
  277. data/app/controllers/katello/api/v2/repository_sets_controller.rb +30 -0
  278. data/app/controllers/katello/api/v2/role_ldap_groups_controller.rb +32 -0
  279. data/app/controllers/katello/api/v2/roles_controller.rb +19 -0
  280. data/app/controllers/katello/api/v2/root_controller.rb +19 -0
  281. data/app/controllers/katello/api/v2/subscriptions_controller.rb +183 -0
  282. data/app/controllers/katello/api/v2/sync_controller.rb +44 -0
  283. data/app/controllers/katello/api/v2/sync_plans_controller.rb +51 -0
  284. data/app/controllers/katello/api/v2/system_errata_controller.rb +48 -0
  285. data/app/controllers/katello/api/v2/system_group_errata_controller.rb +19 -0
  286. data/app/controllers/katello/api/v2/system_group_packages_controller.rb +19 -0
  287. data/app/controllers/katello/api/v2/system_groups_controller.rb +201 -0
  288. data/app/controllers/katello/api/v2/system_packages_controller.rb +130 -0
  289. data/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb +247 -0
  290. data/app/controllers/katello/api/v2/systems_controller.rb +613 -0
  291. data/app/controllers/katello/api/v2/tasks_controller.rb +67 -0
  292. data/app/controllers/katello/api/v2/uebercerts_controller.rb +19 -0
  293. data/app/controllers/katello/api/v2/users_controller.rb +74 -0
  294. data/app/controllers/katello/application_controller.rb +736 -0
  295. data/app/controllers/katello/application_info_controller.rb +41 -0
  296. data/app/controllers/katello/auto_complete_search.rb +48 -0
  297. data/app/controllers/katello/changesets_controller.rb +323 -0
  298. data/app/controllers/katello/consumers_controller_logic.rb +57 -0
  299. data/app/controllers/katello/content_search_controller.rb +756 -0
  300. data/app/controllers/katello/content_view_definitions_controller.rb +318 -0
  301. data/app/controllers/katello/content_view_versions_controller.rb +47 -0
  302. data/app/controllers/katello/content_views_controller.rb +98 -0
  303. data/app/controllers/katello/dashboard_controller.rb +113 -0
  304. data/app/controllers/katello/distributor_events_controller.rb +110 -0
  305. data/app/controllers/katello/distributors_controller.rb +503 -0
  306. data/app/controllers/katello/environments_controller.rb +196 -0
  307. data/app/controllers/katello/errata_controller.rb +75 -0
  308. data/app/controllers/katello/errors_controller.rb +36 -0
  309. data/app/controllers/katello/failed_authentication_controller.rb +66 -0
  310. data/app/controllers/katello/filter_rules_controller.rb +248 -0
  311. data/app/controllers/katello/filters_controller.rb +141 -0
  312. data/app/controllers/katello/gpg_keys_controller.rb +41 -0
  313. data/app/controllers/katello/http_errors.rb +67 -0
  314. data/app/controllers/katello/notices_controller.rb +99 -0
  315. data/app/controllers/katello/operations_controller.rb +30 -0
  316. data/app/controllers/katello/organizations_controller.rb +288 -0
  317. data/app/controllers/katello/packages_controller.rb +86 -0
  318. data/app/controllers/katello/products_controller.rb +158 -0
  319. data/app/controllers/katello/promotions_controller.rb +93 -0
  320. data/app/controllers/katello/providers_controller.rb +274 -0
  321. data/app/controllers/katello/puppet_modules_controller.rb +68 -0
  322. data/app/controllers/katello/repositories_controller.rb +150 -0
  323. data/app/controllers/katello/roles_controller.rb +287 -0
  324. data/app/controllers/katello/search_controller.rb +94 -0
  325. data/app/controllers/katello/sort_column_list.rb +33 -0
  326. data/app/controllers/katello/subscriptions_controller.rb +327 -0
  327. data/app/controllers/katello/sync_management_controller.rb +242 -0
  328. data/app/controllers/katello/sync_plans_controller.rb +159 -0
  329. data/app/controllers/katello/sync_schedules_controller.rb +94 -0
  330. data/app/controllers/katello/system_errata_controller.rb +109 -0
  331. data/app/controllers/katello/system_events_controller.rb +110 -0
  332. data/app/controllers/katello/system_group_errata_controller.rb +106 -0
  333. data/app/controllers/katello/system_group_events_controller.rb +123 -0
  334. data/app/controllers/katello/system_group_packages_controller.rb +215 -0
  335. data/app/controllers/katello/system_groups_controller.rb +293 -0
  336. data/app/controllers/katello/system_packages_controller.rb +201 -0
  337. data/app/controllers/katello/systems_controller.rb +846 -0
  338. data/app/controllers/katello/user_sessions_controller.rb +41 -0
  339. data/app/controllers/katello/users_controller.rb +360 -0
  340. data/app/helpers/katello/activation_keys_helper.rb +16 -0
  341. data/app/helpers/katello/application_helper.rb +410 -0
  342. data/app/helpers/katello/application_info_helper.rb +37 -0
  343. data/app/helpers/katello/branding_helper.rb +40 -0
  344. data/app/helpers/katello/breadcrumb_helper.rb +229 -0
  345. data/app/helpers/katello/content_search_helper.rb +62 -0
  346. data/app/helpers/katello/content_view_definitions_helper.rb +136 -0
  347. data/app/helpers/katello/dashboard_helper.rb +223 -0
  348. data/app/helpers/katello/distributors_helper.rb +71 -0
  349. data/app/helpers/katello/errata_helper.rb +33 -0
  350. data/app/helpers/katello/filter_rules_helper.rb +89 -0
  351. data/app/helpers/katello/filters_helper.rb +124 -0
  352. data/app/helpers/katello/katello_form_builder.rb +162 -0
  353. data/app/helpers/katello/katello_url_helper.rb +49 -0
  354. data/app/helpers/katello/layout_helper.rb +32 -0
  355. data/app/helpers/katello/menu.rb +112 -0
  356. data/app/helpers/katello/notices_helper.rb +23 -0
  357. data/app/helpers/katello/organizations_helper.rb +36 -0
  358. data/app/helpers/katello/packages_helper.rb +81 -0
  359. data/app/helpers/katello/products_helper.rb +72 -0
  360. data/app/helpers/katello/promotions_helper.rb +39 -0
  361. data/app/helpers/katello/providers_helper.rb +108 -0
  362. data/app/helpers/katello/repositories_helper.rb +31 -0
  363. data/app/helpers/katello/roles_helper.rb +49 -0
  364. data/app/helpers/katello/search_helper.rb +37 -0
  365. data/app/helpers/katello/subscriptions_helper.rb +45 -0
  366. data/app/helpers/katello/sync_management_helper.rb +124 -0
  367. data/app/helpers/katello/sync_schedules_helper.rb +28 -0
  368. data/app/helpers/katello/system_errata_helper.rb +28 -0
  369. data/app/helpers/katello/system_events_helper.rb +16 -0
  370. data/app/helpers/katello/system_group_events_helper.rb +19 -0
  371. data/app/helpers/katello/system_packages_helper.rb +55 -0
  372. data/app/helpers/katello/systems_helper.rb +174 -0
  373. data/app/helpers/katello/taxonomy_helper.rb +29 -0
  374. data/app/helpers/katello/translation_helper.rb +29 -0
  375. data/app/helpers/katello/users_helper.rb +45 -0
  376. data/app/lib/katello/README +2 -0
  377. data/app/lib/katello/api/constraints/activation_key_constraint.rb +19 -0
  378. data/app/lib/katello/api/mapper_extensions.rb +34 -0
  379. data/app/lib/katello/api/v1/error_handling.rb +152 -0
  380. data/app/lib/katello/api/v2/error_handling.rb +153 -0
  381. data/app/lib/katello/api/v2/rendering.rb +79 -0
  382. data/app/lib/katello/api/version1.rb +9 -0
  383. data/app/lib/katello/api/version2.rb +9 -0
  384. data/app/lib/katello/authorization_rules.rb +94 -0
  385. data/app/lib/katello/bulk_actions.rb +100 -0
  386. data/app/lib/katello/content_search/cell.rb +30 -0
  387. data/app/lib/katello/content_search/column.rb +18 -0
  388. data/app/lib/katello/content_search/container_search.rb +48 -0
  389. data/app/lib/katello/content_search/content_view_comparison.rb +206 -0
  390. data/app/lib/katello/content_search/content_view_search.rb +72 -0
  391. data/app/lib/katello/content_search/element.rb +61 -0
  392. data/app/lib/katello/content_search/metadata_row.rb +35 -0
  393. data/app/lib/katello/content_search/product_row.rb +36 -0
  394. data/app/lib/katello/content_search/product_search.rb +61 -0
  395. data/app/lib/katello/content_search/repo_row.rb +33 -0
  396. data/app/lib/katello/content_search/repo_search.rb +69 -0
  397. data/app/lib/katello/content_search/row.rb +25 -0
  398. data/app/lib/katello/content_search/search.rb +47 -0
  399. data/app/lib/katello/content_search/search_utils.rb +33 -0
  400. data/app/lib/katello/content_search/span.rb +21 -0
  401. data/app/lib/katello/content_search/unit_row.rb +56 -0
  402. data/app/lib/katello/dashboard/content_views_widget.rb +30 -0
  403. data/app/lib/katello/dashboard/errata_widget.rb +30 -0
  404. data/app/lib/katello/dashboard/layout.rb +76 -0
  405. data/app/lib/katello/dashboard/notices_widget.rb +24 -0
  406. data/app/lib/katello/dashboard/promotions_widget.rb +30 -0
  407. data/app/lib/katello/dashboard/subscriptions_totals_widget.rb +29 -0
  408. data/app/lib/katello/dashboard/subscriptions_widget.rb +25 -0
  409. data/app/lib/katello/dashboard/sync_widget.rb +29 -0
  410. data/app/lib/katello/dashboard/system_groups_widget.rb +30 -0
  411. data/app/lib/katello/dashboard/widget.rb +46 -0
  412. data/app/lib/katello/errors.rb +89 -0
  413. data/app/lib/katello/glue/event.rb +71 -0
  414. data/app/lib/katello/glue/queue.rb +88 -0
  415. data/app/lib/katello/glue/task.rb +56 -0
  416. data/app/lib/katello/http_resource.rb +219 -0
  417. data/app/lib/katello/kt_locale.rb +76 -0
  418. data/app/lib/katello/lazy_accessor.rb +157 -0
  419. data/app/lib/katello/ldap.rb +43 -0
  420. data/app/lib/katello/mapping.rb +46 -0
  421. data/app/lib/katello/navigation.rb +21 -0
  422. data/app/lib/katello/navigation/content_menu.rb +316 -0
  423. data/app/lib/katello/navigation/organization_menu.rb +72 -0
  424. data/app/lib/katello/navigation/system_menu.rb +208 -0
  425. data/app/lib/katello/notifications.rb +17 -0
  426. data/app/lib/katello/notifications/controller_helper.rb +43 -0
  427. data/app/lib/katello/notifications/notifier.rb +190 -0
  428. data/app/lib/katello/notify.rb +16 -0
  429. data/app/lib/katello/profiling.rb +61 -0
  430. data/app/lib/katello/repo_discovery.rb +89 -0
  431. data/app/lib/katello/resources/candlepin.rb +723 -0
  432. data/app/lib/katello/resources/cdn.rb +145 -0
  433. data/app/lib/katello/util/cdn_var_substitutor.rb +133 -0
  434. data/app/lib/katello/util/data.rb +54 -0
  435. data/app/lib/katello/util/errata.rb +63 -0
  436. data/app/lib/katello/util/filter_rule_clause_generator.rb +100 -0
  437. data/app/lib/katello/util/model.rb +46 -0
  438. data/app/lib/katello/util/package.rb +188 -0
  439. data/app/lib/katello/util/package_clause_generator.rb +81 -0
  440. data/app/lib/katello/util/package_filter.rb +96 -0
  441. data/app/lib/katello/util/puppet_clause_generator.rb +39 -0
  442. data/app/lib/katello/util/report_table.rb +102 -0
  443. data/app/lib/katello/util/search.rb +73 -0
  444. data/app/lib/katello/util/support.rb +101 -0
  445. data/app/lib/katello/util/task_status.rb +142 -0
  446. data/app/lib/katello/util/thread_session.rb +86 -0
  447. data/app/lib/katello/util/url_matcher.rb +111 -0
  448. data/app/lib/katello/validators/changeset_distribution_validator.rb +29 -0
  449. data/app/lib/katello/validators/changeset_erratum_validator.rb +31 -0
  450. data/app/lib/katello/validators/changeset_package_validator.rb +29 -0
  451. data/app/lib/katello/validators/content_validator.rb +23 -0
  452. data/app/lib/katello/validators/content_view_environment_validator.rb +30 -0
  453. data/app/lib/katello/validators/default_info_validator.rb +41 -0
  454. data/app/lib/katello/validators/erratum_rule_params_validator.rb +65 -0
  455. data/app/lib/katello/validators/gpg_key_content_validator.rb +54 -0
  456. data/app/lib/katello/validators/katello_description_format_validator.rb +24 -0
  457. data/app/lib/katello/validators/katello_label_format_validator.rb +34 -0
  458. data/app/lib/katello/validators/katello_name_format_validator.rb +34 -0
  459. data/app/lib/katello/validators/katello_url_format_validator.rb +33 -0
  460. data/app/lib/katello/validators/ldap_group_validator.rb +25 -0
  461. data/app/lib/katello/validators/ldap_username_validator.rb +31 -0
  462. data/app/lib/katello/validators/library_presence_validator.rb +21 -0
  463. data/app/lib/katello/validators/lock_validator.rb +25 -0
  464. data/app/lib/katello/validators/no_trailing_space_validator.rb +27 -0
  465. data/app/lib/katello/validators/non_library_environment_validator.rb +22 -0
  466. data/app/lib/katello/validators/not_in_library_validator.rb +21 -0
  467. data/app/lib/katello/validators/own_role_presence_validator.rb +25 -0
  468. data/app/lib/katello/validators/package_group_rule_params_validator.rb +34 -0
  469. data/app/lib/katello/validators/path_descendents_validator.rb +36 -0
  470. data/app/lib/katello/validators/permission_validator.rb +43 -0
  471. data/app/lib/katello/validators/prior_validator.rb +32 -0
  472. data/app/lib/katello/validators/repo_disablement_validator.rb +23 -0
  473. data/app/lib/katello/validators/rolename_validator.rb +27 -0
  474. data/app/lib/katello/validators/rule_params_validator.rb +34 -0
  475. data/app/lib/katello/validators/rule_version_validator.rb +30 -0
  476. data/app/lib/katello/validators/self_reference_environment_validator.rb +21 -0
  477. data/app/lib/katello/validators/serialized_params_validator.rb +27 -0
  478. data/app/lib/katello/validators/unique_field_in_org.rb +27 -0
  479. data/app/lib/katello/validators/username_validator.rb +23 -0
  480. data/app/mailers/katello/user_mailer.rb +31 -0
  481. data/app/models/katello/activation_key.rb +170 -0
  482. data/app/models/katello/async_operation.rb +98 -0
  483. data/app/models/katello/async_orchestration.rb +53 -0
  484. data/app/models/katello/authorization/activation_key.rb +52 -0
  485. data/app/models/katello/authorization/content_view.rb +107 -0
  486. data/app/models/katello/authorization/content_view_definition.rb +103 -0
  487. data/app/models/katello/authorization/content_view_version.rb +39 -0
  488. data/app/models/katello/authorization/distributor.rb +68 -0
  489. data/app/models/katello/authorization/enforcement.rb +204 -0
  490. data/app/models/katello/authorization/environment.rb +234 -0
  491. data/app/models/katello/authorization/gpg_key.rb +58 -0
  492. data/app/models/katello/authorization/organization.rb +162 -0
  493. data/app/models/katello/authorization/product.rb +70 -0
  494. data/app/models/katello/authorization/provider.rb +101 -0
  495. data/app/models/katello/authorization/repository.rb +97 -0
  496. data/app/models/katello/authorization/role.rb +63 -0
  497. data/app/models/katello/authorization/system.rb +116 -0
  498. data/app/models/katello/authorization/system_group.rb +124 -0
  499. data/app/models/katello/authorization/user.rb +80 -0
  500. data/app/models/katello/candlepin/content.rb +52 -0
  501. data/app/models/katello/candlepin/product_content.rb +150 -0
  502. data/app/models/katello/changeset.rb +228 -0
  503. data/app/models/katello/changeset_content_view.rb +8 -0
  504. data/app/models/katello/changeset_user.rb +21 -0
  505. data/app/models/katello/component_content_view.rb +21 -0
  506. data/app/models/katello/concerns/organization_extensions.rb +274 -0
  507. data/app/models/katello/concerns/user_extensions.rb +453 -0
  508. data/app/models/katello/content_view.rb +446 -0
  509. data/app/models/katello/content_view_definition.rb +328 -0
  510. data/app/models/katello/content_view_definition_archive.rb +21 -0
  511. data/app/models/katello/content_view_definition_base.rb +147 -0
  512. data/app/models/katello/content_view_definition_product.rb +21 -0
  513. data/app/models/katello/content_view_definition_repository.rb +20 -0
  514. data/app/models/katello/content_view_environment.rb +28 -0
  515. data/app/models/katello/content_view_version.rb +209 -0
  516. data/app/models/katello/content_view_version_environment.rb +29 -0
  517. data/app/models/katello/cp_consumer_user.rb +23 -0
  518. data/app/models/katello/custom_info.rb +91 -0
  519. data/app/models/katello/deletion_changeset.rb +81 -0
  520. data/app/models/katello/distribution.rb +17 -0
  521. data/app/models/katello/distributor.rb +141 -0
  522. data/app/models/katello/errata.rb +22 -0
  523. data/app/models/katello/erratum_rule.rb +107 -0
  524. data/app/models/katello/ext/indexed_model.rb +167 -0
  525. data/app/models/katello/ext/label_from_name.rb +29 -0
  526. data/app/models/katello/ext/permission_tag_cleanup.rb +47 -0
  527. data/app/models/katello/filter.rb +102 -0
  528. data/app/models/katello/filter_rule.rb +87 -0
  529. data/app/models/katello/glue.rb +193 -0
  530. data/app/models/katello/glue/candlepin/consumer.rb +629 -0
  531. data/app/models/katello/glue/candlepin/content.rb +144 -0
  532. data/app/models/katello/glue/candlepin/environment.rb +108 -0
  533. data/app/models/katello/glue/candlepin/owner.rb +151 -0
  534. data/app/models/katello/glue/candlepin/owner_info.rb +55 -0
  535. data/app/models/katello/glue/candlepin/pool.rb +181 -0
  536. data/app/models/katello/glue/candlepin/product.rb +365 -0
  537. data/app/models/katello/glue/elastic_search/activation_key.rb +37 -0
  538. data/app/models/katello/glue/elastic_search/changeset.rb +38 -0
  539. data/app/models/katello/glue/elastic_search/content_view.rb +63 -0
  540. data/app/models/katello/glue/elastic_search/content_view_definition.rb +33 -0
  541. data/app/models/katello/glue/elastic_search/distributor.rb +66 -0
  542. data/app/models/katello/glue/elastic_search/environment.rb +35 -0
  543. data/app/models/katello/glue/elastic_search/errata.rb +219 -0
  544. data/app/models/katello/glue/elastic_search/gpg_key.rb +34 -0
  545. data/app/models/katello/glue/elastic_search/items.rb +176 -0
  546. data/app/models/katello/glue/elastic_search/job.rb +35 -0
  547. data/app/models/katello/glue/elastic_search/marketing_product.rb +23 -0
  548. data/app/models/katello/glue/elastic_search/notice.rb +39 -0
  549. data/app/models/katello/glue/elastic_search/organization.rb +35 -0
  550. data/app/models/katello/glue/elastic_search/package.rb +192 -0
  551. data/app/models/katello/glue/elastic_search/package_group.rb +121 -0
  552. data/app/models/katello/glue/elastic_search/permission.rb +28 -0
  553. data/app/models/katello/glue/elastic_search/pool.rb +153 -0
  554. data/app/models/katello/glue/elastic_search/product.rb +66 -0
  555. data/app/models/katello/glue/elastic_search/provider.rb +45 -0
  556. data/app/models/katello/glue/elastic_search/puppet_module.rb +181 -0
  557. data/app/models/katello/glue/elastic_search/repository.rb +225 -0
  558. data/app/models/katello/glue/elastic_search/role.rb +38 -0
  559. data/app/models/katello/glue/elastic_search/sync_plan.rb +33 -0
  560. data/app/models/katello/glue/elastic_search/system.rb +164 -0
  561. data/app/models/katello/glue/elastic_search/system_group.rb +44 -0
  562. data/app/models/katello/glue/elastic_search/task_status.rb +66 -0
  563. data/app/models/katello/glue/elastic_search/user.rb +35 -0
  564. data/app/models/katello/glue/provider.rb +583 -0
  565. data/app/models/katello/glue/pulp/consumer.rb +284 -0
  566. data/app/models/katello/glue/pulp/consumer_group.rb +107 -0
  567. data/app/models/katello/glue/pulp/distribution.rb +51 -0
  568. data/app/models/katello/glue/pulp/errata.rb +156 -0
  569. data/app/models/katello/glue/pulp/package.rb +71 -0
  570. data/app/models/katello/glue/pulp/package_group.rb +61 -0
  571. data/app/models/katello/glue/pulp/pulp_errors.rb +21 -0
  572. data/app/models/katello/glue/pulp/puppet_module.rb +71 -0
  573. data/app/models/katello/glue/pulp/repo.rb +851 -0
  574. data/app/models/katello/glue/pulp/repos.rb +397 -0
  575. data/app/models/katello/glue/pulp/simple_package.rb +25 -0
  576. data/app/models/katello/glue/pulp/user.rb +95 -0
  577. data/app/models/katello/gpg_key.rb +45 -0
  578. data/app/models/katello/hash_util.rb +37 -0
  579. data/app/models/katello/help_tip.rb +20 -0
  580. data/app/models/katello/hypervisor.rb +27 -0
  581. data/app/models/katello/job.rb +216 -0
  582. data/app/models/katello/job_task.rb +20 -0
  583. data/app/models/katello/key_pool.rb +21 -0
  584. data/app/models/katello/key_system_group.rb +21 -0
  585. data/app/models/katello/kt_environment.rb +341 -0
  586. data/app/models/katello/ldap_group_role.rb +21 -0
  587. data/app/models/katello/marketing_engineering_product.rb +20 -0
  588. data/app/models/katello/marketing_product.rb +21 -0
  589. data/app/models/katello/notice.rb +76 -0
  590. data/app/models/katello/organization_destroyer.rb +63 -0
  591. data/app/models/katello/package.rb +19 -0
  592. data/app/models/katello/package_group.rb +19 -0
  593. data/app/models/katello/package_group_rule.rb +32 -0
  594. data/app/models/katello/package_rule.rb +53 -0
  595. data/app/models/katello/permission.rb +178 -0
  596. data/app/models/katello/permission_tag.rb +23 -0
  597. data/app/models/katello/ping.rb +143 -0
  598. data/app/models/katello/pool.rb +64 -0
  599. data/app/models/katello/product.rb +241 -0
  600. data/app/models/katello/promotion_changeset.rb +121 -0
  601. data/app/models/katello/provider.rb +231 -0
  602. data/app/models/katello/proxy_association_owner.rb +20 -0
  603. data/app/models/katello/pulp_sync_status.rb +188 -0
  604. data/app/models/katello/pulp_task_status.rb +119 -0
  605. data/app/models/katello/puppet_module.rb +42 -0
  606. data/app/models/katello/puppet_module_rule.rb +71 -0
  607. data/app/models/katello/repository.rb +342 -0
  608. data/app/models/katello/resource_type.rb +132 -0
  609. data/app/models/katello/role.rb +187 -0
  610. data/app/models/katello/roles_permissions/default_system_registration_permission.rb +48 -0
  611. data/app/models/katello/roles_permissions/user_own_role.rb +45 -0
  612. data/app/models/katello/roles_user.rb +20 -0
  613. data/app/models/katello/search_favorite.rb +38 -0
  614. data/app/models/katello/search_history.rb +21 -0
  615. data/app/models/katello/sync_plan.rb +91 -0
  616. data/app/models/katello/system.rb +276 -0
  617. data/app/models/katello/system_activation_key.rb +20 -0
  618. data/app/models/katello/system_group.rb +197 -0
  619. data/app/models/katello/system_system_group.rb +33 -0
  620. data/app/models/katello/tag.rb +42 -0
  621. data/app/models/katello/task_status.rb +401 -0
  622. data/app/models/katello/user_notice.rb +36 -0
  623. data/app/models/katello/user_own_role.rb +30 -0
  624. data/app/models/katello/verb.rb +51 -0
  625. data/app/models/katello/virtual_tag.rb +27 -0
  626. data/app/overrides/add_organization_attributes.rb +11 -0
  627. data/app/views/katello/activation_keys/_activation_key.html.haml +16 -0
  628. data/app/views/katello/activation_keys/_applied_subscriptions.html.haml +38 -0
  629. data/app/views/katello/activation_keys/_applied_subscriptions_update.js.haml +1 -0
  630. data/app/views/katello/activation_keys/_available_subscriptions.html.haml +29 -0
  631. data/app/views/katello/activation_keys/_available_subscriptions_update.js.haml +1 -0
  632. data/app/views/katello/activation_keys/_edit.html.haml +83 -0
  633. data/app/views/katello/activation_keys/_list_activation_keys.html.haml +5 -0
  634. data/app/views/katello/activation_keys/_new.html.haml +38 -0
  635. data/app/views/katello/activation_keys/_subscriptions.html.haml +52 -0
  636. data/app/views/katello/activation_keys/_system.html.haml +5 -0
  637. data/app/views/katello/activation_keys/_system_group_items.html.haml +7 -0
  638. data/app/views/katello/activation_keys/_system_groups.html.haml +34 -0
  639. data/app/views/katello/activation_keys/_systems.html.haml +27 -0
  640. data/app/views/katello/activation_keys/index.html.haml +16 -0
  641. data/app/views/katello/api/v2/activation_keys/show.json.rabl +9 -0
  642. data/app/views/katello/api/v2/changesets/dependencies.rabl +1 -0
  643. data/app/views/katello/api/v2/changesets/show.json.rabl +41 -0
  644. data/app/views/katello/api/v2/changesets_content/add_product.json.rabl +3 -0
  645. data/app/views/katello/api/v2/changesets_content/add_repo.json.rabl +3 -0
  646. data/app/views/katello/api/v2/changesets_content/remove_product.json.rabl +3 -0
  647. data/app/views/katello/api/v2/changesets_content/remove_repo.json.rabl +3 -0
  648. data/app/views/katello/api/v2/changesets_content/show.json.rabl +3 -0
  649. data/app/views/katello/api/v2/common/_identifier.json.rabl +3 -0
  650. data/app/views/katello/api/v2/common/_metadata.json.rabl +13 -0
  651. data/app/views/katello/api/v2/common/_org_reference.json.rabl +3 -0
  652. data/app/views/katello/api/v2/common/_readonly.json.rabl +3 -0
  653. data/app/views/katello/api/v2/common/_syncable.json.rabl +1 -0
  654. data/app/views/katello/api/v2/common/_timestamps.json.rabl +1 -0
  655. data/app/views/katello/api/v2/common/async.json.rabl +3 -0
  656. data/app/views/katello/api/v2/common/create.json.rabl +3 -0
  657. data/app/views/katello/api/v2/common/destroy.json.rabl +1 -0
  658. data/app/views/katello/api/v2/common/index.json.rabl +7 -0
  659. data/app/views/katello/api/v2/common/status.json.rabl +1 -0
  660. data/app/views/katello/api/v2/common/update.json.rabl +3 -0
  661. data/app/views/katello/api/v2/content_view_definitions/clone.json.rabl +3 -0
  662. data/app/views/katello/api/v2/content_view_definitions/content_views.json.rabl +3 -0
  663. data/app/views/katello/api/v2/content_view_definitions/list_all_products.json.rabl +3 -0
  664. data/app/views/katello/api/v2/content_view_definitions/list_products.json.rabl +3 -0
  665. data/app/views/katello/api/v2/content_view_definitions/list_repositories.json.rabl +3 -0
  666. data/app/views/katello/api/v2/content_view_definitions/show.json.rabl +18 -0
  667. data/app/views/katello/api/v2/content_view_definitions/update_content_views.json.rabl +3 -0
  668. data/app/views/katello/api/v2/content_view_definitions/update_products.json.rabl +3 -0
  669. data/app/views/katello/api/v2/content_view_definitions/update_repositories.json.rabl +3 -0
  670. data/app/views/katello/api/v2/content_views/index.json.rabl +10 -0
  671. data/app/views/katello/api/v2/content_views/show.json.rabl +20 -0
  672. data/app/views/katello/api/v2/custom_info/show.json.rabl +5 -0
  673. data/app/views/katello/api/v2/distributions/show.json.rabl +9 -0
  674. data/app/views/katello/api/v2/distributors/index.json.rabl +9 -0
  675. data/app/views/katello/api/v2/distributors/pools.json.rabl +3 -0
  676. data/app/views/katello/api/v2/distributors/show.json.rabl +3 -0
  677. data/app/views/katello/api/v2/distributors/task.json.rabl +3 -0
  678. data/app/views/katello/api/v2/distributors/tasks.json.rabl +3 -0
  679. data/app/views/katello/api/v2/environments/index.json.rabl +3 -0
  680. data/app/views/katello/api/v2/environments/paths.json.rabl +13 -0
  681. data/app/views/katello/api/v2/environments/releases.json.rabl +3 -0
  682. data/app/views/katello/api/v2/environments/repositories.json.rabl +3 -0
  683. data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
  684. data/app/views/katello/api/v2/errata/_attributes.json.rabl +7 -0
  685. data/app/views/katello/api/v2/errata/index.json.rabl +3 -0
  686. data/app/views/katello/api/v2/errata/show.json.rabl +10 -0
  687. data/app/views/katello/api/v2/filter_rules/show.json.rabl +10 -0
  688. data/app/views/katello/api/v2/filters/list_products.json.rabl +3 -0
  689. data/app/views/katello/api/v2/filters/list_repositories.json.rabl +3 -0
  690. data/app/views/katello/api/v2/filters/show.json.rabl +24 -0
  691. data/app/views/katello/api/v2/filters/update_products.json.rabl +3 -0
  692. data/app/views/katello/api/v2/filters/update_repositories.json.rabl +3 -0
  693. data/app/views/katello/api/v2/gpg_keys/index.json.rabl +3 -0
  694. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +39 -0
  695. data/app/views/katello/api/v2/layouts/collection.json.haml +3 -0
  696. data/app/views/katello/api/v2/layouts/resource.json.haml +5 -0
  697. data/app/views/katello/api/v2/organization_default_info/apply_to_all.json.rabl +3 -0
  698. data/app/views/katello/api/v2/organization_default_info/create.json.rabl +5 -0
  699. data/app/views/katello/api/v2/organizations/index.json.rabl +5 -0
  700. data/app/views/katello/api/v2/organizations/show.json.rabl +7 -0
  701. data/app/views/katello/api/v2/packages/show.json.rabl +15 -0
  702. data/app/views/katello/api/v2/permissions/show.json.rabl +13 -0
  703. data/app/views/katello/api/v2/ping/server_status.json.rabl +4 -0
  704. data/app/views/katello/api/v2/ping/show.json.rabl +6 -0
  705. data/app/views/katello/api/v2/ping/version.json.rabl +4 -0
  706. data/app/views/katello/api/v2/products/index.json.rabl +3 -0
  707. data/app/views/katello/api/v2/products/repositories.json.rabl +6 -0
  708. data/app/views/katello/api/v2/products/show.json.rabl +38 -0
  709. data/app/views/katello/api/v2/providers/_provider.json.rabl +14 -0
  710. data/app/views/katello/api/v2/providers/index.json.rabl +3 -0
  711. data/app/views/katello/api/v2/providers/products.json.rabl +3 -0
  712. data/app/views/katello/api/v2/providers/show.json.rabl +3 -0
  713. data/app/views/katello/api/v2/repositories/index.json.rabl +3 -0
  714. data/app/views/katello/api/v2/repositories/package_group_categories.json.rabl +5 -0
  715. data/app/views/katello/api/v2/repositories/package_groups.json.rabl +9 -0
  716. data/app/views/katello/api/v2/repositories/show.json.rabl +39 -0
  717. data/app/views/katello/api/v2/repositories/sync.json.rabl +3 -0
  718. data/app/views/katello/api/v2/repository_sets/index.json.rabl +3 -0
  719. data/app/views/katello/api/v2/repository_sets/show.json.rabl +8 -0
  720. data/app/views/katello/api/v2/role_ldap_groups/show.json.rabl +4 -0
  721. data/app/views/katello/api/v2/roles/available_verbs.json.rabl +3 -0
  722. data/app/views/katello/api/v2/roles/show.json.rabl +4 -0
  723. data/app/views/katello/api/v2/root/resource_list.json.rabl +3 -0
  724. data/app/views/katello/api/v2/subscriptions/create.json.rabl +3 -0
  725. data/app/views/katello/api/v2/subscriptions/destroy.json.rabl +1 -0
  726. data/app/views/katello/api/v2/subscriptions/destroy_all.json.rabl +1 -0
  727. data/app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl +1 -0
  728. data/app/views/katello/api/v2/subscriptions/index.json.rabl +10 -0
  729. data/app/views/katello/api/v2/subscriptions/organization_index.json.rabl +10 -0
  730. data/app/views/katello/api/v2/subscriptions/show.json.rabl +35 -0
  731. data/app/views/katello/api/v2/sync/create.json.rabl +3 -0
  732. data/app/views/katello/api/v2/sync/index.json.rabl +3 -0
  733. data/app/views/katello/api/v2/sync_plans/show.json.rabl +8 -0
  734. data/app/views/katello/api/v2/system_errata/show.json.rabl +3 -0
  735. data/app/views/katello/api/v2/system_errata/system_task.json.rabl +3 -0
  736. data/app/views/katello/api/v2/system_group_errata/index.json.rabl +3 -0
  737. data/app/views/katello/api/v2/system_groups/_system_group.json.rabl +16 -0
  738. data/app/views/katello/api/v2/system_groups/copy.json.rabl +3 -0
  739. data/app/views/katello/api/v2/system_groups/create.json.rabl +3 -0
  740. data/app/views/katello/api/v2/system_groups/delta_systems.rabl +4 -0
  741. data/app/views/katello/api/v2/system_groups/history.json.rabl +3 -0
  742. data/app/views/katello/api/v2/system_groups/history_show.json.rabl +5 -0
  743. data/app/views/katello/api/v2/system_groups/index.json.rabl +3 -0
  744. data/app/views/katello/api/v2/system_groups/show.json.rabl +3 -0
  745. data/app/views/katello/api/v2/system_groups/systems.json.rabl +14 -0
  746. data/app/views/katello/api/v2/system_groups/update.json.rabl +3 -0
  747. data/app/views/katello/api/v2/system_packages/system_task.json.rabl +3 -0
  748. data/app/views/katello/api/v2/systems/_pool.json.rabl +6 -0
  749. data/app/views/katello/api/v2/systems/activate.json.rabl +3 -0
  750. data/app/views/katello/api/v2/systems/add_system_groups.json.rabl +3 -0
  751. data/app/views/katello/api/v2/systems/available_system_groups.json.rabl +5 -0
  752. data/app/views/katello/api/v2/systems/enabled_repos.json.rabl +3 -0
  753. data/app/views/katello/api/v2/systems/errata.json.rabl +7 -0
  754. data/app/views/katello/api/v2/systems/erratum.json.rabl +10 -0
  755. data/app/views/katello/api/v2/systems/index.json.rabl +3 -0
  756. data/app/views/katello/api/v2/systems/package.json.rabl +5 -0
  757. data/app/views/katello/api/v2/systems/package_profile.json.rabl +7 -0
  758. data/app/views/katello/api/v2/systems/pools.json.rabl +7 -0
  759. data/app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl +3 -0
  760. data/app/views/katello/api/v2/systems/releases.json.rabl +9 -0
  761. data/app/views/katello/api/v2/systems/remove_system_groups.json.rabl +3 -0
  762. data/app/views/katello/api/v2/systems/show.json.rabl +56 -0
  763. data/app/views/katello/api/v2/systems/tasks.json.rabl +7 -0
  764. data/app/views/katello/api/v2/systems/upload_package_profile.json.rabl +3 -0
  765. data/app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl +7 -0
  766. data/app/views/katello/api/v2/systems_bulk_actions/bulk_action.json.rabl +5 -0
  767. data/app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl +1 -0
  768. data/app/views/katello/api/v2/systems_bulk_actions/job.json.rabl +2 -0
  769. data/app/views/katello/api/v2/tasks/show.json.rabl +15 -0
  770. data/app/views/katello/api/v2/uebercerts/show.json.rabl +15 -0
  771. data/app/views/katello/api/v2/users/list_owners.json.rabl +4 -0
  772. data/app/views/katello/api/v2/users/list_roles.json.rabl +3 -0
  773. data/app/views/katello/api/v2/users/show.json.rabl +12 -0
  774. data/app/views/katello/application_info/about.html.haml +58 -0
  775. data/app/views/katello/changesets/_content_type.html.haml +13 -0
  776. data/app/views/katello/changesets/_dependency_list.html.haml +3 -0
  777. data/app/views/katello/changesets/_edit.html.haml +54 -0
  778. data/app/views/katello/changesets/_list.html.haml +3 -0
  779. data/app/views/katello/changesets/_name.html.haml +7 -0
  780. data/app/views/katello/changesets/_new.html.haml +35 -0
  781. data/app/views/katello/changesets/_warning.html.haml +23 -0
  782. data/app/views/katello/changesets/index.html.haml +9 -0
  783. data/app/views/katello/common/400.html.haml +5 -0
  784. data/app/views/katello/common/403.html.haml +8 -0
  785. data/app/views/katello/common/404.html.haml +7 -0
  786. data/app/views/katello/common/500.html.haml +15 -0
  787. data/app/views/katello/common/_ajax_notices.haml +5 -0
  788. data/app/views/katello/common/_common_i18n.html.haml +45 -0
  789. data/app/views/katello/common/_common_product_repo_selector.html.haml +65 -0
  790. data/app/views/katello/common/_common_products.html.haml +24 -0
  791. data/app/views/katello/common/_config.html.haml +8 -0
  792. data/app/views/katello/common/_edit_i18n.html.haml +12 -0
  793. data/app/views/katello/common/_env_select.html.haml +40 -0
  794. data/app/views/katello/common/_filter_table.html.haml +5 -0
  795. data/app/views/katello/common/_footer.haml +7 -0
  796. data/app/views/katello/common/_helptip.html.haml +4 -0
  797. data/app/views/katello/common/_helptip_button.html.haml +3 -0
  798. data/app/views/katello/common/_list_item.html.haml +6 -0
  799. data/app/views/katello/common/_list_items.html.haml +2 -0
  800. data/app/views/katello/common/_list_remove.js.haml +3 -0
  801. data/app/views/katello/common/_list_update.html.haml +4 -0
  802. data/app/views/katello/common/_notification.haml +29 -0
  803. data/app/views/katello/common/_one_panel.html.haml +15 -0
  804. data/app/views/katello/common/_one_panel_list_item.haml +5 -0
  805. data/app/views/katello/common/_package_actions_i18n.html.haml +7 -0
  806. data/app/views/katello/common/_panel.html.haml +75 -0
  807. data/app/views/katello/common/_post_action_close_subpanel.js.haml +2 -0
  808. data/app/views/katello/common/_post_delete_close_subpanel.js.haml +2 -0
  809. data/app/views/katello/common/_repo_selector.html.haml +27 -0
  810. data/app/views/katello/common/_search.html.haml +17 -0
  811. data/app/views/katello/common/_stats_line.html.haml +3 -0
  812. data/app/views/katello/common/_tupane.html.haml +10 -0
  813. data/app/views/katello/content_search/_browser_box.html.haml +159 -0
  814. data/app/views/katello/content_search/_container_hover.html.haml +32 -0
  815. data/app/views/katello/content_search/_grid.html.haml +60 -0
  816. data/app/views/katello/content_search/_repo_hover.html.haml +25 -0
  817. data/app/views/katello/content_search/index.html.haml +33 -0
  818. data/app/views/katello/content_view_definitions/_composite_definition_content.html.haml +23 -0
  819. data/app/views/katello/content_view_definitions/_edit.html.haml +24 -0
  820. data/app/views/katello/content_view_definitions/_new.html.haml +37 -0
  821. data/app/views/katello/content_view_definitions/_publish.html.haml +20 -0
  822. data/app/views/katello/content_view_definitions/_single_definition_content.html.haml +21 -0
  823. data/app/views/katello/content_view_definitions/_tupane_header.html.haml +22 -0
  824. data/app/views/katello/content_view_definitions/_view_definitions.html.haml +31 -0
  825. data/app/views/katello/content_view_definitions/filters/_edit.html.haml +46 -0
  826. data/app/views/katello/content_view_definitions/filters/_index.html.haml +38 -0
  827. data/app/views/katello/content_view_definitions/filters/_list_rules.html.haml +35 -0
  828. data/app/views/katello/content_view_definitions/filters/_new.html.haml +15 -0
  829. data/app/views/katello/content_view_definitions/filters/rules/_edit.html.haml +40 -0
  830. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata.html.haml +27 -0
  831. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata_parameters.html.haml +24 -0
  832. data/app/views/katello/content_view_definitions/filters/rules/_errata_item.html.haml +7 -0
  833. data/app/views/katello/content_view_definitions/filters/rules/_inclusion.html.haml +20 -0
  834. data/app/views/katello/content_view_definitions/filters/rules/_new.html.haml +26 -0
  835. data/app/views/katello/content_view_definitions/filters/rules/_package_group_item.html.haml +7 -0
  836. data/app/views/katello/content_view_definitions/filters/rules/_package_item.html.haml +11 -0
  837. data/app/views/katello/content_view_definitions/filters/rules/_parameter_list.html.haml +37 -0
  838. data/app/views/katello/content_view_definitions/filters/rules/_puppet_module_item.html.haml +20 -0
  839. data/app/views/katello/content_view_definitions/filters/rules/_version_selector.html.haml +32 -0
  840. data/app/views/katello/content_view_definitions/index.html.haml +12 -0
  841. data/app/views/katello/content_view_definitions/views/_index.html.haml +28 -0
  842. data/app/views/katello/content_view_definitions/views/_version.html.haml +21 -0
  843. data/app/views/katello/content_view_definitions/views/_view.html.haml +19 -0
  844. data/app/views/katello/content_view_versions/_content.html.haml +39 -0
  845. data/app/views/katello/content_view_versions/_show.html.haml +27 -0
  846. data/app/views/katello/custom_info/_edit.html.haml +35 -0
  847. data/app/views/katello/dashboard/_ajax_entry.html.haml +11 -0
  848. data/app/views/katello/dashboard/_content_views.haml +19 -0
  849. data/app/views/katello/dashboard/_entry.html.haml +9 -0
  850. data/app/views/katello/dashboard/_errata.haml +23 -0
  851. data/app/views/katello/dashboard/_notices.html.haml +11 -0
  852. data/app/views/katello/dashboard/_promotions.haml +22 -0
  853. data/app/views/katello/dashboard/_subscriptions.haml +45 -0
  854. data/app/views/katello/dashboard/_subscriptions_totals.haml +19 -0
  855. data/app/views/katello/dashboard/_sync.haml +37 -0
  856. data/app/views/katello/dashboard/_system_group_item.html.haml +18 -0
  857. data/app/views/katello/dashboard/_system_groups.html.haml +31 -0
  858. data/app/views/katello/dashboard/_systems.html.haml +22 -0
  859. data/app/views/katello/dashboard/index.html.haml +22 -0
  860. data/app/views/katello/distributor_events/_details.html.haml +32 -0
  861. data/app/views/katello/distributor_events/_event_items.html.haml +27 -0
  862. data/app/views/katello/distributor_events/_events.html.haml +36 -0
  863. data/app/views/katello/distributor_events/_more_events.html.haml +3 -0
  864. data/app/views/katello/distributors/_actions.html.haml +23 -0
  865. data/app/views/katello/distributors/_distributor_tupane_header_nav.html.haml +10 -0
  866. data/app/views/katello/distributors/_edit.html.haml +74 -0
  867. data/app/views/katello/distributors/_edit_custom_info.html.haml +10 -0
  868. data/app/views/katello/distributors/_list_distributor.html.haml +2 -0
  869. data/app/views/katello/distributors/_list_distributor_show.html.haml +19 -0
  870. data/app/views/katello/distributors/_list_distributors.html.haml +1 -0
  871. data/app/views/katello/distributors/_more_products.html.haml +5 -0
  872. data/app/views/katello/distributors/_new.html.haml +44 -0
  873. data/app/views/katello/distributors/_products.html.haml +23 -0
  874. data/app/views/katello/distributors/_subs.html.haml +149 -0
  875. data/app/views/katello/distributors/_subs_update.js.haml +1 -0
  876. data/app/views/katello/distributors/_subscription_details.html.haml +23 -0
  877. data/app/views/katello/distributors/_subscriptions.html.haml +22 -0
  878. data/app/views/katello/distributors/index.html.haml +11 -0
  879. data/app/views/katello/environments/_edit.html.haml +40 -0
  880. data/app/views/katello/environments/_new.html.haml +26 -0
  881. data/app/views/katello/environments/_products.html.haml +4 -0
  882. data/app/views/katello/errata/_packages.html.haml +30 -0
  883. data/app/views/katello/errata/_short_details.html.haml +44 -0
  884. data/app/views/katello/errata/_show.html.haml +85 -0
  885. data/app/views/katello/layouts/katello.haml +27 -0
  886. data/app/views/katello/layouts/tupane_layout.html.haml +39 -0
  887. data/app/views/katello/nodes/_list.html.haml +5 -0
  888. data/app/views/katello/nodes/index.html.haml +1 -0
  889. data/app/views/katello/nodes/show.html.haml +7 -0
  890. data/app/views/katello/notices/_delete_all.js.haml +1 -0
  891. data/app/views/katello/notices/show.html.haml +46 -0
  892. data/app/views/katello/operations/index.html.haml +2 -0
  893. data/app/views/katello/organizations/_default_info.html.haml +43 -0
  894. data/app/views/katello/organizations/_download_debug_certificate.html.haml +14 -0
  895. data/app/views/katello/organizations/_edit.html.haml +87 -0
  896. data/app/views/katello/organizations/_edit_override.html.erb +20 -0
  897. data/app/views/katello/organizations/_environments.html.haml +2 -0
  898. data/app/views/katello/organizations/_events.html.haml +29 -0
  899. data/app/views/katello/organizations/_footer.html.haml +15 -0
  900. data/app/views/katello/organizations/_new.html.haml +39 -0
  901. data/app/views/katello/organizations/_post_delete.js.haml +3 -0
  902. data/app/views/katello/organizations/_step_1_override.html.erb +6 -0
  903. data/app/views/katello/organizations/index.html.haml +16 -0
  904. data/app/views/katello/packages/_changelog.html.haml +15 -0
  905. data/app/views/katello/packages/_dependencies.html.haml +27 -0
  906. data/app/views/katello/packages/_details.html.haml +94 -0
  907. data/app/views/katello/packages/_filelist.html.haml +15 -0
  908. data/app/views/katello/packages/_show.html.haml +90 -0
  909. data/app/views/katello/products/_edit.html.haml +38 -0
  910. data/app/views/katello/products/_new.html.haml +27 -0
  911. data/app/views/katello/promotions/_content_views.html.haml +28 -0
  912. data/app/views/katello/promotions/_detail.html.haml +9 -0
  913. data/app/views/katello/promotions/show.html.haml +204 -0
  914. data/app/views/katello/providers/_edit.html.haml +32 -0
  915. data/app/views/katello/providers/_form.html.haml +8 -0
  916. data/app/views/katello/providers/_new.html.haml +11 -0
  917. data/app/views/katello/providers/_new_discovered_repos.html.haml +81 -0
  918. data/app/views/katello/providers/_products_repos.html.haml +50 -0
  919. data/app/views/katello/providers/_remove_item.html.haml +16 -0
  920. data/app/views/katello/providers/_repo_discovery.html.haml +57 -0
  921. data/app/views/katello/providers/index.html.haml +17 -0
  922. data/app/views/katello/providers/redhat/_children.html.haml +22 -0
  923. data/app/views/katello/providers/redhat/_repo_sets.haml +44 -0
  924. data/app/views/katello/providers/redhat/_repos.html.haml +16 -0
  925. data/app/views/katello/providers/redhat/_tab.html.haml +8 -0
  926. data/app/views/katello/providers/redhat/show.html.haml +31 -0
  927. data/app/views/katello/puppet_modules/_show.html.haml +88 -0
  928. data/app/views/katello/repositories/_edit.html.haml +64 -0
  929. data/app/views/katello/repositories/_new.html.haml +60 -0
  930. data/app/views/katello/roles/_closed_permission.html.haml +22 -0
  931. data/app/views/katello/roles/_edit.html.haml +117 -0
  932. data/app/views/katello/roles/_list_role.html.haml +6 -0
  933. data/app/views/katello/roles/_list_roles.html.haml +1 -0
  934. data/app/views/katello/roles/_new.html.haml +12 -0
  935. data/app/views/katello/roles/_permission.html.haml +47 -0
  936. data/app/views/katello/roles/_permissions.html.haml +6 -0
  937. data/app/views/katello/roles/_self_role_edit.html.haml +37 -0
  938. data/app/views/katello/roles/index.html.haml +55 -0
  939. data/app/views/katello/subscriptions/_consumers.html.haml +53 -0
  940. data/app/views/katello/subscriptions/_edit.html.haml +119 -0
  941. data/app/views/katello/subscriptions/_edit_manifest.html.haml +59 -0
  942. data/app/views/katello/subscriptions/_history.html.haml +32 -0
  943. data/app/views/katello/subscriptions/_history_items.html.haml +33 -0
  944. data/app/views/katello/subscriptions/_list_subscription.html.haml +3 -0
  945. data/app/views/katello/subscriptions/_list_subscription_show.html.haml +21 -0
  946. data/app/views/katello/subscriptions/_list_subscriptions.html.haml +1 -0
  947. data/app/views/katello/subscriptions/_new.html.haml +134 -0
  948. data/app/views/katello/subscriptions/_products.html.haml +52 -0
  949. data/app/views/katello/subscriptions/_subscriptions_tupane_header_nav.html.haml +5 -0
  950. data/app/views/katello/subscriptions/_subscriptions_tupane_header_new_nav.html.haml +2 -0
  951. data/app/views/katello/subscriptions/index.html.haml +4 -0
  952. data/app/views/katello/subscriptions/index_nutupane.html.haml +15 -0
  953. data/app/views/katello/sync_management/_children.html.haml +13 -0
  954. data/app/views/katello/sync_management/_controls.html.haml +14 -0
  955. data/app/views/katello/sync_management/_product.html.haml +21 -0
  956. data/app/views/katello/sync_management/_products.html.haml +21 -0
  957. data/app/views/katello/sync_management/_repo.html.haml +26 -0
  958. data/app/views/katello/sync_management/_sync_plans.html.haml +16 -0
  959. data/app/views/katello/sync_management/index.html.haml +22 -0
  960. data/app/views/katello/sync_management/manage.html.haml +25 -0
  961. data/app/views/katello/sync_plans/_edit.html.haml +32 -0
  962. data/app/views/katello/sync_plans/_form.html.haml +14 -0
  963. data/app/views/katello/sync_plans/_new.html.haml +9 -0
  964. data/app/views/katello/sync_plans/index.html.haml +5 -0
  965. data/app/views/katello/sync_schedules/index.html.haml +15 -0
  966. data/app/views/katello/system_events/_details.html.haml +34 -0
  967. data/app/views/katello/system_events/_event_items.html.haml +27 -0
  968. data/app/views/katello/system_events/_events.html.haml +36 -0
  969. data/app/views/katello/system_events/_more_events.html.haml +3 -0
  970. data/app/views/katello/system_groups/_edit.html.haml +52 -0
  971. data/app/views/katello/system_groups/_edit_systems.html.haml +32 -0
  972. data/app/views/katello/system_groups/_list_group.html.haml +4 -0
  973. data/app/views/katello/system_groups/_list_groups.html.haml +1 -0
  974. data/app/views/katello/system_groups/_new.html.haml +50 -0
  975. data/app/views/katello/system_groups/_system_item.html.haml +16 -0
  976. data/app/views/katello/system_groups/_systems.html.haml +67 -0
  977. data/app/views/katello/system_groups/_tupane_header.html.haml +15 -0
  978. data/app/views/katello/system_groups/errata/_index.html.haml +72 -0
  979. data/app/views/katello/system_groups/events/_index.html.haml +33 -0
  980. data/app/views/katello/system_groups/events/_items.html.haml +29 -0
  981. data/app/views/katello/system_groups/events/_more_items.html.haml +3 -0
  982. data/app/views/katello/system_groups/events/_show.html.haml +29 -0
  983. data/app/views/katello/system_groups/events/_system_items.html.haml +27 -0
  984. data/app/views/katello/system_groups/events/_systems.html.haml +15 -0
  985. data/app/views/katello/system_groups/index.html.haml +24 -0
  986. data/app/views/katello/system_groups/packages/_index.html.haml +70 -0
  987. data/app/views/katello/system_groups/packages/_items.html.haml +30 -0
  988. data/app/views/katello/system_groups/packages/_status.html.haml +5 -0
  989. data/app/views/katello/system_packages/_package_items.html.haml +43 -0
  990. data/app/views/katello/system_packages/_packages.html.haml +132 -0
  991. data/app/views/katello/systems/_actions.html.haml +96 -0
  992. data/app/views/katello/systems/_edit.html.haml +229 -0
  993. data/app/views/katello/systems/_edit_custom_info.html.haml +10 -0
  994. data/app/views/katello/systems/_facts.html.haml +33 -0
  995. data/app/views/katello/systems/_hypervisor.html.haml +7 -0
  996. data/app/views/katello/systems/_list_system.html.haml +2 -0
  997. data/app/views/katello/systems/_list_system_show.html.haml +25 -0
  998. data/app/views/katello/systems/_list_systems.html.haml +1 -0
  999. data/app/views/katello/systems/_more_products.html.haml +9 -0
  1000. data/app/views/katello/systems/_new.html.haml +20 -0
  1001. data/app/views/katello/systems/_products.html.haml +23 -0
  1002. data/app/views/katello/systems/_subs.html.haml +144 -0
  1003. data/app/views/katello/systems/_subs_update.js.haml +1 -0
  1004. data/app/views/katello/systems/_subscription_details.html.haml +23 -0
  1005. data/app/views/katello/systems/_subscriptions.html.haml +28 -0
  1006. data/app/views/katello/systems/_system_group_items.html.haml +7 -0
  1007. data/app/views/katello/systems/_system_groups.html.haml +26 -0
  1008. data/app/views/katello/systems/_system_tupane_header_nav.html.haml +10 -0
  1009. data/app/views/katello/systems/errata/_index.html.haml +62 -0
  1010. data/app/views/katello/systems/errata/_items.html.haml +21 -0
  1011. data/app/views/katello/systems/index.html.haml +47 -0
  1012. data/app/views/katello/systems/new_nutupane.html.haml +52 -0
  1013. data/app/views/katello/systems/show_nutupane.html.haml +199 -0
  1014. data/app/views/katello/user_mailer/logins.text.haml +3 -0
  1015. data/app/views/katello/users/_edit.html.haml +14 -0
  1016. data/app/views/katello/users/_edit_environment.html.haml +46 -0
  1017. data/app/views/katello/users/_edit_form.html.haml +70 -0
  1018. data/app/views/katello/users/index.html.haml +8 -0
  1019. data/app/views/katello/users/show.html.haml +3 -0
  1020. data/app/views/katello/welcome/show.html.haml +15 -0
  1021. data/config/boot.rb +18 -0
  1022. data/config/candlepin-ca.crt +15 -0
  1023. data/config/compass.rb +6 -0
  1024. data/config/database.yml +1 -0
  1025. data/config/initializers/active_record.rb +1 -0
  1026. data/config/initializers/active_resource.rb +1 -0
  1027. data/config/initializers/apipie.rb +144 -0
  1028. data/config/initializers/backtrace_silencers.rb +7 -0
  1029. data/config/initializers/db_setup_check.rb +4 -0
  1030. data/config/initializers/delayed_job.rb +16 -0
  1031. data/config/initializers/inflections.rb +13 -0
  1032. data/config/initializers/mime_types.rb +7 -0
  1033. data/config/initializers/monkeys.rb +2 -0
  1034. data/config/initializers/multipart_json_fix.rb +15 -0
  1035. data/config/initializers/openstruct.rb +12 -0
  1036. data/config/initializers/quiet_paths.rb +19 -0
  1037. data/config/initializers/rabl_init.rb +23 -0
  1038. data/config/initializers/runcible.rb +14 -0
  1039. data/config/initializers/session_store.rb +6 -0
  1040. data/config/initializers/sig_ttin_trap.rb +17 -0
  1041. data/config/initializers/simple_navigation.rb +1 -0
  1042. data/config/initializers/tire.rb +4 -0
  1043. data/config/katello.yml +0 -0
  1044. data/config/katello_defaults.yml +369 -0
  1045. data/config/locales/README +10 -0
  1046. data/config/locales/bn.yml +182 -0
  1047. data/config/locales/compare_upstream.sh +21 -0
  1048. data/config/locales/cs.yml +211 -0
  1049. data/config/locales/de.yml +203 -0
  1050. data/config/locales/en.yml +205 -0
  1051. data/config/locales/es.yml +199 -0
  1052. data/config/locales/fr.yml +222 -0
  1053. data/config/locales/gu.yml +181 -0
  1054. data/config/locales/hi.yml +199 -0
  1055. data/config/locales/it.yml +205 -0
  1056. data/config/locales/ja.yml +197 -0
  1057. data/config/locales/kn.yml +199 -0
  1058. data/config/locales/ko.yml +197 -0
  1059. data/config/locales/mr.yml +178 -0
  1060. data/config/locales/or.yml +181 -0
  1061. data/config/locales/pa.yml +181 -0
  1062. data/config/locales/pt-BR.yml +207 -0
  1063. data/config/locales/pt.yml +207 -0
  1064. data/config/locales/ru.yml +257 -0
  1065. data/config/locales/ta.yml +181 -0
  1066. data/config/locales/te.yml +181 -0
  1067. data/config/locales/update.sh +14 -0
  1068. data/config/locales/zh-CN.yml +199 -0
  1069. data/config/locales/zh-TW.yml +199 -0
  1070. data/config/navigation.rb +0 -0
  1071. data/config/routes.rb +503 -0
  1072. data/config/routes/api/v1.rb +375 -0
  1073. data/config/routes/api/v2.rb +392 -0
  1074. data/config/routes/mount_engine.rb +3 -0
  1075. data/db/migrate/20131014135042_katello_tables.rb +672 -0
  1076. data/db/migrate/20131014225132_add_users_fields.rb +13 -0
  1077. data/db/migrate/20131120225132_add_organization_fields.rb +15 -0
  1078. data/db/products.json +118 -0
  1079. data/db/seeds.rb +61 -0
  1080. data/engines/bastion/Bastion.gemspec +21 -0
  1081. data/engines/bastion/README.md +297 -0
  1082. data/engines/bastion/app/assets/bastion/bastion.js +95 -0
  1083. data/engines/bastion/app/assets/bastion/bastion.module.js +141 -0
  1084. data/engines/bastion/app/assets/bastion/content-views/content-view.factory.js +38 -0
  1085. data/engines/bastion/app/assets/bastion/content-views/content-views.module.js +25 -0
  1086. data/engines/bastion/app/assets/bastion/environments/environment.factory.js +38 -0
  1087. data/engines/bastion/app/assets/bastion/environments/environments.controller.js +58 -0
  1088. data/engines/bastion/app/assets/bastion/environments/environments.module.js +44 -0
  1089. data/engines/bastion/app/assets/bastion/environments/path.controller.js +149 -0
  1090. data/engines/bastion/app/assets/bastion/environments/views/environments.html +165 -0
  1091. data/engines/bastion/app/assets/bastion/errata/errata.module.js +23 -0
  1092. data/engines/bastion/app/assets/bastion/errata/erratum.factory.js +31 -0
  1093. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details-info.controller.js +52 -0
  1094. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details.controller.js +62 -0
  1095. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-details.html +48 -0
  1096. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-info.html +39 -0
  1097. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-products.html +29 -0
  1098. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-repositories.html +33 -0
  1099. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-key.factory.js +36 -0
  1100. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.controller.js +64 -0
  1101. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.module.js +98 -0
  1102. data/engines/bastion/app/assets/bastion/gpg-keys/new/new-gpg-key.controller.js +51 -0
  1103. data/engines/bastion/app/assets/bastion/gpg-keys/new/views/gpg-key-new.html +72 -0
  1104. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-collapsed.html +15 -0
  1105. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-full.html +21 -0
  1106. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys.html +14 -0
  1107. data/engines/bastion/app/assets/bastion/i18n/i18n.module.js +24 -0
  1108. data/engines/bastion/app/assets/bastion/i18n/katello.pot +968 -0
  1109. data/engines/bastion/app/assets/bastion/i18n/translations.js +3 -0
  1110. data/engines/bastion/app/assets/bastion/images/favicon.png +0 -0
  1111. data/engines/bastion/app/assets/bastion/incubator/alch-alert.directive.js +67 -0
  1112. data/engines/bastion/app/assets/bastion/incubator/alch-container-scroll.directive.js +43 -0
  1113. data/engines/bastion/app/assets/bastion/incubator/alch-dropdown.directive.js +28 -0
  1114. data/engines/bastion/app/assets/bastion/incubator/alch-edit.directive.js +348 -0
  1115. data/engines/bastion/app/assets/bastion/incubator/alch-flyout.directive.js +19 -0
  1116. data/engines/bastion/app/assets/bastion/incubator/alch-form-buttons.directive.js +56 -0
  1117. data/engines/bastion/app/assets/bastion/incubator/alch-form-group.directive.js +82 -0
  1118. data/engines/bastion/app/assets/bastion/incubator/alch-infinite-scroll.directive.js +84 -0
  1119. data/engines/bastion/app/assets/bastion/incubator/alch-menu.directive.js +56 -0
  1120. data/engines/bastion/app/assets/bastion/incubator/alch-modal.directive.js +80 -0
  1121. data/engines/bastion/app/assets/bastion/incubator/alch-save-control.directive.js +42 -0
  1122. data/engines/bastion/app/assets/bastion/incubator/alch-table.directive.js +219 -0
  1123. data/engines/bastion/app/assets/bastion/incubator/format/alch-format.module.js +21 -0
  1124. data/engines/bastion/app/assets/bastion/incubator/format/array-to-string.filter.js +30 -0
  1125. data/engines/bastion/app/assets/bastion/incubator/format/boolean-to-yes-no.filter.js +34 -0
  1126. data/engines/bastion/app/assets/bastion/incubator/format/default-number-string.filter.js +34 -0
  1127. data/engines/bastion/app/assets/bastion/incubator/format/key-value-to-string.filter.js +40 -0
  1128. data/engines/bastion/app/assets/bastion/incubator/format/unlimitedFilter.filter.js +33 -0
  1129. data/engines/bastion/app/assets/bastion/incubator/stylesheets/alch-edit.scss +34 -0
  1130. data/engines/bastion/app/assets/bastion/incubator/stylesheets/header.scss +207 -0
  1131. data/engines/bastion/app/assets/bastion/incubator/views/alch-alert.html +6 -0
  1132. data/engines/bastion/app/assets/bastion/incubator/views/alch-dropdown.html +19 -0
  1133. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-item.html +21 -0
  1134. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-remove-cancel.html +28 -0
  1135. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-checkbox.html +6 -0
  1136. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-custom.html +6 -0
  1137. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-multiselect.html +17 -0
  1138. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-save-cancel.html +20 -0
  1139. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-select.html +10 -0
  1140. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-text.html +6 -0
  1141. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-textarea.html +6 -0
  1142. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit.html +18 -0
  1143. data/engines/bastion/app/assets/bastion/incubator/views/alch-flyout.html +10 -0
  1144. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-buttons.html +10 -0
  1145. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-group.html +9 -0
  1146. data/engines/bastion/app/assets/bastion/incubator/views/alch-menu.html +18 -0
  1147. data/engines/bastion/app/assets/bastion/incubator/views/alch-modal-remove.html +13 -0
  1148. data/engines/bastion/app/assets/bastion/layouts/details-nutupane.html +57 -0
  1149. data/engines/bastion/app/assets/bastion/layouts/nutupane.html +63 -0
  1150. data/engines/bastion/app/assets/bastion/layouts/select-all-results.html +9 -0
  1151. data/engines/bastion/app/assets/bastion/menu/menu-expander.service.js +51 -0
  1152. data/engines/bastion/app/assets/bastion/menu/menu.module.js +25 -0
  1153. data/engines/bastion/app/assets/bastion/nodes/node.factory.js +31 -0
  1154. data/engines/bastion/app/assets/bastion/nodes/nodes.module.js +23 -0
  1155. data/engines/bastion/app/assets/bastion/organizations/organization.factory.js +37 -0
  1156. data/engines/bastion/app/assets/bastion/organizations/organizations.module.js +23 -0
  1157. data/engines/bastion/app/assets/bastion/products/details/product-details-info.controller.js +71 -0
  1158. data/engines/bastion/app/assets/bastion/products/details/product-details.controller.js +51 -0
  1159. data/engines/bastion/app/assets/bastion/products/details/product-repositories.controller.js +40 -0
  1160. data/engines/bastion/app/assets/bastion/products/details/views/product-details.html +59 -0
  1161. data/engines/bastion/app/assets/bastion/products/details/views/product-info.html +45 -0
  1162. data/engines/bastion/app/assets/bastion/products/details/views/product-repositories.html +65 -0
  1163. data/engines/bastion/app/assets/bastion/products/discovery/discovery-form.controller.js +185 -0
  1164. data/engines/bastion/app/assets/bastion/products/discovery/discovery.controller.js +115 -0
  1165. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-base.html +16 -0
  1166. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-create.html +171 -0
  1167. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery.html +90 -0
  1168. data/engines/bastion/app/assets/bastion/products/new/new-product.controller.js +32 -0
  1169. data/engines/bastion/app/assets/bastion/products/new/product-form.controller.js +91 -0
  1170. data/engines/bastion/app/assets/bastion/products/new/views/product-new-form.html +56 -0
  1171. data/engines/bastion/app/assets/bastion/products/new/views/product-new.html +20 -0
  1172. data/engines/bastion/app/assets/bastion/products/product.factory.js +32 -0
  1173. data/engines/bastion/app/assets/bastion/products/products.controller.js +52 -0
  1174. data/engines/bastion/app/assets/bastion/products/products.module.js +153 -0
  1175. data/engines/bastion/app/assets/bastion/products/views/products-table-collapsed.html +18 -0
  1176. data/engines/bastion/app/assets/bastion/products/views/products-table-full.html +24 -0
  1177. data/engines/bastion/app/assets/bastion/products/views/products.html +19 -0
  1178. data/engines/bastion/app/assets/bastion/providers/new/new-provider.controller.js +63 -0
  1179. data/engines/bastion/app/assets/bastion/providers/new/views/provider-new.html +28 -0
  1180. data/engines/bastion/app/assets/bastion/providers/provider.factory.js +38 -0
  1181. data/engines/bastion/app/assets/bastion/providers/providers.module.js +23 -0
  1182. data/engines/bastion/app/assets/bastion/repositories/details/repository-details-info.controller.js +113 -0
  1183. data/engines/bastion/app/assets/bastion/repositories/details/views/repository-info.html +174 -0
  1184. data/engines/bastion/app/assets/bastion/repositories/new/new-repository.controller.js +63 -0
  1185. data/engines/bastion/app/assets/bastion/repositories/new/views/repository-new.html +73 -0
  1186. data/engines/bastion/app/assets/bastion/repositories/repositories.module.js +35 -0
  1187. data/engines/bastion/app/assets/bastion/repositories/repository.factory.js +38 -0
  1188. data/engines/bastion/app/assets/bastion/stylesheets/less/bastion.less +27 -0
  1189. data/engines/bastion/app/assets/bastion/stylesheets/less/forms.less +11 -0
  1190. data/engines/bastion/app/assets/bastion/stylesheets/less/gpg-keys.less +36 -0
  1191. data/engines/bastion/app/assets/bastion/stylesheets/less/helpers.less +6 -0
  1192. data/engines/bastion/app/assets/bastion/stylesheets/less/nutupane.less +307 -0
  1193. data/engines/bastion/app/assets/bastion/stylesheets/less/overrides.less +42 -0
  1194. data/engines/bastion/app/assets/bastion/stylesheets/less/systems.less +35 -0
  1195. data/engines/bastion/app/assets/bastion/stylesheets/less/variables.less +2 -0
  1196. data/engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss +171 -0
  1197. data/engines/bastion/app/assets/bastion/stylesheets/widgets/_org-switcher.scss +114 -0
  1198. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-details.controller.js +58 -0
  1199. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-products.controller.js +35 -0
  1200. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-associations.html +41 -0
  1201. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-details.html +41 -0
  1202. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-info.html +92 -0
  1203. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-products.html +35 -0
  1204. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-details.controller.js +46 -0
  1205. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-history.controller.js +31 -0
  1206. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-import.controller.js +147 -0
  1207. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest.controller.js +48 -0
  1208. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-details.html +46 -0
  1209. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import-history.html +17 -0
  1210. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import.html +80 -0
  1211. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest.html +47 -0
  1212. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.controller.js +82 -0
  1213. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.factory.js +31 -0
  1214. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.module.js +118 -0
  1215. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-delete-bulk.html +4 -0
  1216. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-collapsed.html +17 -0
  1217. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-full.html +31 -0
  1218. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions.html +13 -0
  1219. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-add-systems.controller.js +78 -0
  1220. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details-info.controller.js +40 -0
  1221. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details.controller.js +82 -0
  1222. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-systems.controller.js +61 -0
  1223. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-actions.html +34 -0
  1224. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-add-systems.html +83 -0
  1225. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-details.html +91 -0
  1226. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-info.html +62 -0
  1227. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems-list.html +77 -0
  1228. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems.html +21 -0
  1229. data/engines/bastion/app/assets/bastion/system-groups/new/new-system-group.controller.js +32 -0
  1230. data/engines/bastion/app/assets/bastion/system-groups/new/system-group-form.controller.js +75 -0
  1231. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new-form.html +46 -0
  1232. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new.html +20 -0
  1233. data/engines/bastion/app/assets/bastion/system-groups/system-group.factory.js +36 -0
  1234. data/engines/bastion/app/assets/bastion/system-groups/system-groups.controller.js +51 -0
  1235. data/engines/bastion/app/assets/bastion/system-groups/system-groups.module.js +102 -0
  1236. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-collapsed.html +18 -0
  1237. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-full.html +26 -0
  1238. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups.html +14 -0
  1239. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-errata.controller.js +113 -0
  1240. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-groups.controller.js +92 -0
  1241. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-packages.controller.js +101 -0
  1242. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-subscriptions.controller.js +98 -0
  1243. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action.controller.js +84 -0
  1244. data/engines/bastion/app/assets/bastion/systems/bulk/views/alter-content-bulk.html +3 -0
  1245. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-errata.html +73 -0
  1246. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-groups.html +66 -0
  1247. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-packages.html +78 -0
  1248. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-subscriptions.html +24 -0
  1249. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions.html +88 -0
  1250. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-details.html +64 -0
  1251. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-systems.html +28 -0
  1252. data/engines/bastion/app/assets/bastion/systems/content/system-errata.controller.js +71 -0
  1253. data/engines/bastion/app/assets/bastion/systems/content/system-packages.controller.js +97 -0
  1254. data/engines/bastion/app/assets/bastion/systems/content/views/errata-details.html +64 -0
  1255. data/engines/bastion/app/assets/bastion/systems/content/views/system-errata.html +57 -0
  1256. data/engines/bastion/app/assets/bastion/systems/content/views/system-packages.html +94 -0
  1257. data/engines/bastion/app/assets/bastion/systems/details/system-add-system-groups.controller.js +82 -0
  1258. data/engines/bastion/app/assets/bastion/systems/details/system-details-info.controller.js +236 -0
  1259. data/engines/bastion/app/assets/bastion/systems/details/system-details.controller.js +94 -0
  1260. data/engines/bastion/app/assets/bastion/systems/details/system-event-details.controller.js +55 -0
  1261. data/engines/bastion/app/assets/bastion/systems/details/system-events.controller.js +48 -0
  1262. data/engines/bastion/app/assets/bastion/systems/details/system-subscriptions.controller.js +136 -0
  1263. data/engines/bastion/app/assets/bastion/systems/details/system-system-groups.controller.js +82 -0
  1264. data/engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-object.html +8 -0
  1265. data/engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-value.html +4 -0
  1266. data/engines/bastion/app/assets/bastion/systems/details/views/system-details.html +74 -0
  1267. data/engines/bastion/app/assets/bastion/systems/details/views/system-event-details.html +47 -0
  1268. data/engines/bastion/app/assets/bastion/systems/details/views/system-events.html +45 -0
  1269. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups-table.html +81 -0
  1270. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups.html +18 -0
  1271. data/engines/bastion/app/assets/bastion/systems/details/views/system-info.html +332 -0
  1272. data/engines/bastion/app/assets/bastion/systems/details/views/system-subscriptions.html +198 -0
  1273. data/engines/bastion/app/assets/bastion/systems/system-erratum.factory.js +32 -0
  1274. data/engines/bastion/app/assets/bastion/systems/system-package.factory.js +35 -0
  1275. data/engines/bastion/app/assets/bastion/systems/system-register.controller.js +38 -0
  1276. data/engines/bastion/app/assets/bastion/systems/system-subscription.factory.js +31 -0
  1277. data/engines/bastion/app/assets/bastion/systems/system-task.factory.js +45 -0
  1278. data/engines/bastion/app/assets/bastion/systems/system.factory.js +70 -0
  1279. data/engines/bastion/app/assets/bastion/systems/systems-helper.service.js +35 -0
  1280. data/engines/bastion/app/assets/bastion/systems/systems.controller.js +72 -0
  1281. data/engines/bastion/app/assets/bastion/systems/systems.module.js +214 -0
  1282. data/engines/bastion/app/assets/bastion/systems/views/register.html +35 -0
  1283. data/engines/bastion/app/assets/bastion/systems/views/systems-delete-bulk.html +4 -0
  1284. data/engines/bastion/app/assets/bastion/systems/views/systems-table-collapsed.html +20 -0
  1285. data/engines/bastion/app/assets/bastion/systems/views/systems-table-full.html +33 -0
  1286. data/engines/bastion/app/assets/bastion/systems/views/systems.html +19 -0
  1287. data/engines/bastion/app/assets/bastion/tasks/task.factory.js +52 -0
  1288. data/engines/bastion/app/assets/bastion/tasks/tasks.module.js +23 -0
  1289. data/engines/bastion/app/assets/bastion/users/user.factory.js +45 -0
  1290. data/engines/bastion/app/assets/bastion/users/users.module.js +21 -0
  1291. data/engines/bastion/app/assets/bastion/utils/form-utils.service.js +54 -0
  1292. data/engines/bastion/app/assets/bastion/utils/routes.factory.js +26 -0
  1293. data/engines/bastion/app/assets/bastion/utils/utils.module.js +21 -0
  1294. data/engines/bastion/app/assets/bastion/widgets/nutupane-table.directive.js +59 -0
  1295. data/engines/bastion/app/assets/bastion/widgets/nutupane.factory.js +304 -0
  1296. data/engines/bastion/app/assets/bastion/widgets/org-switcher.widget.js +104 -0
  1297. data/engines/bastion/app/assets/bastion/widgets/path-selector.directive.js +74 -0
  1298. data/engines/bastion/app/assets/bastion/widgets/views/org-switcher.html +41 -0
  1299. data/engines/bastion/app/assets/bastion/widgets/views/save-control.html +22 -0
  1300. data/engines/bastion/app/assets/bastion/widgets/widgets.module.js +21 -0
  1301. data/engines/bastion/app/assets/images/bastion/favicon.png +0 -0
  1302. data/engines/bastion/app/assets/images/bastion/headpin-logo.png +0 -0
  1303. data/engines/bastion/app/assets/images/bastion/katello-logo.png +0 -0
  1304. data/engines/bastion/app/views/bastion/layouts/application.html.haml +18 -0
  1305. data/engines/bastion/lib/bastion.rb +5 -0
  1306. data/engines/bastion/lib/bastion/engine.rb +37 -0
  1307. data/engines/bastion/lib/bastion/version.rb +3 -0
  1308. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/FontAwesome.otf +0 -0
  1309. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.eot +0 -0
  1310. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.svg +399 -0
  1311. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.ttf +0 -0
  1312. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.woff +0 -0
  1313. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.eot +0 -0
  1314. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.svg +146 -0
  1315. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.ttf +0 -0
  1316. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.woff +0 -0
  1317. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.eot +0 -0
  1318. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.svg +146 -0
  1319. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.ttf +0 -0
  1320. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.woff +0 -0
  1321. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.eot +0 -0
  1322. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.svg +146 -0
  1323. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.ttf +0 -0
  1324. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.woff +0 -0
  1325. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
  1326. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.svg +146 -0
  1327. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
  1328. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
  1329. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.eot +0 -0
  1330. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.svg +146 -0
  1331. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.ttf +0 -0
  1332. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.woff +0 -0
  1333. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.eot +0 -0
  1334. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.svg +146 -0
  1335. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.ttf +0 -0
  1336. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.woff +0 -0
  1337. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.eot +0 -0
  1338. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.svg +146 -0
  1339. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.ttf +0 -0
  1340. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.woff +0 -0
  1341. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.eot +0 -0
  1342. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.svg +146 -0
  1343. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.ttf +0 -0
  1344. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.woff +0 -0
  1345. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.eot +0 -0
  1346. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.svg +146 -0
  1347. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.ttf +0 -0
  1348. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.woff +0 -0
  1349. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.eot +0 -0
  1350. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.svg +146 -0
  1351. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  1352. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.woff +0 -0
  1353. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.eot +0 -0
  1354. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.svg +454 -0
  1355. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.ttf +0 -0
  1356. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.woff +0 -0
  1357. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.eot +0 -0
  1358. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.svg +454 -0
  1359. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.ttf +0 -0
  1360. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.woff +0 -0
  1361. data/engines/bastion/vendor/assets/javascripts/bastion/alchemy/alchemy.js +20 -0
  1362. data/engines/bastion/vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js +79 -0
  1363. data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +200 -0
  1364. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +578 -0
  1365. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +880 -0
  1366. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +577 -0
  1367. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/alert.js +15 -0
  1368. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/bindHtml.js +10 -0
  1369. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/modal.js +315 -0
  1370. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/position.js +79 -0
  1371. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tabs.js +316 -0
  1372. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tooltip.js +337 -0
  1373. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js +1478 -0
  1374. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +20031 -0
  1375. data/engines/bastion/vendor/assets/javascripts/bastion/es5-shim/es5-shim.js +1216 -0
  1376. data/engines/bastion/vendor/assets/javascripts/bastion/jquery/jquery.js +9597 -0
  1377. data/engines/bastion/vendor/assets/javascripts/bastion/json3/json3.js +861 -0
  1378. data/engines/bastion/vendor/assets/javascripts/bastion/ngUpload/ng-upload.js +205 -0
  1379. data/engines/bastion/vendor/assets/javascripts/bastion/underscore/underscore.js +1276 -0
  1380. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_colors.scss +99 -0
  1381. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_media_object.scss +22 -0
  1382. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_mixins.scss +24 -0
  1383. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_normalize.scss +396 -0
  1384. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_vars.scss +31 -0
  1385. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/alchemy.scss +8 -0
  1386. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/alerts.less +67 -0
  1387. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/badges.less +51 -0
  1388. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/bootstrap.less +49 -0
  1389. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/breadcrumbs.less +23 -0
  1390. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/button-groups.less +227 -0
  1391. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/buttons.less +155 -0
  1392. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/carousel.less +232 -0
  1393. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/close.less +33 -0
  1394. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/code.less +53 -0
  1395. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/component-animations.less +29 -0
  1396. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/dropdowns.less +187 -0
  1397. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/forms.less +375 -0
  1398. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/glyphicons.less +237 -0
  1399. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/grid.less +79 -0
  1400. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/input-groups.less +136 -0
  1401. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/jumbotron.less +46 -0
  1402. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/labels.less +64 -0
  1403. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/list-group.less +88 -0
  1404. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/media.less +56 -0
  1405. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/mixins.less +845 -0
  1406. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/modals.less +129 -0
  1407. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navbar.less +612 -0
  1408. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navs.less +242 -0
  1409. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/normalize.less +406 -0
  1410. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pager.less +55 -0
  1411. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pagination.less +85 -0
  1412. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/panels.less +182 -0
  1413. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/popovers.less +133 -0
  1414. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/print.less +105 -0
  1415. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/progress-bars.less +80 -0
  1416. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/responsive-utilities.less +209 -0
  1417. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/scaffolding.less +119 -0
  1418. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tables.less +231 -0
  1419. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/theme.less +247 -0
  1420. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/thumbnails.less +36 -0
  1421. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tooltip.less +95 -0
  1422. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/type.less +281 -0
  1423. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/utilities.less +56 -0
  1424. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/variables.less +642 -0
  1425. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/wells.less +29 -0
  1426. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/bootstrap.less +84 -0
  1427. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/core.less +129 -0
  1428. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/extras.less +93 -0
  1429. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome-ie7.less +1953 -0
  1430. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome.less +33 -0
  1431. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/icons.less +381 -0
  1432. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/mixins.less +48 -0
  1433. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/path.less +14 -0
  1434. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/variables.less +735 -0
  1435. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_bootstrap.scss +84 -0
  1436. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_core.scss +129 -0
  1437. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_extras.scss +93 -0
  1438. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_icons.scss +381 -0
  1439. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_mixins.scss +48 -0
  1440. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_path.scss +14 -0
  1441. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_variables.scss +734 -0
  1442. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome-ie7.scss +1953 -0
  1443. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome.scss +33 -0
  1444. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/buttons.less +44 -0
  1445. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/fonts.less +52 -0
  1446. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/forms.less +19 -0
  1447. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/mixins.less +50 -0
  1448. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/navbar.less +481 -0
  1449. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/rcue.less +15 -0
  1450. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/variables.less +47 -0
  1451. data/engines/fort/app/controllers/api/v1/node_capabilities_controller.rb +84 -0
  1452. data/engines/fort/app/controllers/api/v1/nodes_controller.rb +131 -0
  1453. data/engines/fort/app/controllers/api/v2/node_capabilities_controller.rb +17 -0
  1454. data/engines/fort/app/controllers/api/v2/nodes_controller.rb +41 -0
  1455. data/engines/fort/app/models/authorization/node.rb +26 -0
  1456. data/engines/fort/app/models/content_node_capability.rb +67 -0
  1457. data/engines/fort/app/models/fort/concerns/system.rb +29 -0
  1458. data/engines/fort/app/models/node.rb +61 -0
  1459. data/engines/fort/app/models/node_capability.rb +42 -0
  1460. data/engines/fort/app/views/api/v2/nodes/index.json.rabl +3 -0
  1461. data/engines/fort/app/views/api/v2/nodes/show.json.rabl +15 -0
  1462. data/engines/fort/config/routes.rb +37 -0
  1463. data/engines/fort/db/migrate/20130725180846_node.rb +15 -0
  1464. data/engines/fort/db/migrate/20130725185514_add_node_capability.rb +16 -0
  1465. data/engines/fort/db/migrate/20130726210956_create_node_environments.rb +16 -0
  1466. data/engines/fort/lib/fort.rb +16 -0
  1467. data/engines/fort/lib/fort/actions/changeset_promote.rb +43 -0
  1468. data/engines/fort/lib/fort/actions/content_view_publish.rb +35 -0
  1469. data/engines/fort/lib/fort/actions/content_view_refresh.rb +34 -0
  1470. data/engines/fort/lib/fort/actions/repository_create.rb +41 -0
  1471. data/engines/fort/lib/fort/engine.rb +29 -0
  1472. data/engines/fort/lib/fort/version.rb +3 -0
  1473. data/engines/fort/lib/tasks/fort_tasks.rake +4 -0
  1474. data/lib/README +1 -0
  1475. data/lib/headpin/actions/org_create.rb +28 -0
  1476. data/lib/headpin/actions/org_destroy.rb +28 -0
  1477. data/lib/headpin/actions/user_create.rb +33 -0
  1478. data/lib/headpin/actions/user_destroy.rb +28 -0
  1479. data/lib/headpin/headpin.rb +8 -0
  1480. data/lib/katello.rb +46 -0
  1481. data/lib/katello/actions/actions.rb +19 -0
  1482. data/lib/katello/actions/changeset_promote.rb +24 -0
  1483. data/lib/katello/actions/content_view_create.rb +23 -0
  1484. data/lib/katello/actions/content_view_demote.rb +21 -0
  1485. data/lib/katello/actions/content_view_promote.rb +35 -0
  1486. data/lib/katello/actions/content_view_publish.rb +32 -0
  1487. data/lib/katello/actions/content_view_refresh.rb +32 -0
  1488. data/lib/katello/actions/environment_create.rb +31 -0
  1489. data/lib/katello/actions/environment_destroy.rb +31 -0
  1490. data/lib/katello/actions/repository_create.rb +23 -0
  1491. data/lib/katello/actions/repository_destroy.rb +23 -0
  1492. data/lib/katello/actions/repository_sync.rb +25 -0
  1493. data/lib/katello/app_config.rb +22 -0
  1494. data/lib/katello/configuration.rb +71 -0
  1495. data/lib/katello/configuration/loader.rb +129 -0
  1496. data/lib/katello/configuration/node.rb +146 -0
  1497. data/lib/katello/configuration/validator.rb +86 -0
  1498. data/lib/katello/engine.rb +89 -0
  1499. data/lib/katello/load_configuration.rb +142 -0
  1500. data/lib/katello/logging.rb +245 -0
  1501. data/lib/katello/middleware/log_request_uuid.rb +28 -0
  1502. data/lib/katello/plugin.rb +158 -0
  1503. data/lib/katello/tasks/cdn_refresh.rake +12 -0
  1504. data/lib/katello/tasks/delete_orphaned_content.rake +7 -0
  1505. data/lib/katello/tasks/gettext.rake +5 -0
  1506. data/lib/katello/tasks/headpin_misc.rake +18 -0
  1507. data/lib/katello/tasks/jenkins.rake +14 -0
  1508. data/lib/katello/tasks/jshint.rake +51 -0
  1509. data/lib/katello/tasks/jsroutes.rake +5 -0
  1510. data/lib/katello/tasks/pretty_routes.rake +30 -0
  1511. data/lib/katello/tasks/regenerate_repo_metadata.rake +20 -0
  1512. data/lib/katello/tasks/reindex.rake +36 -0
  1513. data/lib/katello/tasks/rubocop.rake +18 -0
  1514. data/lib/katello/tasks/setup.rake +65 -0
  1515. data/lib/katello/tasks/simplecov.rake +7 -0
  1516. data/lib/katello/tasks/test.rake +72 -0
  1517. data/lib/katello/tasks/yard.rake +9 -0
  1518. data/lib/katello/url_constrained_cookie_store.rb +96 -0
  1519. data/lib/katello/version.rb +3 -0
  1520. data/lib/monkeys/foreign_keys_postgresql.rb +15 -0
  1521. data/lib/monkeys/multi_json_empty_fix.rb +14 -0
  1522. data/lib/monkeys/string_to_bool.rb +19 -0
  1523. data/lib/monkeys/yard_svg_fix.rb +27 -0
  1524. data/lib/util/password.rb +138 -0
  1525. data/lib/util/puppet.rb +55 -0
  1526. data/locale/Makefile +41 -0
  1527. data/locale/README +14 -0
  1528. data/locale/bn/katello.po +5440 -0
  1529. data/locale/cs/katello.po +5082 -0
  1530. data/locale/de/katello.po +5449 -0
  1531. data/locale/en/katello.po +4845 -0
  1532. data/locale/es/katello.po +5443 -0
  1533. data/locale/fr/katello.po +5443 -0
  1534. data/locale/gu/katello.po +5440 -0
  1535. data/locale/hi/katello.po +5440 -0
  1536. data/locale/it/katello.po +5443 -0
  1537. data/locale/ja/katello.po +5475 -0
  1538. data/locale/katello.pot +4846 -0
  1539. data/locale/kn/katello.po +5468 -0
  1540. data/locale/ko/katello.po +5443 -0
  1541. data/locale/mr/katello.po +5468 -0
  1542. data/locale/or/katello.po +5468 -0
  1543. data/locale/pa/katello.po +5440 -0
  1544. data/locale/pt/katello.po +4891 -0
  1545. data/locale/pt_BR/katello.po +5472 -0
  1546. data/locale/ru/katello.po +5449 -0
  1547. data/locale/ta/katello.po +5440 -0
  1548. data/locale/te/katello.po +5468 -0
  1549. data/locale/zanata.xml +27 -0
  1550. data/locale/zh_CN/katello.po +5443 -0
  1551. data/locale/zh_TW/katello.po +5471 -0
  1552. data/vendor/assets/images/katello/add2.png +0 -0
  1553. data/vendor/assets/images/katello/addhost.png +0 -0
  1554. data/vendor/assets/images/katello/addhost2.png +0 -0
  1555. data/vendor/assets/images/katello/bg_header.jpg +0 -0
  1556. data/vendor/assets/images/katello/bg_menu_big.jpg +0 -0
  1557. data/vendor/assets/images/katello/bg_toolbarheader.jpg +0 -0
  1558. data/vendor/assets/images/katello/close.png +0 -0
  1559. data/vendor/assets/images/katello/delete.png +0 -0
  1560. data/vendor/assets/images/katello/delete_white.gif +0 -0
  1561. data/vendor/assets/images/katello/file.gif +0 -0
  1562. data/vendor/assets/images/katello/folder-closed.gif +0 -0
  1563. data/vendor/assets/images/katello/folder.gif +0 -0
  1564. data/vendor/assets/images/katello/folderClosed.gif +0 -0
  1565. data/vendor/assets/images/katello/icon_add_hardwarePool.png +0 -0
  1566. data/vendor/assets/images/katello/icon_add_vmpool.png +0 -0
  1567. data/vendor/assets/images/katello/icon_addhost.gif +0 -0
  1568. data/vendor/assets/images/katello/icon_addstorage.gif +0 -0
  1569. data/vendor/assets/images/katello/icon_addstorage.png +0 -0
  1570. data/vendor/assets/images/katello/icon_dashboard.gif +0 -0
  1571. data/vendor/assets/images/katello/icon_delete.gif +0 -0
  1572. data/vendor/assets/images/katello/icon_hdwarepool.png +0 -0
  1573. data/vendor/assets/images/katello/icon_help.png +0 -0
  1574. data/vendor/assets/images/katello/icon_menu_arrow.gif +0 -0
  1575. data/vendor/assets/images/katello/icon_newgroup.gif +0 -0
  1576. data/vendor/assets/images/katello/icon_search.png +0 -0
  1577. data/vendor/assets/images/katello/icon_toolbar_arrow.gif +0 -0
  1578. data/vendor/assets/images/katello/icon_unassignedhost.gif +0 -0
  1579. data/vendor/assets/images/katello/icon_vmpool.png +0 -0
  1580. data/vendor/assets/images/katello/image_ovirt.png +0 -0
  1581. data/vendor/assets/images/katello/minus.gif +0 -0
  1582. data/vendor/assets/images/katello/move.png +0 -0
  1583. data/vendor/assets/images/katello/plus.gif +0 -0
  1584. data/vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1585. data/vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png +0 -0
  1586. data/vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png +0 -0
  1587. data/vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png +0 -0
  1588. data/vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png +0 -0
  1589. data/vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png +0 -0
  1590. data/vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png +0 -0
  1591. data/vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  1592. data/vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png +0 -0
  1593. data/vendor/assets/images/katello/ui-icons_97baed_256x240.png +0 -0
  1594. data/vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png +0 -0
  1595. data/vendor/assets/javascripts/katello/jquery-1.7.2.js +9404 -0
  1596. data/vendor/assets/stylesheets/katello/facebox.css +101 -0
  1597. data/vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css +573 -0
  1598. data/vendor/assets/stylesheets/katello/jquery.jnotify.css +98 -0
  1599. data/vendor/assets/stylesheets/katello/jquery.jscrollpane.css +120 -0
  1600. data/vendor/assets/stylesheets/katello/jquery.loadmask.css +40 -0
  1601. data/vendor/assets/stylesheets/katello/jquery.multiselect.css +23 -0
  1602. data/vendor/assets/stylesheets/katello/jquery.multiselect.filter.css +3 -0
  1603. data/vendor/assets/stylesheets/katello/jquery.timepickr.css +40 -0
  1604. data/vendor/assets/stylesheets/katello/jquery.tipsy.css +25 -0
  1605. data/vendor/assets/stylesheets/katello/jquery.treeTable.css +43 -0
  1606. data/vendor/assets/stylesheets/katello/ui.spinner.css +3 -0
  1607. metadata +2281 -0
@@ -0,0 +1,1613 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="384"
13
+ height="32"
14
+ id="svg2"
15
+ version="1.1"
16
+ inkscape:version="0.48.1 r9760"
17
+ sodipodi:docname="action-icons.svg">
18
+ <defs
19
+ id="defs4">
20
+ <inkscape:perspective
21
+ sodipodi:type="inkscape:persp3d"
22
+ inkscape:vp_x="0 : 8 : 1"
23
+ inkscape:vp_y="0 : 1000 : 0"
24
+ inkscape:vp_z="160 : 8 : 1"
25
+ inkscape:persp3d-origin="80 : 5.3333333 : 1"
26
+ id="perspective11072" />
27
+ <inkscape:perspective
28
+ id="perspective11082"
29
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
30
+ inkscape:vp_z="1 : 0.5 : 1"
31
+ inkscape:vp_y="0 : 1000 : 0"
32
+ inkscape:vp_x="0 : 0.5 : 1"
33
+ sodipodi:type="inkscape:persp3d" />
34
+ <inkscape:perspective
35
+ id="perspective11110"
36
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
37
+ inkscape:vp_z="1 : 0.5 : 1"
38
+ inkscape:vp_y="0 : 1000 : 0"
39
+ inkscape:vp_x="0 : 0.5 : 1"
40
+ sodipodi:type="inkscape:persp3d" />
41
+ <inkscape:perspective
42
+ id="perspective11149"
43
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
44
+ inkscape:vp_z="1 : 0.5 : 1"
45
+ inkscape:vp_y="0 : 1000 : 0"
46
+ inkscape:vp_x="0 : 0.5 : 1"
47
+ sodipodi:type="inkscape:persp3d" />
48
+ <inkscape:perspective
49
+ id="perspective11177"
50
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
51
+ inkscape:vp_z="1 : 0.5 : 1"
52
+ inkscape:vp_y="0 : 1000 : 0"
53
+ inkscape:vp_x="0 : 0.5 : 1"
54
+ sodipodi:type="inkscape:persp3d" />
55
+ <inkscape:perspective
56
+ id="perspective11211"
57
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
58
+ inkscape:vp_z="1 : 0.5 : 1"
59
+ inkscape:vp_y="0 : 1000 : 0"
60
+ inkscape:vp_x="0 : 0.5 : 1"
61
+ sodipodi:type="inkscape:persp3d" />
62
+ <inkscape:perspective
63
+ id="perspective11233"
64
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
65
+ inkscape:vp_z="1 : 0.5 : 1"
66
+ inkscape:vp_y="0 : 1000 : 0"
67
+ inkscape:vp_x="0 : 0.5 : 1"
68
+ sodipodi:type="inkscape:persp3d" />
69
+ <inkscape:perspective
70
+ id="perspective11267"
71
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
72
+ inkscape:vp_z="1 : 0.5 : 1"
73
+ inkscape:vp_y="0 : 1000 : 0"
74
+ inkscape:vp_x="0 : 0.5 : 1"
75
+ sodipodi:type="inkscape:persp3d" />
76
+ <inkscape:perspective
77
+ id="perspective11298"
78
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
79
+ inkscape:vp_z="1 : 0.5 : 1"
80
+ inkscape:vp_y="0 : 1000 : 0"
81
+ inkscape:vp_x="0 : 0.5 : 1"
82
+ sodipodi:type="inkscape:persp3d" />
83
+ <inkscape:perspective
84
+ id="perspective11335"
85
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
86
+ inkscape:vp_z="1 : 0.5 : 1"
87
+ inkscape:vp_y="0 : 1000 : 0"
88
+ inkscape:vp_x="0 : 0.5 : 1"
89
+ sodipodi:type="inkscape:persp3d" />
90
+ <inkscape:perspective
91
+ id="perspective11366"
92
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
93
+ inkscape:vp_z="1 : 0.5 : 1"
94
+ inkscape:vp_y="0 : 1000 : 0"
95
+ inkscape:vp_x="0 : 0.5 : 1"
96
+ sodipodi:type="inkscape:persp3d" />
97
+ <inkscape:perspective
98
+ id="perspective11400"
99
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
100
+ inkscape:vp_z="1 : 0.5 : 1"
101
+ inkscape:vp_y="0 : 1000 : 0"
102
+ inkscape:vp_x="0 : 0.5 : 1"
103
+ sodipodi:type="inkscape:persp3d" />
104
+ </defs>
105
+ <sodipodi:namedview
106
+ id="base"
107
+ pagecolor="#ffffff"
108
+ bordercolor="#666666"
109
+ borderopacity="1.0"
110
+ inkscape:pageopacity="0.0"
111
+ inkscape:pageshadow="2"
112
+ inkscape:zoom="1"
113
+ inkscape:cx="359.43306"
114
+ inkscape:cy="27.443342"
115
+ inkscape:document-units="px"
116
+ inkscape:current-layer="layer1"
117
+ showgrid="false"
118
+ borderlayer="true"
119
+ inkscape:showpageshadow="false"
120
+ inkscape:window-width="930"
121
+ inkscape:window-height="681"
122
+ inkscape:window-x="2434"
123
+ inkscape:window-y="148"
124
+ inkscape:window-maximized="0"
125
+ inkscape:snap-nodes="false"
126
+ inkscape:snap-bbox="true"
127
+ showguides="true"
128
+ inkscape:guide-bbox="true">
129
+ <inkscape:grid
130
+ type="xygrid"
131
+ id="grid11370"
132
+ empspacing="16"
133
+ visible="true"
134
+ enabled="true"
135
+ snapvisiblegridlinesonly="true" />
136
+ <sodipodi:guide
137
+ orientation="1,0"
138
+ position="-240,-64"
139
+ id="guide11120" />
140
+ </sodipodi:namedview>
141
+ <metadata
142
+ id="metadata7">
143
+ <rdf:RDF>
144
+ <cc:Work
145
+ rdf:about="">
146
+ <dc:format>image/svg+xml</dc:format>
147
+ <dc:type
148
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
149
+ <dc:title />
150
+ </cc:Work>
151
+ </rdf:RDF>
152
+ </metadata>
153
+ <g
154
+ inkscape:label="Layer 1"
155
+ inkscape:groupmode="layer"
156
+ id="layer1"
157
+ transform="translate(0,-1020.3622)">
158
+ <g
159
+ inkscape:label="window-close"
160
+ id="g14265-5"
161
+ style="display:inline"
162
+ transform="translate(32,1020.3622)"
163
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/delete.png"
164
+ inkscape:export-xdpi="90"
165
+ inkscape:export-ydpi="90">
166
+ <g
167
+ transform="translate(-41,-760)"
168
+ id="layer4-4-1"
169
+ style="display:inline">
170
+ <rect
171
+ width="16"
172
+ height="16"
173
+ rx="0.14408804"
174
+ ry="0.15129246"
175
+ x="41"
176
+ y="760"
177
+ id="rect10837-5"
178
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
179
+ <path
180
+ d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
181
+ inkscape:connector-curvature="0"
182
+ id="path10839-9"
183
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
184
+ sodipodi:nodetypes="ccsccccccccccccccccccccccc" />
185
+ </g>
186
+ </g>
187
+ <g
188
+ style="display:inline"
189
+ id="g27969-1"
190
+ inkscape:label="edit-find"
191
+ transform="translate(-302,639.3622)"
192
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/view.png"
193
+ inkscape:export-xdpi="90"
194
+ inkscape:export-ydpi="90">
195
+ <path
196
+ inkscape:connector-curvature="0"
197
+ style="fill:none;stroke:none"
198
+ d="m 302,381 15.98182,0 0,16 -15.98182,0 0,-16 z"
199
+ id="path27900-4" />
200
+ <path
201
+ transform="matrix(1.2857143,0,0,1.2857143,-86.857137,-109.42857)"
202
+ d="m 311,386.5 a 3.5,3.5 0 1 1 -7,0 3.5,3.5 0 1 1 7,0 z"
203
+ sodipodi:ry="3.5"
204
+ sodipodi:rx="3.5"
205
+ sodipodi:cy="386.5"
206
+ sodipodi:cx="307.5"
207
+ id="path27918"
208
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:1.55555558;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
209
+ sodipodi:type="arc" />
210
+ <path
211
+ inkscape:connector-curvature="0"
212
+ sodipodi:nodetypes="cc"
213
+ id="path27941-7"
214
+ d="m 312.00001,391.00001 4,4"
215
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
216
+ </g>
217
+ <g
218
+ transform="translate(-37.950992,717.3622)"
219
+ style="display:inline"
220
+ id="g12107"
221
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/edit.png"
222
+ inkscape:export-xdpi="90"
223
+ inkscape:export-ydpi="90">
224
+ <path
225
+ style="fill:none;stroke:none"
226
+ d="m 54.00909,303 15.98182,0 0,16 -15.98182,0 0,-16 z"
227
+ id="rect3620-8-7"
228
+ inkscape:connector-curvature="0" />
229
+ <path
230
+ inkscape:connector-curvature="0"
231
+ style="fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
232
+ d="m 55,306 6,0"
233
+ id="path3601-2-8"
234
+ sodipodi:nodetypes="cc" />
235
+ <path
236
+ inkscape:connector-curvature="0"
237
+ style="fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
238
+ d="m 55,309 5,0"
239
+ id="path3601-2-3-5"
240
+ sodipodi:nodetypes="cc" />
241
+ <path
242
+ inkscape:connector-curvature="0"
243
+ style="fill:none;stroke:#bebebe;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
244
+ d="m 54.950992,312 3.11027,0"
245
+ id="path3601-2-3-2-8"
246
+ sodipodi:nodetypes="cc" />
247
+ <path
248
+ inkscape:connector-curvature="0"
249
+ style="fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
250
+ d="m 54.981849,315 3.048556,0"
251
+ id="path3601-2-3-3-9"
252
+ sodipodi:nodetypes="cc" />
253
+ <path
254
+ sodipodi:nodetypes="cccccc"
255
+ inkscape:connector-curvature="0"
256
+ id="rect40477"
257
+ d="m 68.466738,308.91564 -5.098031,6.14677 -2.380888,0.0111 0.02013,-2.61843 5.120928,-5.85913 c 1.42433,-1.47374 3.85249,0.80506 2.337861,2.31969 z"
258
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
259
+ </g>
260
+ <g
261
+ transform="translate(339,1707.3622)"
262
+ style="display:inline"
263
+ id="g11340"
264
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/vreate-new.png"
265
+ inkscape:export-xdpi="90"
266
+ inkscape:export-ydpi="90">
267
+ <path
268
+ inkscape:connector-curvature="0"
269
+ id="path40496"
270
+ d="m -283,-682.01951 0,6.1541"
271
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
272
+ <path
273
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
274
+ d="m -280,-679.00002 -6,2e-5"
275
+ id="path40498"
276
+ inkscape:connector-curvature="0" />
277
+ <rect
278
+ width="16"
279
+ height="16"
280
+ rx="0.14408804"
281
+ ry="0.15129246"
282
+ x="-291"
283
+ y="-687"
284
+ id="rect10837-5-0"
285
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
286
+ </g>
287
+ <g
288
+ style="display:inline"
289
+ inkscape:label="system-run"
290
+ id="g42953"
291
+ transform="translate(22.999802,683.3622)">
292
+ <rect
293
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
294
+ id="rect42957"
295
+ width="16"
296
+ height="16"
297
+ x="41.000198"
298
+ y="337"
299
+ inkscape:label="a" />
300
+ <path
301
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
302
+ d="m 52.375,337.25 c -0.239942,0.43525 -0.467624,1.00577 -0.71875,1.4375 -0.09387,-0.007 -0.185709,-0.0313 -0.28125,-0.0313 -0.332255,0 -0.660088,0.0487 -0.96875,0.125 -0.305025,-0.3828 -0.630342,-0.89813 -0.9375,-1.28125 -0.284596,0.10504 -0.552268,0.22648 -0.8125,0.375 0.09593,0.48262 0.276896,1.07105 0.375,1.5625 -0.343004,0.24882 -0.626184,0.532 -0.875,0.875 -0.491453,-0.0981 -1.079882,-0.27907 -1.5625,-0.375 -0.148521,0.26023 -0.269963,0.5279 -0.375,0.8125 0.383118,0.30716 0.898446,0.63248 1.28125,0.9375 -0.07635,0.30866 -0.125,0.6365 -0.125,0.96875 0,0.0955 0.02466,0.18738 0.03125,0.28125 -0.431735,0.25113 -1.00225,0.47881 -1.4375,0.71875 0.05124,0.27476 0.128303,0.55374 0.21875,0.8125 0.491399,-0.01 1.099493,-0.0946 1.59375,-0.0937 0.187125,0.39176 0.420532,0.75381 0.71875,1.0625 -0.172042,0.46783 -0.448123,1.0086 -0.625,1.46875 0.212898,0.1757 0.449497,0.32623 0.6875,0.46875 0.369206,-0.32011 0.775422,-0.77147 1.15625,-1.09375 0.378045,0.17256 0.788621,0.26529 1.21875,0.3125 0.164542,0.47676 0.304284,1.08808 0.46875,1.5625 0.30154,-0.002 0.586801,-0.0141 0.875,-0.0625 0.08055,-0.49291 0.110368,-1.11855 0.1875,-1.625 0.410087,-0.11684 0.811342,-0.26698 1.15625,-0.5 0.424331,0.26446 0.898868,0.62889 1.3125,0.875 0.223737,-0.19067 0.43433,-0.40126 0.625,-0.625 -0.246108,-0.41363 -0.610541,-0.88817 -0.875,-1.3125 0.233016,-0.34491 0.383162,-0.74616 0.5,-1.15625 0.506449,-0.0771 1.132085,-0.10695 1.625,-0.1875 0.04835,-0.2882 0.06081,-0.57346 0.0625,-0.875 -0.474423,-0.16447 -1.085738,-0.30421 -1.5625,-0.46875 C 55.265292,341.78862 55.172555,341.37805 55,341 c 0.32228,-0.38083 0.773639,-0.78704 1.09375,-1.15625 -0.142521,-0.238 -0.293051,-0.4746 -0.46875,-0.6875 -0.460149,0.17688 -1.000924,0.45296 -1.46875,0.625 -0.308689,-0.29822 -0.670736,-0.53162 -1.0625,-0.71875 -8.87e-4,-0.49426 0.08396,-1.10235 0.09375,-1.59375 -0.258762,-0.0904 -0.537737,-0.16751 -0.8125,-0.21875 z m -1,3.40625 c 1.104569,0 2,0.89543 2,2 0,1.10457 -0.895431,2 -2,2 -1.104569,0 -2,-0.89543 -2,-2 0,-1.10457 0.895431,-2 2,-2 z"
303
+ id="path42961"
304
+ inkscape:connector-curvature="0" />
305
+ <path
306
+ inkscape:connector-curvature="0"
307
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
308
+ d="m 64.6875,344.75 c -0.230139,0.0471 -0.443908,0.13096 -0.65625,0.21875 -0.01671,0.62433 0.08693,1.44177 -0.15625,1.65625 -0.238965,0.21077 -1.038358,0.0343 -1.65625,-0.0313 -0.131388,0.23649 -0.235259,0.48523 -0.3125,0.75 0.478093,0.39586 1.140508,0.83901 1.15625,1.15625 0.01594,0.32119 -0.626418,0.80489 -1.0625,1.25 0.103387,0.25783 0.250144,0.49354 0.40625,0.71875 0.608323,-0.12641 1.366392,-0.37354 1.625,-0.1875 0.263308,0.18942 0.265212,1.00535 0.34375,1.625 0.249548,0.075 0.512509,0.1045 0.78125,0.125 0.281352,-0.55462 0.567413,-1.3198 0.875,-1.40625 0.315752,-0.0887 0.963545,0.45813 1.5,0.78125 0.21871,-0.1516 0.412931,-0.33706 0.59375,-0.53125 -0.253838,-0.57232 -0.721084,-1.29192 -0.59375,-1.59375 0.127453,-0.30211 0.975404,-0.46963 1.5625,-0.6875 0.0044,-0.0735 0.03125,-0.14414 0.03125,-0.21875 0,-0.19137 -0.0344,-0.37899 -0.0625,-0.5625 -0.606097,-0.16082 -1.467207,-0.2413 -1.625,-0.53125 -0.156736,-0.28801 0.241786,-1.0614 0.4375,-1.65625 -0.201161,-0.17858 -0.419409,-0.33716 -0.65625,-0.46875 -0.500893,0.37513 -1.084329,0.99436 -1.40625,0.9375 -0.316887,-0.056 -0.662888,-0.81955 -1,-1.34375 -0.04019,0.007 -0.08527,-0.008 -0.125,0 z m 0.625,1.875 c 0.931981,0 1.6875,0.75552 1.6875,1.6875 0,0.93198 -0.755519,1.6875 -1.6875,1.6875 -0.931981,0 -1.6875,-0.75552 -1.6875,-1.6875 0,-0.93198 0.755519,-1.6875 1.6875,-1.6875 z"
309
+ transform="translate(-20,0)"
310
+ id="path42972" />
311
+ </g>
312
+ <g
313
+ id="g4561-5"
314
+ transform="translate(-80,482.3622)"
315
+ inkscape:label="rename">
316
+ <rect
317
+ transform="matrix(0,1,1,0,0,0)"
318
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
319
+ id="rect10837-5-8-4-4-4-1-6"
320
+ y="160"
321
+ x="538"
322
+ ry="0.15129246"
323
+ rx="0.14408804"
324
+ height="16"
325
+ width="16" />
326
+ <rect
327
+ y="542"
328
+ x="161.03125"
329
+ height="9"
330
+ width="13.968751"
331
+ id="rect4390"
332
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
333
+ rx="0.5"
334
+ ry="0.5" />
335
+ <rect
336
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
337
+ id="rect43206"
338
+ width="7"
339
+ height="3"
340
+ x="163"
341
+ y="545" />
342
+ <rect
343
+ y="544"
344
+ x="171"
345
+ height="5"
346
+ width="1"
347
+ id="rect43716"
348
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
349
+ </g>
350
+ <g
351
+ transform="translate(-105,511.3622)"
352
+ inkscape:label="changes-prevent"
353
+ id="g4076"
354
+ style="display:inline">
355
+ <g
356
+ id="g4053"
357
+ inkscape:label="lock"
358
+ transform="translate(181,233)"
359
+ style="fill:#bebebe;fill-opacity:1">
360
+ <rect
361
+ inkscape:label="a"
362
+ y="276"
363
+ x="20"
364
+ height="16"
365
+ width="16"
366
+ id="rect4055"
367
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
368
+ </g>
369
+ <path
370
+ sodipodi:nodetypes="csccccscc"
371
+ inkscape:connector-curvature="0"
372
+ id="rect4063"
373
+ d="m 203.9998,516 c -0.554,0 -1,0.446 -1,1 l 0,0.53125 0,5.46875 12,0 0,-5.46875 0,-0.53125 c 0,-0.554 -0.446,-1 -1,-1 l -10,0 z"
374
+ style="color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
375
+ <rect
376
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
377
+ id="rect4291"
378
+ width="6"
379
+ height="11"
380
+ x="205.9998"
381
+ y="511"
382
+ rx="2"
383
+ ry="2" />
384
+ </g>
385
+ <g
386
+ transform="translate(-89,511.3622)"
387
+ inkscape:label="changes-allow"
388
+ id="g4076-4"
389
+ style="display:inline">
390
+ <g
391
+ id="g4053-3"
392
+ inkscape:label="lock"
393
+ transform="translate(181,233)"
394
+ style="fill:#bebebe;fill-opacity:1">
395
+ <rect
396
+ inkscape:label="a"
397
+ y="276"
398
+ x="20"
399
+ height="16"
400
+ width="16"
401
+ id="rect4055-9"
402
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
403
+ </g>
404
+ <path
405
+ sodipodi:nodetypes="csccccscc"
406
+ inkscape:connector-curvature="0"
407
+ id="rect4063-6"
408
+ d="m 203.9998,518 c -0.554,0 -1,0.446 -1,1 l 0,0.53125 0,5.46875 12,0 0,-5.46875 0,-0.53125 c 0,-0.554 -0.446,-1 -1,-1 l -10,0 z"
409
+ style="color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
410
+ <path
411
+ inkscape:connector-curvature="0"
412
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
413
+ d="m 205.9998,515 0,-3 c 0,-1.108 0.89201,-2 1.99999,-2 l 2.00002,0 c 1.10798,0 1.99999,0.892 1.99999,2 l 0,7"
414
+ id="rect4291-4"
415
+ sodipodi:nodetypes="cccccc" />
416
+ </g>
417
+ <g
418
+ transform="translate(86.999802,683.3622)"
419
+ id="g43965"
420
+ inkscape:label="in-progress"
421
+ style="display:inline">
422
+ <rect
423
+ inkscape:label="a"
424
+ y="337"
425
+ x="41.000198"
426
+ height="16"
427
+ width="16"
428
+ id="rect43967"
429
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
430
+ <path
431
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
432
+ d="m 51.031448,338.59375 c -0.23994,0.43525 -0.46762,1.00577 -0.71875,1.4375 -0.09387,-0.007 -0.18571,-0.0313 -0.28125,-0.0313 -0.33226,0 -0.66009,0.0487 -0.96875,0.125 -0.30503,-0.3828 -0.63034,-0.89813 -0.9375,-1.28125 -0.2846,0.10504 -0.55227,0.22648 -0.8125,0.375 0.09593,0.48262 0.2769,1.07105 0.375,1.5625 -0.343,0.24882 -0.62618,0.532 -0.875,0.875 -0.49145,-0.0981 -1.07988,-0.27907 -1.5625,-0.375 -0.14852,0.26023 -0.26996,0.5279 -0.375,0.8125 0.38312,0.30716 0.89845,0.63248 1.28125,0.9375 -0.07635,0.30866 -0.125,0.6365 -0.125,0.96875 0,0.0955 0.02466,0.18738 0.03125,0.28125 -0.43174,0.25113 -1.00225,0.47881 -1.4375,0.71875 0.05124,0.27476 0.1283,0.55374 0.21875,0.8125 0.4914,-0.01 1.09949,-0.0947 1.59375,-0.0937 0.04184,0.0876 0.10957,0.16564 0.15625,0.25 l 3.25,0 c -1.00851,-0.10242 -1.8125,-0.93322 -1.8125,-1.96875 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 0,1.04072 -0.79672,1.87338 -1.8125,1.96875 l 3.28125,0 c 0.14601,-0.27758 0.25612,-0.56743 0.34375,-0.875 0.50645,-0.0771 1.13208,-0.10695 1.625,-0.1875 0.04835,-0.2882 0.06081,-0.57346 0.0625,-0.875 -0.47442,-0.16447 -1.08574,-0.30421 -1.5625,-0.46875 -0.04721,-0.43013 -0.13995,-0.8407 -0.3125,-1.21875 0.32228,-0.38083 0.77364,-0.78704 1.09375,-1.15625 -0.14252,-0.238 -0.29305,-0.4746 -0.46875,-0.6875 -0.46015,0.17688 -1.00092,0.45296 -1.46875,0.625 -0.30869,-0.29822 -0.67074,-0.53162 -1.0625,-0.71875 -8.9e-4,-0.49426 0.08396,-1.10235 0.09375,-1.59375 -0.25876,-0.0904 -0.53774,-0.16751 -0.8125,-0.21875 z"
433
+ id="path43969"
434
+ inkscape:connector-curvature="0" />
435
+ <path
436
+ transform="matrix(1.5,0,0,1.5,3.500248,35)"
437
+ d="m 29,209 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
438
+ sodipodi:ry="1"
439
+ sodipodi:rx="1"
440
+ sodipodi:cy="209"
441
+ sodipodi:cx="28"
442
+ id="path4955-1"
443
+ style="fill:#bebebe;fill-opacity:1;stroke:none;display:inline"
444
+ sodipodi:type="arc" />
445
+ <path
446
+ sodipodi:type="arc"
447
+ style="fill:#bebebe;fill-opacity:1;stroke:none;display:inline"
448
+ id="path4957-2"
449
+ sodipodi:cx="28"
450
+ sodipodi:cy="209"
451
+ sodipodi:rx="1"
452
+ sodipodi:ry="1"
453
+ d="m 29,209 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
454
+ transform="matrix(1.5,0,0,1.5,7.500248,35)" />
455
+ <path
456
+ transform="matrix(1.5,0,0,1.5,11.500198,35)"
457
+ d="m 29,209 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
458
+ sodipodi:ry="1"
459
+ sodipodi:rx="1"
460
+ sodipodi:cy="209"
461
+ sodipodi:cx="28"
462
+ id="path4959-4"
463
+ style="fill:#bebebe;fill-opacity:1;stroke:none;display:inline"
464
+ sodipodi:type="arc" />
465
+ </g>
466
+ <g
467
+ style="display:inline"
468
+ inkscape:label="in-progress"
469
+ id="g44000"
470
+ transform="translate(102.9998,683.3622)">
471
+ <rect
472
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
473
+ id="rect44002"
474
+ width="16"
475
+ height="16"
476
+ x="41.000198"
477
+ y="337"
478
+ inkscape:label="a" />
479
+ <rect
480
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:1.99999988;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
481
+ id="rect44012"
482
+ width="3.9547288"
483
+ height="10.001709"
484
+ x="43.045471"
485
+ y="340"
486
+ rx="0.5"
487
+ ry="0.49999997" />
488
+ <path
489
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:1.99999988;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
490
+ d="m 49.048073,340 1.452127,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,9.00171 c 0,0.277 -0.223,0.5 -0.5,0.5 l -1.452127,0"
491
+ id="rect44014"
492
+ inkscape:connector-curvature="0"
493
+ sodipodi:nodetypes="cssssc" />
494
+ <path
495
+ sodipodi:nodetypes="cssssc"
496
+ inkscape:connector-curvature="0"
497
+ id="path44017"
498
+ d="m 53.048073,340 1.452127,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,9.00171 c 0,0.277 -0.223,0.5 -0.5,0.5 l -1.452127,0"
499
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:1.99999988;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
500
+ </g>
501
+ <g
502
+ id="g3437"
503
+ inkscape:label="edit-delete"
504
+ transform="translate(120,502.3622)">
505
+ <rect
506
+ width="16"
507
+ height="16"
508
+ rx="0.14408804"
509
+ ry="0.15129246"
510
+ x="40"
511
+ y="518"
512
+ id="rect10837"
513
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
514
+ <path
515
+ d="m 48,519.03125 c -3.85327,0 -6.96875,3.11547 -6.96875,6.96875 0,3.85327 3.11548,6.96875 6.96875,6.96875 3.85327,0 6.96875,-3.11548 6.96875,-6.96875 0,-3.85328 -3.11548,-6.96875 -6.96875,-6.96875 z M 45,523 l 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 48,524.59375 49.3125,523.3125 C 49.578125,523.082 49.759172,523.007 50,523 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -1.28125,1.28125 1.25,1.25 C 50.906938,527.46942 50.999992,527.7347 51,528 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 48,527.4375 46.71875,528.71875 C 46.530586,528.90694 46.26529,529 46,529 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 1.28125,-1.25 L 45.28125,524.75 C 45.070508,524.55537 44.97809,524.28075 45,524 l 0,-1 z"
516
+ inkscape:connector-curvature="0"
517
+ id="path10839"
518
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" />
519
+ </g>
520
+ <g
521
+ transform="translate(136,533.3622)"
522
+ inkscape:label="media-playback-start"
523
+ id="g4135"
524
+ style="display:inline">
525
+ <rect
526
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
527
+ id="rect3246-4-1"
528
+ width="16"
529
+ height="16"
530
+ x="40"
531
+ y="487"
532
+ rx="0.14408804"
533
+ ry="0.15129246" />
534
+ <path
535
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
536
+ d="m 84,609 0,10 0.90625,0 L 85,619 c 0.174914,10e-4 0.347782,-0.0388 0.5,-0.125 l 7,-4 c 0.310699,-0.17189 0.46875,-0.52345 0.46875,-0.875 0,-0.35155 -0.158051,-0.70311 -0.46875,-0.875 l -7,-4 C 85.347782,609.03875 85.174914,608.99869 85,609 l -0.09375,0 z"
537
+ transform="translate(-39.99995,-119)"
538
+ id="path3807-1-1-9-38-4"
539
+ inkscape:connector-curvature="0"
540
+ sodipodi:nodetypes="ccccccsccccc" />
541
+ </g>
542
+ <g
543
+ transform="translate(92,533.3622)"
544
+ inkscape:label="media-playback-stop"
545
+ id="g4161"
546
+ style="display:inline">
547
+ <rect
548
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
549
+ id="rect3246-4-3"
550
+ width="16"
551
+ height="16"
552
+ x="100"
553
+ y="487"
554
+ rx="0.14408804"
555
+ ry="0.15129246" />
556
+ <path
557
+ inkscape:connector-curvature="0"
558
+ sodipodi:nodetypes="ccccc"
559
+ id="path3807-1-1-5-8"
560
+ d="m 104,491 0,8 8,0 0,-8 -8,0 z"
561
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono" />
562
+ </g>
563
+ <g
564
+ transform="translate(188,744.3622)"
565
+ id="g11537"
566
+ inkscape:label="camera-photo"
567
+ style="display:inline">
568
+ <rect
569
+ inkscape:label="a"
570
+ y="276"
571
+ x="20"
572
+ height="16"
573
+ width="16"
574
+ id="rect11539"
575
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
576
+ <path
577
+ style="color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
578
+ d="m 26,278 c -0.549959,0 -1,0.45004 -1,1 l 0,1 -3,0 c -0.552014,0 -1,0.45004 -1,1 l 0,8 c 0,0.54996 0.447986,1 1,1 l 12,0 c 0.552014,0 1,-0.45004 1,-1 l 0,-8 c 0,-0.54996 -0.447986,-1 -1,-1 l -3,0 0,-1 c 0,-0.54996 -0.450041,-1 -1,-1 l -4,0 z m 2,3 c 2.209139,0 4,1.79086 4,4 0,2.20914 -1.790861,4 -4,4 -2.209139,0 -4,-1.79086 -4,-4 0,-2.20914 1.790861,-4 4,-4 z m 0,2 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
579
+ id="rect5238"
580
+ inkscape:connector-curvature="0" />
581
+ </g>
582
+ <g
583
+ style="display:inline"
584
+ inkscape:label="dialog-password"
585
+ id="g19750"
586
+ transform="matrix(0,-1,1,0,-33,1317.3621)">
587
+ <rect
588
+ y="257"
589
+ x="280.99994"
590
+ height="16"
591
+ width="16"
592
+ id="rect19752"
593
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
594
+ <path
595
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
596
+ d="m 289,258 c -2.20913,0 -4,1.79087 -4,4 0,1.4792 0.80621,2.74542 2,3.4375 l -6e-5,5.56256 1.93811,0.48452 2.06195,0.51548 0,-6.56256 c 1.19379,-0.69208 2,-1.9583 2,-3.4375 0,-2.20913 -1.79087,-4 -4,-4 z"
597
+ id="path19754"
598
+ sodipodi:nodetypes="cscccccsc"
599
+ inkscape:connector-curvature="0" />
600
+ <path
601
+ style="opacity:0.2;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
602
+ d="m 288.99994,271.498 0,-5.49794 L 287,265.4375 l -6e-5,5.56256 z"
603
+ id="path19764"
604
+ inkscape:connector-curvature="0" />
605
+ <path
606
+ transform="matrix(0,1,-1,0,553.99994,-83.999942)"
607
+ sodipodi:type="arc"
608
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
609
+ id="path19766"
610
+ sodipodi:cx="345"
611
+ sodipodi:cy="265"
612
+ sodipodi:rx="1"
613
+ sodipodi:ry="1"
614
+ d="m 346,265 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z" />
615
+ </g>
616
+ <g
617
+ transform="translate(98,622.3622)"
618
+ inkscape:label="help-browser"
619
+ id="g14642-5">
620
+ <rect
621
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible"
622
+ id="rect11749-5-0-3"
623
+ width="14"
624
+ height="14"
625
+ x="143"
626
+ y="399"
627
+ rx="7"
628
+ ry="7" />
629
+ <rect
630
+ style="fill:none;stroke:none"
631
+ id="rect3620-6"
632
+ width="15.981825"
633
+ height="16"
634
+ x="142"
635
+ y="398"
636
+ rx="0"
637
+ ry="0" />
638
+ <rect
639
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible"
640
+ id="rect11749-5-0-3-3"
641
+ width="5.000093"
642
+ height="5.000093"
643
+ x="147.49995"
644
+ y="403.5"
645
+ rx="1.8371339"
646
+ ry="1.8371339" />
647
+ <path
648
+ style="fill:#bebebe;fill-opacity:1;stroke:none"
649
+ d="m 186.71875,382.4375 c -1.51031,0.6073 -2.6811,1.7985 -3.28125,3.3125 l 3.75,1.875 c 0.25196,-0.64029 0.74249,-1.17056 1.375,-1.4375 l -1.84375,-3.75 z m 6.5625,0 -1.84375,3.75 c 0.63251,0.26694 1.12304,0.79721 1.375,1.4375 l 3.75,-1.875 c -0.60015,-1.514 -1.77094,-2.7052 -3.28125,-3.3125 z m -6.09375,8 -3.75,1.875 c 0.60709,1.48862 1.78896,2.64995 3.28125,3.25 l 1.875,-3.75 c -0.62682,-0.25556 -1.14334,-0.75203 -1.40625,-1.375 z m 5.625,0 c -0.26291,0.62297 -0.77943,1.11944 -1.40625,1.375 l 1.875,3.75 c 1.49229,-0.60005 2.67416,-1.76138 3.28125,-3.25 l -3.75,-1.875 z"
650
+ transform="translate(-40,17)"
651
+ id="path4624"
652
+ inkscape:connector-curvature="0" />
653
+ </g>
654
+ <g
655
+ style="display:inline"
656
+ inkscape:label="emblem-important"
657
+ transform="matrix(1,0,0,-1,-90.190704,1999.5403)"
658
+ id="g35539">
659
+ <g
660
+ id="g35541"
661
+ inkscape:label="emblem-important">
662
+ <path
663
+ style="fill:#bebebe;fill-opacity:1;stroke:none"
664
+ d="m 70,823 c -3.86599,0 -7,3.13401 -7,7 0,3.86599 3.13401,7 7,7 3.86599,0 7,-3.13401 7,-7 0,-3.86599 -3.13401,-7 -7,-7 z m 1,3 0,5 c 0.0075,0.52831 -0.471635,1.01424 -1,1.01424 -0.528365,0 -1.007472,-0.48593 -1,-1.01424 l 0,-5 c 0,0 2,0 2,0 z m -1,7 c 0.552285,0 1,0.44772 1,1 0,0.55228 -0.447715,1 -1,1 -0.552285,0 -1,-0.44772 -1,-1 0,-0.55228 0.447715,-1 1,-1 z"
665
+ transform="translate(284.1907,141.17812)"
666
+ id="path35543"
667
+ inkscape:connector-curvature="0"
668
+ sodipodi:nodetypes="cssscccsccccsssc" />
669
+ <rect
670
+ y="963.1781"
671
+ x="346.1907"
672
+ height="16"
673
+ width="16"
674
+ id="rect35549"
675
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
676
+ </g>
677
+ </g>
678
+ <g
679
+ id="g4683"
680
+ inkscape:label="view-refresh"
681
+ transform="translate(32,502.3622)">
682
+ <rect
683
+ transform="matrix(0,-1,1,0,0,0)"
684
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
685
+ id="rect10837-5-8-4-4-2"
686
+ y="240"
687
+ x="-534"
688
+ ry="0.15129246"
689
+ rx="0.14408804"
690
+ height="16"
691
+ width="16" />
692
+ <g
693
+ id="g4604">
694
+ <path
695
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
696
+ d="m 251,529 c -1.65693,2.20908 -4.79103,2.65683 -7.00013,0.99991 -2.20908,-1.65692 -2.6567,-4.79094 -0.99978,-7.00004 1.65693,-2.20908 4.79095,-2.6567 7.00004,-0.99978 0.92843,0.69637 1.5857,1.69403 1.85912,2.82192"
697
+ id="path4597"
698
+ sodipodi:nodetypes="csssc"
699
+ inkscape:connector-curvature="0" />
700
+ <path
701
+ style="fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
702
+ d="m 249,525 4,0 0,-4"
703
+ id="path4599"
704
+ sodipodi:nodetypes="ccc"
705
+ inkscape:connector-curvature="0" />
706
+ <rect
707
+ style="color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
708
+ id="rect4602"
709
+ width="1"
710
+ height="1"
711
+ x="251"
712
+ y="528" />
713
+ </g>
714
+ </g>
715
+ <g
716
+ id="g4692-3"
717
+ inkscape:label="system-shutdown"
718
+ transform="translate(248,332.3622)">
719
+ <rect
720
+ width="16"
721
+ height="16"
722
+ rx="0.14408804"
723
+ ry="0.15129246"
724
+ x="40"
725
+ y="688"
726
+ id="rect10837-3-0"
727
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
728
+ <path
729
+ sodipodi:type="arc"
730
+ style="color:#000000;fill:none;stroke:#bebebe;stroke-width:2.333606;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
731
+ id="path3869-2"
732
+ sodipodi:cx="48"
733
+ sodipodi:cy="696"
734
+ sodipodi:rx="7"
735
+ sodipodi:ry="7"
736
+ d="m 51.52343,689.95141 a 7,7 0 1 1 -7.029069,-0.0103"
737
+ transform="matrix(0.85694274,0,0,0.85714276,6.8667487,99.42864)"
738
+ sodipodi:start="5.239857"
739
+ sodipodi:end="10.471045"
740
+ sodipodi:open="true" />
741
+ <path
742
+ inkscape:connector-curvature="0"
743
+ style="fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
744
+ d="m 48,689 0,5"
745
+ id="path4710"
746
+ sodipodi:nodetypes="cc" />
747
+ </g>
748
+ <g
749
+ transform="translate(182,622.36222)"
750
+ inkscape:label="utilities-terminal"
751
+ id="g14600">
752
+ <path
753
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible"
754
+ d="m 124.19887,398.99998 11.60225,0 c 0.66417,0 1.19888,0.53934 1.19888,1.20928 l 0,10.58145 c 0,0.66994 -0.53471,1.20927 -1.19888,1.20927 l -11.60225,0 c -0.66417,0 -1.19887,-0.53933 -1.19887,-1.20927 l 0,-10.58145 c 0,-0.66994 0.5347,-1.20928 1.19887,-1.20928 z"
755
+ id="rect11749-5-9"
756
+ sodipodi:nodetypes="ccccccccc"
757
+ inkscape:connector-curvature="0" />
758
+ <rect
759
+ style="fill:none;stroke:none"
760
+ id="rect3620-8"
761
+ width="15.981825"
762
+ height="16"
763
+ x="122"
764
+ y="398"
765
+ rx="0"
766
+ ry="0" />
767
+ <path
768
+ style="color:#bebebe;fill:none;stroke:#bebebe;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
769
+ d="m 126.5,408.50001 2,-2.00001 -2,-2"
770
+ id="path11751-2-3"
771
+ inkscape:connector-curvature="0"
772
+ sodipodi:nodetypes="ccc" />
773
+ <rect
774
+ style="color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
775
+ id="rect4987"
776
+ width="3"
777
+ height="1.00001"
778
+ x="130"
779
+ y="408" />
780
+ </g>
781
+ <g
782
+ style="display:inline"
783
+ inkscape:label="computer"
784
+ id="g11720-5-4"
785
+ transform="translate(272,622.3622)">
786
+ <g
787
+ id="g11722-3-9"
788
+ inkscape:label="accessories-calculator">
789
+ <rect
790
+ y="398"
791
+ x="48"
792
+ height="16"
793
+ width="16"
794
+ id="rect11724-0-0"
795
+ style="opacity:0.51464431;color:#bebebe;fill:none;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
796
+ </g>
797
+ <g
798
+ id="g3600">
799
+ <path
800
+ id="rect11749-5-91"
801
+ d="M 51.1875,398 C 49.985903,398 49,398.98758 49,400.1875 l 0,5.625 C 49,407.01242 49.985903,408 51.1875,408 l 9.625,0 C 62.014097,408 63,407.01242 63,405.8125 l 0,-5.625 C 63,398.98758 62.014097,398 60.8125,398 l -9.625,0 z m 0,2 9.625,0 C 60.936295,400 61,400.0566 61,400.1875 l 0,5.625 C 61,405.9434 60.936295,406 60.8125,406 l -9.625,0 C 51.063705,406 51,405.9434 51,405.8125 l 0,-5.625 C 51,400.0566 51.063705,400 51.1875,400 z"
802
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.99999976;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
803
+ inkscape:connector-curvature="0" />
804
+ <path
805
+ id="path11751-2-7"
806
+ d="m 53.90625,409.03125 a 0.50219246,0.50219246 0 1 0 0.09375,1 l 4,0 a 0.50005,0.50005 0 1 0 0,-1 l -4,0 a 0.50005,0.50005 0 0 0 -0.09375,0 z"
807
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
808
+ inkscape:connector-curvature="0" />
809
+ <path
810
+ id="rect4340"
811
+ d="m 50.90625,411 a 1.0001,1.0001 0 0 0 -0.625,0.28125 l -1,1 A 1.0001,1.0001 0 0 0 50,414 l 12,0 a 1.0001,1.0001 0 0 0 0.71875,-1.71875 l -1,-1 A 1.0001,1.0001 0 0 0 61,411 l -10,0 a 1.0001,1.0001 0 0 0 -0.09375,0 z"
812
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
813
+ inkscape:connector-curvature="0" />
814
+ </g>
815
+ </g>
816
+ <g
817
+ id="g16385"
818
+ transform="matrix(1,0,0,-1,-10.190704,2015.5403)"
819
+ inkscape:label="emblem-important"
820
+ style="display:inline">
821
+ <g
822
+ inkscape:label="emblem-important"
823
+ id="g16387">
824
+ <path
825
+ style="fill:#bebebe;fill-opacity:1;stroke:none"
826
+ d="m 354.1907,994.1781 c -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 0,3.86599 -3.13401,7 -7,7 z m 0.0625,-2 c 1.62217,0 2.9375,-1.3284 2.9375,-2.9375 0,-1.78077 -1.9712,-2.23075 -2,-4.0625 l -2,0 c 0,1.58512 0.59246,2.32525 1.0625,2.78125 0.43986,0.42677 0.85195,0.93755 0.90625,0.96875 0.003,0.01 -0.003,0.0213 0,0.0312 0.0211,0.0815 0.0312,0.19345 0.0312,0.28125 0,0.5326 -0.40057,0.9375 -0.9375,0.9375 -0.53692,0 -0.96875,-0.4049 -0.96875,-0.9375 0.0504,-0.54942 -0.44384,-1.09375 -1,-1.09375 -0.55616,0 -1.0504,0.54433 -1,1.09375 0,1.6091 1.34659,2.9375 2.96875,2.9375 z m 0,-8 c 0.51256,0 0.90625,-0.42494 0.90625,-0.9375 0,-0.51256 -0.39369,-0.90625 -0.90625,-0.90625 -0.51257,0 -0.9375,0.39369 -0.9375,0.90625 0,0.51256 0.42493,0.9375 0.9375,0.9375 z"
827
+ id="path16389"
828
+ inkscape:connector-curvature="0" />
829
+ <rect
830
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
831
+ id="rect16391"
832
+ width="16"
833
+ height="16"
834
+ x="346.1907"
835
+ y="979.1781" />
836
+ <path
837
+ id="path7452"
838
+ d="m 354.1907,978.1781 c -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 0,3.86599 -3.13401,7 -7,7 z m 0.0625,-2 c 1.62217,0 2.9375,-1.3284 2.9375,-2.9375 0,-1.78077 -1.9712,-2.23075 -2,-4.0625 l -2,0 c 0,1.58512 0.59246,2.32525 1.0625,2.78125 0.43986,0.42677 0.85195,0.93755 0.90625,0.96875 0.003,0.01 -0.003,0.0213 0,0.0312 0.0211,0.0815 0.0312,0.19345 0.0312,0.28125 0,0.5326 -0.40057,0.9375 -0.9375,0.9375 -0.53692,0 -0.96875,-0.4049 -0.96875,-0.9375 0.0504,-0.54942 -0.44384,-1.09375 -1,-1.09375 -0.55616,0 -1.0504,0.54433 -1,1.09375 0,1.6091 1.34659,2.9375 2.96875,2.9375 z m 0,-8 c 0.51256,0 0.90625,-0.42494 0.90625,-0.9375 0,-0.51256 -0.39369,-0.90625 -0.90625,-0.90625 -0.51257,0 -0.9375,0.39369 -0.9375,0.90625 0,0.51256 0.42493,0.9375 0.9375,0.9375 z"
839
+ style="fill:#2e3436;fill-opacity:1;stroke:none"
840
+ inkscape:connector-curvature="0" />
841
+ <rect
842
+ y="963.1781"
843
+ x="346.1907"
844
+ height="16"
845
+ width="16"
846
+ id="rect7454"
847
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
848
+ </g>
849
+ </g>
850
+ <g
851
+ inkscape:export-ydpi="90"
852
+ inkscape:export-xdpi="90"
853
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/delete.png"
854
+ transform="translate(32,1036.3622)"
855
+ style="display:inline"
856
+ id="g7258"
857
+ inkscape:label="window-close">
858
+ <g
859
+ style="display:inline"
860
+ id="g7260"
861
+ transform="translate(-41,-760)">
862
+ <rect
863
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
864
+ id="rect7262"
865
+ y="760"
866
+ x="41"
867
+ ry="0.15129246"
868
+ rx="0.14408804"
869
+ height="16"
870
+ width="16" />
871
+ <path
872
+ sodipodi:nodetypes="ccsccccccccccccccccccccccc"
873
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
874
+ id="path7264"
875
+ inkscape:connector-curvature="0"
876
+ d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" />
877
+ </g>
878
+ </g>
879
+ <g
880
+ inkscape:export-ydpi="90"
881
+ inkscape:export-xdpi="90"
882
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/view.png"
883
+ transform="translate(-302,655.3622)"
884
+ inkscape:label="edit-find"
885
+ id="g7266"
886
+ style="display:inline">
887
+ <path
888
+ id="path7268"
889
+ d="m 302,381 15.98182,0 0,16 -15.98182,0 0,-16 z"
890
+ style="fill:none;stroke:none"
891
+ inkscape:connector-curvature="0" />
892
+ <path
893
+ sodipodi:type="arc"
894
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.55555558;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
895
+ id="path7270"
896
+ sodipodi:cx="307.5"
897
+ sodipodi:cy="386.5"
898
+ sodipodi:rx="3.5"
899
+ sodipodi:ry="3.5"
900
+ d="m 311,386.5 a 3.5,3.5 0 1 1 -7,0 3.5,3.5 0 1 1 7,0 z"
901
+ transform="matrix(1.2857143,0,0,1.2857143,-86.857137,-109.42857)" />
902
+ <path
903
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
904
+ d="m 312.00001,391.00001 4,4"
905
+ id="path7272"
906
+ sodipodi:nodetypes="cc"
907
+ inkscape:connector-curvature="0" />
908
+ </g>
909
+ <g
910
+ inkscape:export-ydpi="90"
911
+ inkscape:export-xdpi="90"
912
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/edit.png"
913
+ id="g7274"
914
+ style="display:inline"
915
+ transform="translate(-37.950992,733.3622)">
916
+ <path
917
+ inkscape:connector-curvature="0"
918
+ id="path7276"
919
+ d="m 54.00909,303 15.98182,0 0,16 -15.98182,0 0,-16 z"
920
+ style="fill:none;stroke:none" />
921
+ <path
922
+ sodipodi:nodetypes="cc"
923
+ id="path7278"
924
+ d="m 55,306 6,0"
925
+ style="fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
926
+ inkscape:connector-curvature="0" />
927
+ <path
928
+ sodipodi:nodetypes="cc"
929
+ id="path7280"
930
+ d="m 55,309 5,0"
931
+ style="fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
932
+ inkscape:connector-curvature="0" />
933
+ <path
934
+ sodipodi:nodetypes="cc"
935
+ id="path7282"
936
+ d="m 54.950992,312 3.11027,0"
937
+ style="fill:none;stroke:#2e3436;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
938
+ inkscape:connector-curvature="0" />
939
+ <path
940
+ sodipodi:nodetypes="cc"
941
+ id="path7284"
942
+ d="m 54.981849,315 3.048556,0"
943
+ style="fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
944
+ inkscape:connector-curvature="0" />
945
+ <path
946
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
947
+ d="m 68.466738,308.91564 -5.098031,6.14677 -2.380888,0.0111 0.02013,-2.61843 5.120928,-5.85913 c 1.42433,-1.47374 3.85249,0.80506 2.337861,2.31969 z"
948
+ id="path7286"
949
+ inkscape:connector-curvature="0"
950
+ sodipodi:nodetypes="cccccc" />
951
+ </g>
952
+ <g
953
+ inkscape:export-ydpi="90"
954
+ inkscape:export-xdpi="90"
955
+ inkscape:export-filename="/home/jimmac/gfx/redhat/mockups/deltacloud/svg/vreate-new.png"
956
+ id="g7288"
957
+ style="display:inline"
958
+ transform="translate(339,1723.3622)">
959
+ <path
960
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
961
+ d="m -283,-682.01951 0,6.1541"
962
+ id="path7290"
963
+ inkscape:connector-curvature="0" />
964
+ <path
965
+ inkscape:connector-curvature="0"
966
+ id="path7292"
967
+ d="m -280,-679.00002 -6,2e-5"
968
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
969
+ <rect
970
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
971
+ id="rect7294"
972
+ y="-687"
973
+ x="-291"
974
+ ry="0.15129246"
975
+ rx="0.14408804"
976
+ height="16"
977
+ width="16" />
978
+ </g>
979
+ <g
980
+ transform="translate(22.999802,699.3622)"
981
+ id="g7296"
982
+ inkscape:label="system-run"
983
+ style="display:inline">
984
+ <rect
985
+ inkscape:label="a"
986
+ y="337"
987
+ x="41.000198"
988
+ height="16"
989
+ width="16"
990
+ id="rect7298"
991
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
992
+ <path
993
+ inkscape:connector-curvature="0"
994
+ id="path7300"
995
+ d="m 52.375,337.25 c -0.239942,0.43525 -0.467624,1.00577 -0.71875,1.4375 -0.09387,-0.007 -0.185709,-0.0313 -0.28125,-0.0313 -0.332255,0 -0.660088,0.0487 -0.96875,0.125 -0.305025,-0.3828 -0.630342,-0.89813 -0.9375,-1.28125 -0.284596,0.10504 -0.552268,0.22648 -0.8125,0.375 0.09593,0.48262 0.276896,1.07105 0.375,1.5625 -0.343004,0.24882 -0.626184,0.532 -0.875,0.875 -0.491453,-0.0981 -1.079882,-0.27907 -1.5625,-0.375 -0.148521,0.26023 -0.269963,0.5279 -0.375,0.8125 0.383118,0.30716 0.898446,0.63248 1.28125,0.9375 -0.07635,0.30866 -0.125,0.6365 -0.125,0.96875 0,0.0955 0.02466,0.18738 0.03125,0.28125 -0.431735,0.25113 -1.00225,0.47881 -1.4375,0.71875 0.05124,0.27476 0.128303,0.55374 0.21875,0.8125 0.491399,-0.01 1.099493,-0.0946 1.59375,-0.0937 0.187125,0.39176 0.420532,0.75381 0.71875,1.0625 -0.172042,0.46783 -0.448123,1.0086 -0.625,1.46875 0.212898,0.1757 0.449497,0.32623 0.6875,0.46875 0.369206,-0.32011 0.775422,-0.77147 1.15625,-1.09375 0.378045,0.17256 0.788621,0.26529 1.21875,0.3125 0.164542,0.47676 0.304284,1.08808 0.46875,1.5625 0.30154,-0.002 0.586801,-0.0141 0.875,-0.0625 0.08055,-0.49291 0.110368,-1.11855 0.1875,-1.625 0.410087,-0.11684 0.811342,-0.26698 1.15625,-0.5 0.424331,0.26446 0.898868,0.62889 1.3125,0.875 0.223737,-0.19067 0.43433,-0.40126 0.625,-0.625 -0.246108,-0.41363 -0.610541,-0.88817 -0.875,-1.3125 0.233016,-0.34491 0.383162,-0.74616 0.5,-1.15625 0.506449,-0.0771 1.132085,-0.10695 1.625,-0.1875 0.04835,-0.2882 0.06081,-0.57346 0.0625,-0.875 -0.474423,-0.16447 -1.085738,-0.30421 -1.5625,-0.46875 C 55.265292,341.78862 55.172555,341.37805 55,341 c 0.32228,-0.38083 0.773639,-0.78704 1.09375,-1.15625 -0.142521,-0.238 -0.293051,-0.4746 -0.46875,-0.6875 -0.460149,0.17688 -1.000924,0.45296 -1.46875,0.625 -0.308689,-0.29822 -0.670736,-0.53162 -1.0625,-0.71875 -8.87e-4,-0.49426 0.08396,-1.10235 0.09375,-1.59375 -0.258762,-0.0904 -0.537737,-0.16751 -0.8125,-0.21875 z m -1,3.40625 c 1.104569,0 2,0.89543 2,2 0,1.10457 -0.895431,2 -2,2 -1.104569,0 -2,-0.89543 -2,-2 0,-1.10457 0.895431,-2 2,-2 z"
996
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
997
+ <path
998
+ id="path7302"
999
+ transform="translate(-20,0)"
1000
+ d="m 64.6875,344.75 c -0.230139,0.0471 -0.443908,0.13096 -0.65625,0.21875 -0.01671,0.62433 0.08693,1.44177 -0.15625,1.65625 -0.238965,0.21077 -1.038358,0.0343 -1.65625,-0.0313 -0.131388,0.23649 -0.235259,0.48523 -0.3125,0.75 0.478093,0.39586 1.140508,0.83901 1.15625,1.15625 0.01594,0.32119 -0.626418,0.80489 -1.0625,1.25 0.103387,0.25783 0.250144,0.49354 0.40625,0.71875 0.608323,-0.12641 1.366392,-0.37354 1.625,-0.1875 0.263308,0.18942 0.265212,1.00535 0.34375,1.625 0.249548,0.075 0.512509,0.1045 0.78125,0.125 0.281352,-0.55462 0.567413,-1.3198 0.875,-1.40625 0.315752,-0.0887 0.963545,0.45813 1.5,0.78125 0.21871,-0.1516 0.412931,-0.33706 0.59375,-0.53125 -0.253838,-0.57232 -0.721084,-1.29192 -0.59375,-1.59375 0.127453,-0.30211 0.975404,-0.46963 1.5625,-0.6875 0.0044,-0.0735 0.03125,-0.14414 0.03125,-0.21875 0,-0.19137 -0.0344,-0.37899 -0.0625,-0.5625 -0.606097,-0.16082 -1.467207,-0.2413 -1.625,-0.53125 -0.156736,-0.28801 0.241786,-1.0614 0.4375,-1.65625 -0.201161,-0.17858 -0.419409,-0.33716 -0.65625,-0.46875 -0.500893,0.37513 -1.084329,0.99436 -1.40625,0.9375 -0.316887,-0.056 -0.662888,-0.81955 -1,-1.34375 -0.04019,0.007 -0.08527,-0.008 -0.125,0 z m 0.625,1.875 c 0.931981,0 1.6875,0.75552 1.6875,1.6875 0,0.93198 -0.755519,1.6875 -1.6875,1.6875 -0.931981,0 -1.6875,-0.75552 -1.6875,-1.6875 0,-0.93198 0.755519,-1.6875 1.6875,-1.6875 z"
1001
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1002
+ inkscape:connector-curvature="0" />
1003
+ </g>
1004
+ <g
1005
+ inkscape:label="rename"
1006
+ transform="translate(-80,498.3622)"
1007
+ id="g7304">
1008
+ <rect
1009
+ width="16"
1010
+ height="16"
1011
+ rx="0.14408804"
1012
+ ry="0.15129246"
1013
+ x="538"
1014
+ y="160"
1015
+ id="rect7306"
1016
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
1017
+ transform="matrix(0,1,1,0,0,0)" />
1018
+ <rect
1019
+ ry="0.5"
1020
+ rx="0.5"
1021
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1022
+ id="rect7308"
1023
+ width="13.968751"
1024
+ height="9"
1025
+ x="161.03125"
1026
+ y="542" />
1027
+ <rect
1028
+ y="545"
1029
+ x="163"
1030
+ height="3"
1031
+ width="7"
1032
+ id="rect7310"
1033
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1034
+ <rect
1035
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1036
+ id="rect7312"
1037
+ width="1"
1038
+ height="5"
1039
+ x="171"
1040
+ y="544" />
1041
+ </g>
1042
+ <g
1043
+ style="display:inline"
1044
+ id="g7314"
1045
+ inkscape:label="changes-prevent"
1046
+ transform="translate(-105,527.3622)">
1047
+ <g
1048
+ style="fill:#bebebe;fill-opacity:1"
1049
+ transform="translate(181,233)"
1050
+ inkscape:label="lock"
1051
+ id="g7316">
1052
+ <rect
1053
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
1054
+ id="rect7318"
1055
+ width="16"
1056
+ height="16"
1057
+ x="20"
1058
+ y="276"
1059
+ inkscape:label="a" />
1060
+ </g>
1061
+ <path
1062
+ style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible"
1063
+ d="m 203.9998,516 c -0.554,0 -1,0.446 -1,1 l 0,0.53125 0,5.46875 12,0 0,-5.46875 0,-0.53125 c 0,-0.554 -0.446,-1 -1,-1 l -10,0 z"
1064
+ id="path7320"
1065
+ inkscape:connector-curvature="0"
1066
+ sodipodi:nodetypes="csccccscc" />
1067
+ <rect
1068
+ ry="2"
1069
+ rx="2"
1070
+ y="511"
1071
+ x="205.9998"
1072
+ height="11"
1073
+ width="6"
1074
+ id="rect7322"
1075
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1076
+ </g>
1077
+ <g
1078
+ style="display:inline"
1079
+ id="g7324"
1080
+ inkscape:label="changes-allow"
1081
+ transform="translate(-89,527.3622)">
1082
+ <g
1083
+ style="fill:#bebebe;fill-opacity:1"
1084
+ transform="translate(181,233)"
1085
+ inkscape:label="lock"
1086
+ id="g7326">
1087
+ <rect
1088
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
1089
+ id="rect7328"
1090
+ width="16"
1091
+ height="16"
1092
+ x="20"
1093
+ y="276"
1094
+ inkscape:label="a" />
1095
+ </g>
1096
+ <path
1097
+ style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible"
1098
+ d="m 203.9998,518 c -0.554,0 -1,0.446 -1,1 l 0,0.53125 0,5.46875 12,0 0,-5.46875 0,-0.53125 c 0,-0.554 -0.446,-1 -1,-1 l -10,0 z"
1099
+ id="path7330"
1100
+ inkscape:connector-curvature="0"
1101
+ sodipodi:nodetypes="csccccscc" />
1102
+ <path
1103
+ sodipodi:nodetypes="cccccc"
1104
+ id="path7332"
1105
+ d="m 205.9998,515 0,-3 c 0,-1.108 0.89201,-2 1.99999,-2 l 2.00002,0 c 1.10798,0 1.99999,0.892 1.99999,2 l 0,7"
1106
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1107
+ inkscape:connector-curvature="0" />
1108
+ </g>
1109
+ <g
1110
+ style="display:inline"
1111
+ inkscape:label="in-progress"
1112
+ id="g7334"
1113
+ transform="translate(86.999802,699.3622)">
1114
+ <rect
1115
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
1116
+ id="rect7336"
1117
+ width="16"
1118
+ height="16"
1119
+ x="41.000198"
1120
+ y="337"
1121
+ inkscape:label="a" />
1122
+ <path
1123
+ inkscape:connector-curvature="0"
1124
+ id="path7338"
1125
+ d="m 51.031448,338.59375 c -0.23994,0.43525 -0.46762,1.00577 -0.71875,1.4375 -0.09387,-0.007 -0.18571,-0.0313 -0.28125,-0.0313 -0.33226,0 -0.66009,0.0487 -0.96875,0.125 -0.30503,-0.3828 -0.63034,-0.89813 -0.9375,-1.28125 -0.2846,0.10504 -0.55227,0.22648 -0.8125,0.375 0.09593,0.48262 0.2769,1.07105 0.375,1.5625 -0.343,0.24882 -0.62618,0.532 -0.875,0.875 -0.49145,-0.0981 -1.07988,-0.27907 -1.5625,-0.375 -0.14852,0.26023 -0.26996,0.5279 -0.375,0.8125 0.38312,0.30716 0.89845,0.63248 1.28125,0.9375 -0.07635,0.30866 -0.125,0.6365 -0.125,0.96875 0,0.0955 0.02466,0.18738 0.03125,0.28125 -0.43174,0.25113 -1.00225,0.47881 -1.4375,0.71875 0.05124,0.27476 0.1283,0.55374 0.21875,0.8125 0.4914,-0.01 1.09949,-0.0947 1.59375,-0.0937 0.04184,0.0876 0.10957,0.16564 0.15625,0.25 l 3.25,0 c -1.00851,-0.10242 -1.8125,-0.93322 -1.8125,-1.96875 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 0,1.04072 -0.79672,1.87338 -1.8125,1.96875 l 3.28125,0 c 0.14601,-0.27758 0.25612,-0.56743 0.34375,-0.875 0.50645,-0.0771 1.13208,-0.10695 1.625,-0.1875 0.04835,-0.2882 0.06081,-0.57346 0.0625,-0.875 -0.47442,-0.16447 -1.08574,-0.30421 -1.5625,-0.46875 -0.04721,-0.43013 -0.13995,-0.8407 -0.3125,-1.21875 0.32228,-0.38083 0.77364,-0.78704 1.09375,-1.15625 -0.14252,-0.238 -0.29305,-0.4746 -0.46875,-0.6875 -0.46015,0.17688 -1.00092,0.45296 -1.46875,0.625 -0.30869,-0.29822 -0.67074,-0.53162 -1.0625,-0.71875 -8.9e-4,-0.49426 0.08396,-1.10235 0.09375,-1.59375 -0.25876,-0.0904 -0.53774,-0.16751 -0.8125,-0.21875 z"
1126
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1127
+ <path
1128
+ sodipodi:type="arc"
1129
+ style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
1130
+ id="path7340"
1131
+ sodipodi:cx="28"
1132
+ sodipodi:cy="209"
1133
+ sodipodi:rx="1"
1134
+ sodipodi:ry="1"
1135
+ d="m 29,209 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
1136
+ transform="matrix(1.5,0,0,1.5,3.500248,35)" />
1137
+ <path
1138
+ transform="matrix(1.5,0,0,1.5,7.500248,35)"
1139
+ d="m 29,209 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
1140
+ sodipodi:ry="1"
1141
+ sodipodi:rx="1"
1142
+ sodipodi:cy="209"
1143
+ sodipodi:cx="28"
1144
+ id="path7342"
1145
+ style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
1146
+ sodipodi:type="arc" />
1147
+ <path
1148
+ sodipodi:type="arc"
1149
+ style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
1150
+ id="path7344"
1151
+ sodipodi:cx="28"
1152
+ sodipodi:cy="209"
1153
+ sodipodi:rx="1"
1154
+ sodipodi:ry="1"
1155
+ d="m 29,209 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
1156
+ transform="matrix(1.5,0,0,1.5,11.500198,35)" />
1157
+ </g>
1158
+ <g
1159
+ transform="translate(102.9998,699.3622)"
1160
+ id="g7346"
1161
+ inkscape:label="in-progress"
1162
+ style="display:inline">
1163
+ <rect
1164
+ inkscape:label="a"
1165
+ y="337"
1166
+ x="41.000198"
1167
+ height="16"
1168
+ width="16"
1169
+ id="rect7348"
1170
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
1171
+ <rect
1172
+ ry="0.49999997"
1173
+ rx="0.5"
1174
+ y="340"
1175
+ x="43.045471"
1176
+ height="10.001709"
1177
+ width="3.9547288"
1178
+ id="rect7350"
1179
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.99999988;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1180
+ <path
1181
+ sodipodi:nodetypes="cssssc"
1182
+ inkscape:connector-curvature="0"
1183
+ id="path7352"
1184
+ d="m 49.048073,340 1.452127,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,9.00171 c 0,0.277 -0.223,0.5 -0.5,0.5 l -1.452127,0"
1185
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.99999988;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1186
+ <path
1187
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.99999988;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1188
+ d="m 53.048073,340 1.452127,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,9.00171 c 0,0.277 -0.223,0.5 -0.5,0.5 l -1.452127,0"
1189
+ id="path7354"
1190
+ inkscape:connector-curvature="0"
1191
+ sodipodi:nodetypes="cssssc" />
1192
+ </g>
1193
+ <g
1194
+ transform="translate(120,518.3622)"
1195
+ inkscape:label="edit-delete"
1196
+ id="g7356">
1197
+ <rect
1198
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
1199
+ id="rect7358"
1200
+ y="518"
1201
+ x="40"
1202
+ ry="0.15129246"
1203
+ rx="0.14408804"
1204
+ height="16"
1205
+ width="16" />
1206
+ <path
1207
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
1208
+ id="path7360"
1209
+ inkscape:connector-curvature="0"
1210
+ d="m 48,519.03125 c -3.85327,0 -6.96875,3.11547 -6.96875,6.96875 0,3.85327 3.11548,6.96875 6.96875,6.96875 3.85327,0 6.96875,-3.11548 6.96875,-6.96875 0,-3.85328 -3.11548,-6.96875 -6.96875,-6.96875 z M 45,523 l 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 48,524.59375 49.3125,523.3125 C 49.578125,523.082 49.759172,523.007 50,523 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -1.28125,1.28125 1.25,1.25 C 50.906938,527.46942 50.999992,527.7347 51,528 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 48,527.4375 46.71875,528.71875 C 46.530586,528.90694 46.26529,529 46,529 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 1.28125,-1.25 L 45.28125,524.75 C 45.070508,524.55537 44.97809,524.28075 45,524 l 0,-1 z" />
1211
+ </g>
1212
+ <g
1213
+ style="display:inline"
1214
+ id="g7362"
1215
+ inkscape:label="media-playback-start"
1216
+ transform="translate(136,549.3622)">
1217
+ <rect
1218
+ ry="0.15129246"
1219
+ rx="0.14408804"
1220
+ y="487"
1221
+ x="40"
1222
+ height="16"
1223
+ width="16"
1224
+ id="rect7364"
1225
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
1226
+ <path
1227
+ sodipodi:nodetypes="ccccccsccccc"
1228
+ inkscape:connector-curvature="0"
1229
+ id="path7366"
1230
+ transform="translate(-39.99995,-119)"
1231
+ d="m 84,609 0,10 0.90625,0 L 85,619 c 0.174914,10e-4 0.347782,-0.0388 0.5,-0.125 l 7,-4 c 0.310699,-0.17189 0.46875,-0.52345 0.46875,-0.875 0,-0.35155 -0.158051,-0.70311 -0.46875,-0.875 l -7,-4 C 85.347782,609.03875 85.174914,608.99869 85,609 l -0.09375,0 z"
1232
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
1233
+ </g>
1234
+ <g
1235
+ style="display:inline"
1236
+ id="g7368"
1237
+ inkscape:label="media-playback-stop"
1238
+ transform="translate(92,549.3622)">
1239
+ <rect
1240
+ ry="0.15129246"
1241
+ rx="0.14408804"
1242
+ y="487"
1243
+ x="100"
1244
+ height="16"
1245
+ width="16"
1246
+ id="rect7370"
1247
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
1248
+ <path
1249
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono"
1250
+ d="m 104,491 0,8 8,0 0,-8 -8,0 z"
1251
+ id="path7372"
1252
+ sodipodi:nodetypes="ccccc"
1253
+ inkscape:connector-curvature="0" />
1254
+ </g>
1255
+ <g
1256
+ style="display:inline"
1257
+ inkscape:label="camera-photo"
1258
+ id="g7374"
1259
+ transform="translate(188,760.3622)">
1260
+ <rect
1261
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
1262
+ id="rect7376"
1263
+ width="16"
1264
+ height="16"
1265
+ x="20"
1266
+ y="276"
1267
+ inkscape:label="a" />
1268
+ <path
1269
+ inkscape:connector-curvature="0"
1270
+ id="path7378"
1271
+ d="m 26,278 c -0.549959,0 -1,0.45004 -1,1 l 0,1 -3,0 c -0.552014,0 -1,0.45004 -1,1 l 0,8 c 0,0.54996 0.447986,1 1,1 l 12,0 c 0.552014,0 1,-0.45004 1,-1 l 0,-8 c 0,-0.54996 -0.447986,-1 -1,-1 l -3,0 0,-1 c 0,-0.54996 -0.450041,-1 -1,-1 l -4,0 z m 2,3 c 2.209139,0 4,1.79086 4,4 0,2.20914 -1.790861,4 -4,4 -2.209139,0 -4,-1.79086 -4,-4 0,-2.20914 1.790861,-4 4,-4 z m 0,2 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
1272
+ style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1273
+ </g>
1274
+ <g
1275
+ transform="matrix(0,-1,1,0,-33,1333.3621)"
1276
+ id="g7380"
1277
+ inkscape:label="dialog-password"
1278
+ style="display:inline">
1279
+ <rect
1280
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible"
1281
+ id="rect7382"
1282
+ width="16"
1283
+ height="16"
1284
+ x="280.99994"
1285
+ y="257" />
1286
+ <path
1287
+ inkscape:connector-curvature="0"
1288
+ sodipodi:nodetypes="cscccccsc"
1289
+ id="path7384"
1290
+ d="m 289,258 c -2.20913,0 -4,1.79087 -4,4 0,1.4792 0.80621,2.74542 2,3.4375 l -6e-5,5.56256 1.93811,0.48452 2.06195,0.51548 0,-6.56256 c 1.19379,-0.69208 2,-1.9583 2,-3.4375 0,-2.20913 -1.79087,-4 -4,-4 z"
1291
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1292
+ <path
1293
+ inkscape:connector-curvature="0"
1294
+ id="path7386"
1295
+ d="m 288.99994,271.498 0,-5.49794 L 287,265.4375 l -6e-5,5.56256 z"
1296
+ style="opacity:0.2;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1297
+ <path
1298
+ d="m 346,265 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
1299
+ sodipodi:ry="1"
1300
+ sodipodi:rx="1"
1301
+ sodipodi:cy="265"
1302
+ sodipodi:cx="345"
1303
+ id="path7388"
1304
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1305
+ sodipodi:type="arc"
1306
+ transform="matrix(0,1,-1,0,553.99994,-83.999942)" />
1307
+ </g>
1308
+ <g
1309
+ id="g7390"
1310
+ inkscape:label="help-browser"
1311
+ transform="translate(98,638.3622)">
1312
+ <rect
1313
+ ry="7"
1314
+ rx="7"
1315
+ y="399"
1316
+ x="143"
1317
+ height="14"
1318
+ width="14"
1319
+ id="rect7392"
1320
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible" />
1321
+ <rect
1322
+ ry="0"
1323
+ rx="0"
1324
+ y="398"
1325
+ x="142"
1326
+ height="16"
1327
+ width="15.981825"
1328
+ id="rect7394"
1329
+ style="fill:none;stroke:none" />
1330
+ <rect
1331
+ ry="1.8371339"
1332
+ rx="1.8371339"
1333
+ y="403.5"
1334
+ x="147.49995"
1335
+ height="5.000093"
1336
+ width="5.000093"
1337
+ id="rect7396"
1338
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible" />
1339
+ <path
1340
+ inkscape:connector-curvature="0"
1341
+ id="path7398"
1342
+ transform="translate(-40,17)"
1343
+ d="m 186.71875,382.4375 c -1.51031,0.6073 -2.6811,1.7985 -3.28125,3.3125 l 3.75,1.875 c 0.25196,-0.64029 0.74249,-1.17056 1.375,-1.4375 l -1.84375,-3.75 z m 6.5625,0 -1.84375,3.75 c 0.63251,0.26694 1.12304,0.79721 1.375,1.4375 l 3.75,-1.875 c -0.60015,-1.514 -1.77094,-2.7052 -3.28125,-3.3125 z m -6.09375,8 -3.75,1.875 c 0.60709,1.48862 1.78896,2.64995 3.28125,3.25 l 1.875,-3.75 c -0.62682,-0.25556 -1.14334,-0.75203 -1.40625,-1.375 z m 5.625,0 c -0.26291,0.62297 -0.77943,1.11944 -1.40625,1.375 l 1.875,3.75 c 1.49229,-0.60005 2.67416,-1.76138 3.28125,-3.25 l -3.75,-1.875 z"
1344
+ style="fill:#2e3436;fill-opacity:1;stroke:none" />
1345
+ </g>
1346
+ <g
1347
+ id="g7400"
1348
+ transform="matrix(1,0,0,-1,-90.190704,2015.5403)"
1349
+ inkscape:label="emblem-important"
1350
+ style="display:inline">
1351
+ <g
1352
+ inkscape:label="emblem-important"
1353
+ id="g7402">
1354
+ <path
1355
+ sodipodi:nodetypes="cssscccsccccsssc"
1356
+ inkscape:connector-curvature="0"
1357
+ id="path7404"
1358
+ transform="translate(284.1907,141.17812)"
1359
+ d="m 70,823 c -3.86599,0 -7,3.13401 -7,7 0,3.86599 3.13401,7 7,7 3.86599,0 7,-3.13401 7,-7 0,-3.86599 -3.13401,-7 -7,-7 z m 1,3 0,5 c 0.0075,0.52831 -0.471635,1.01424 -1,1.01424 -0.528365,0 -1.007472,-0.48593 -1,-1.01424 l 0,-5 c 0,0 2,0 2,0 z m -1,7 c 0.552285,0 1,0.44772 1,1 0,0.55228 -0.447715,1 -1,1 -0.552285,0 -1,-0.44772 -1,-1 0,-0.55228 0.447715,-1 1,-1 z"
1360
+ style="fill:#2e3436;fill-opacity:1;stroke:none" />
1361
+ <rect
1362
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1363
+ id="rect7406"
1364
+ width="16"
1365
+ height="16"
1366
+ x="346.1907"
1367
+ y="963.1781" />
1368
+ </g>
1369
+ </g>
1370
+ <g
1371
+ transform="translate(32,518.3622)"
1372
+ inkscape:label="view-refresh"
1373
+ id="g7408">
1374
+ <rect
1375
+ width="16"
1376
+ height="16"
1377
+ rx="0.14408804"
1378
+ ry="0.15129246"
1379
+ x="-534"
1380
+ y="240"
1381
+ id="rect7410"
1382
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
1383
+ transform="matrix(0,-1,1,0,0,0)" />
1384
+ <g
1385
+ id="g7412">
1386
+ <path
1387
+ inkscape:connector-curvature="0"
1388
+ sodipodi:nodetypes="csssc"
1389
+ id="path7414"
1390
+ d="m 251,529 c -1.65693,2.20908 -4.79103,2.65683 -7.00013,0.99991 -2.20908,-1.65692 -2.6567,-4.79094 -0.99978,-7.00004 1.65693,-2.20908 4.79095,-2.6567 7.00004,-0.99978 0.92843,0.69637 1.5857,1.69403 1.85912,2.82192"
1391
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1392
+ <path
1393
+ inkscape:connector-curvature="0"
1394
+ sodipodi:nodetypes="ccc"
1395
+ id="path7416"
1396
+ d="m 249,525 4,0 0,-4"
1397
+ style="fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
1398
+ <rect
1399
+ y="528"
1400
+ x="251"
1401
+ height="1"
1402
+ width="1"
1403
+ id="rect7418"
1404
+ style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1405
+ </g>
1406
+ </g>
1407
+ <g
1408
+ transform="translate(248,348.3622)"
1409
+ inkscape:label="system-shutdown"
1410
+ id="g7420">
1411
+ <rect
1412
+ style="color:#bebebe;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
1413
+ id="rect7422"
1414
+ y="688"
1415
+ x="40"
1416
+ ry="0.15129246"
1417
+ rx="0.14408804"
1418
+ height="16"
1419
+ width="16" />
1420
+ <path
1421
+ sodipodi:open="true"
1422
+ sodipodi:end="10.471045"
1423
+ sodipodi:start="5.239857"
1424
+ transform="matrix(0.85694274,0,0,0.85714276,6.8667487,99.42864)"
1425
+ d="m 51.52343,689.95141 a 7,7 0 1 1 -7.029069,-0.0103"
1426
+ sodipodi:ry="7"
1427
+ sodipodi:rx="7"
1428
+ sodipodi:cy="696"
1429
+ sodipodi:cx="48"
1430
+ id="path7424"
1431
+ style="color:#000000;fill:none;stroke:#2e3436;stroke-width:2.333606;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1432
+ sodipodi:type="arc" />
1433
+ <path
1434
+ sodipodi:nodetypes="cc"
1435
+ id="path7426"
1436
+ d="m 48,689 0,5"
1437
+ style="fill:none;stroke:#2e3436;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
1438
+ inkscape:connector-curvature="0" />
1439
+ </g>
1440
+ <g
1441
+ id="g7428"
1442
+ inkscape:label="utilities-terminal"
1443
+ transform="translate(182,638.36222)">
1444
+ <path
1445
+ inkscape:connector-curvature="0"
1446
+ sodipodi:nodetypes="ccccccccc"
1447
+ id="path7430"
1448
+ d="m 124.19887,398.99998 11.60225,0 c 0.66417,0 1.19888,0.53934 1.19888,1.20928 l 0,10.58145 c 0,0.66994 -0.53471,1.20927 -1.19888,1.20927 l -11.60225,0 c -0.66417,0 -1.19887,-0.53933 -1.19887,-1.20927 l 0,-10.58145 c 0,-0.66994 0.5347,-1.20928 1.19887,-1.20928 z"
1449
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible" />
1450
+ <rect
1451
+ ry="0"
1452
+ rx="0"
1453
+ y="398"
1454
+ x="122"
1455
+ height="16"
1456
+ width="15.981825"
1457
+ id="rect7432"
1458
+ style="fill:none;stroke:none" />
1459
+ <path
1460
+ sodipodi:nodetypes="ccc"
1461
+ inkscape:connector-curvature="0"
1462
+ id="path7434"
1463
+ d="m 126.5,408.50001 2,-2.00001 -2,-2"
1464
+ style="color:#bebebe;fill:none;stroke:#2e3436;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
1465
+ <rect
1466
+ y="408"
1467
+ x="130"
1468
+ height="1.00001"
1469
+ width="3"
1470
+ id="rect7436"
1471
+ style="color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1472
+ </g>
1473
+ <g
1474
+ transform="translate(272,638.3622)"
1475
+ id="g7438"
1476
+ inkscape:label="computer"
1477
+ style="display:inline">
1478
+ <g
1479
+ inkscape:label="accessories-calculator"
1480
+ id="g7440">
1481
+ <rect
1482
+ style="opacity:0.51464431;color:#bebebe;fill:none;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1483
+ id="rect7442"
1484
+ width="16"
1485
+ height="16"
1486
+ x="48"
1487
+ y="398" />
1488
+ </g>
1489
+ <g
1490
+ id="g7444">
1491
+ <path
1492
+ inkscape:connector-curvature="0"
1493
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.99999976;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
1494
+ d="M 51.1875,398 C 49.985903,398 49,398.98758 49,400.1875 l 0,5.625 C 49,407.01242 49.985903,408 51.1875,408 l 9.625,0 C 62.014097,408 63,407.01242 63,405.8125 l 0,-5.625 C 63,398.98758 62.014097,398 60.8125,398 l -9.625,0 z m 0,2 9.625,0 C 60.936295,400 61,400.0566 61,400.1875 l 0,5.625 C 61,405.9434 60.936295,406 60.8125,406 l -9.625,0 C 51.063705,406 51,405.9434 51,405.8125 l 0,-5.625 C 51,400.0566 51.063705,400 51.1875,400 z"
1495
+ id="path7446" />
1496
+ <path
1497
+ inkscape:connector-curvature="0"
1498
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
1499
+ d="m 53.90625,409.03125 a 0.50219246,0.50219246 0 1 0 0.09375,1 l 4,0 a 0.50005,0.50005 0 1 0 0,-1 l -4,0 a 0.50005,0.50005 0 0 0 -0.09375,0 z"
1500
+ id="path7448" />
1501
+ <path
1502
+ inkscape:connector-curvature="0"
1503
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
1504
+ d="m 50.90625,411 a 1.0001,1.0001 0 0 0 -0.625,0.28125 l -1,1 A 1.0001,1.0001 0 0 0 50,414 l 12,0 a 1.0001,1.0001 0 0 0 0.71875,-1.71875 l -1,-1 A 1.0001,1.0001 0 0 0 61,411 l -10,0 a 1.0001,1.0001 0 0 0 -0.09375,0 z"
1505
+ id="path7450" />
1506
+ </g>
1507
+ </g>
1508
+ <g
1509
+ style="display:inline"
1510
+ inkscape:label="system-physical"
1511
+ id="g11720-5-4-6-4"
1512
+ transform="translate(304,638.3622)">
1513
+ <g
1514
+ id="g11722-3-9-45-6"
1515
+ inkscape:label="accessories-calculator">
1516
+ <rect
1517
+ y="398"
1518
+ x="48"
1519
+ height="16"
1520
+ width="16"
1521
+ id="rect11724-0-0-2-5"
1522
+ style="opacity:0.51464431;color:#bebebe;fill:none;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1523
+ </g>
1524
+ <g
1525
+ id="g3600-0-2">
1526
+ <path
1527
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.99999976;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
1528
+ d="m 51.1875,398.99972 c -1.2016,0 -2.1875,0.98758 -2.1875,2.1875 l 0,5.625 c 0,1.13596 0.88629,2.08992 2,2.1875 -0.03123,-0.001 -0.06252,-0.001 -0.09375,0 -0.232557,0.017 -0.458018,0.11849 -0.625,0.28125 l -1,1.97227 c -0.574295,0.55537 -0.07993,1.73754 0.71875,1.71875 l 12,0 c 0.798682,0.0188 1.293045,-1.16338 0.71875,-1.71875 l -1,-1.97227 C 61.528972,409.09727 61.264056,408.9936 61,408.99972 c 1.11371,-0.0976 2,-1.05154 2,-2.1875 l 0,-5.625 c 0,-1.19992 -0.9859,-2.1875 -2.1875,-2.1875 z"
1529
+ id="rect11749-5-91-2-4"
1530
+ inkscape:connector-curvature="0"
1531
+ sodipodi:nodetypes="ssscccccccccssss" />
1532
+ </g>
1533
+ </g>
1534
+ <g
1535
+ transform="translate(304,622.3622)"
1536
+ id="g14923"
1537
+ inkscape:label="system-physical"
1538
+ style="display:inline">
1539
+ <g
1540
+ inkscape:label="accessories-calculator"
1541
+ id="g14925">
1542
+ <rect
1543
+ style="opacity:0.51464431;color:#bebebe;fill:none;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1544
+ id="rect14927"
1545
+ width="16"
1546
+ height="16"
1547
+ x="48"
1548
+ y="398" />
1549
+ </g>
1550
+ <g
1551
+ id="g14929">
1552
+ <path
1553
+ sodipodi:nodetypes="ssscccccccccssss"
1554
+ inkscape:connector-curvature="0"
1555
+ id="path14931"
1556
+ d="m 51.1875,398.99972 c -1.2016,0 -2.1875,0.98758 -2.1875,2.1875 l 0,5.625 c 0,1.13596 0.88629,2.08992 2,2.1875 -0.03123,-0.001 -0.06252,-0.001 -0.09375,0 -0.232557,0.017 -0.458018,0.11849 -0.625,0.28125 l -1,1.97227 c -0.574295,0.55537 -0.07993,1.73754 0.71875,1.71875 l 12,0 c 0.798682,0.0188 1.293045,-1.16338 0.71875,-1.71875 l -1,-1.97227 C 61.528972,409.09727 61.264056,408.9936 61,408.99972 c 1.11371,-0.0976 2,-1.05154 2,-2.1875 l 0,-5.625 c 0,-1.19992 -0.9859,-2.1875 -2.1875,-2.1875 z"
1557
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.99999975999999990;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" />
1558
+ </g>
1559
+ </g>
1560
+ <g
1561
+ transform="translate(320,638.3622)"
1562
+ id="g4598"
1563
+ inkscape:label="system-virtual"
1564
+ style="display:inline">
1565
+ <g
1566
+ inkscape:label="accessories-calculator"
1567
+ id="g4600">
1568
+ <rect
1569
+ style="opacity:0.51464431;color:#bebebe;fill:none;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1570
+ id="rect4603"
1571
+ width="16"
1572
+ height="16"
1573
+ x="48"
1574
+ y="398" />
1575
+ </g>
1576
+ <g
1577
+ id="g4605">
1578
+ <path
1579
+ sodipodi:nodetypes="ssscccccccccsssssssssccccssss"
1580
+ inkscape:connector-curvature="0"
1581
+ id="path4607"
1582
+ d="m 51.1875,398.99972 c -1.2016,0 -2.1875,0.98758 -2.1875,2.1875 l 0,5.625 c 0,1.13596 0.88629,2.08992 2,2.1875 -0.03123,-0.001 -0.06252,-0.001 -0.09375,0 -0.232557,0.017 -0.458018,0.11849 -0.625,0.28125 l -1,1.97227 c -0.574295,0.55537 -0.07993,1.73754 0.71875,1.71875 l 12,0 c 0.798682,0.0188 1.293045,-1.16338 0.71875,-1.71875 l -1,-1.97227 C 61.528972,409.09727 61.264056,408.9936 61,408.99972 c 1.11371,-0.0976 2,-1.05154 2,-2.1875 l 0,-5.625 c 0,-1.19992 -0.9859,-2.1875 -2.1875,-2.1875 z m 0,2 9.625,0 c 0.12379,0 0.1875,0.0566 0.1875,0.1875 l 0,5.625 c 0,0.1309 -0.06371,0.1875 -0.1875,0.1875 l -1.999999,0 2.0625,3.9375 -9.8125,0 2.125,-3.9375 -2.000001,0 c -0.12379,0 -0.1875,-0.0566 -0.1875,-0.1875 l 0,-5.625 c 0,-0.1309 0.06371,-0.1875 0.1875,-0.1875 z"
1583
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.99999976;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" />
1584
+ </g>
1585
+ </g>
1586
+ <g
1587
+ style="display:inline"
1588
+ inkscape:label="system-virtual"
1589
+ id="g14963"
1590
+ transform="translate(320,622.3622)">
1591
+ <g
1592
+ id="g14965"
1593
+ inkscape:label="accessories-calculator">
1594
+ <rect
1595
+ y="398"
1596
+ x="48"
1597
+ height="16"
1598
+ width="16"
1599
+ id="rect14967"
1600
+ style="opacity:0.51464431;color:#bebebe;fill:none;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1601
+ </g>
1602
+ <g
1603
+ id="g14969">
1604
+ <path
1605
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.99999975999999990;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
1606
+ d="m 51.1875,398.99972 c -1.2016,0 -2.1875,0.98758 -2.1875,2.1875 l 0,5.625 c 0,1.13596 0.88629,2.08992 2,2.1875 -0.03123,-0.001 -0.06252,-0.001 -0.09375,0 -0.232557,0.017 -0.458018,0.11849 -0.625,0.28125 l -1,1.97227 c -0.574295,0.55537 -0.07993,1.73754 0.71875,1.71875 l 12,0 c 0.798682,0.0188 1.293045,-1.16338 0.71875,-1.71875 l -1,-1.97227 C 61.528972,409.09727 61.264056,408.9936 61,408.99972 c 1.11371,-0.0976 2,-1.05154 2,-2.1875 l 0,-5.625 c 0,-1.19992 -0.9859,-2.1875 -2.1875,-2.1875 z m 0,2 9.625,0 c 0.12379,0 0.1875,0.0566 0.1875,0.1875 l 0,5.625 c 0,0.1309 -0.06371,0.1875 -0.1875,0.1875 l -1.999999,0 2.0625,3.9375 -9.8125,0 2.125,-3.9375 -2.000001,0 c -0.12379,0 -0.1875,-0.0566 -0.1875,-0.1875 l 0,-5.625 c 0,-0.1309 0.06371,-0.1875 0.1875,-0.1875 z"
1607
+ id="path14971"
1608
+ inkscape:connector-curvature="0"
1609
+ sodipodi:nodetypes="ssscccccccccsssssssssccccssss" />
1610
+ </g>
1611
+ </g>
1612
+ </g>
1613
+ </svg>