horizon/openstack_dashboard/enabled
Matt Borland 11968c840c Generic details display framework
This patch provides the ability for the registered detail views for
any resource type to be generically presented.

This patch does the following:
 * Adds a directive that displays a set of views (i.e. details sub-views)
 * Adds a Generic Detail display for routed pages
 * Adds the concept of a Descriptor which contains a resource type name
   and an identifier.  The identifier can be something as simple as
   a string, but may also be an object (if the resource type needs more
   than one value to look up its data, e.g. Pool Members)
 * Adds the ability for a resource type to have knowledge about how one
   of its items may be loaded, so any detail page can fetch the information
   given a basic context
 * Adds a generic Angular page (since they all just route to ng-views).
   We will see this used in subsequent patches as well.
 * Sets up a Django route to a non-navigational panel for the Details

Change-Id: Ie116b52ba196f9240fdc6bbc4a12d37beb9b9fcf
Partially-Implements: blueprint angular-registry
2016-05-16 11:39:57 -06:00
..
_50_admin_add_panel.py.example Changing term 'name' to 'slug' 2015-01-08 21:10:09 -07:00
_60_admin_remove_panel.py.example Changing term 'name' to 'slug' 2015-01-08 21:10:09 -07:00
_70_admin_default_panel.py.example Changing term 'name' to 'slug' 2015-01-08 21:10:09 -07:00
_80_admin_add_panel_group.py.example Changing term 'name' to 'slug' 2015-01-08 21:10:09 -07:00
_90_admin_add_panel_to_group.py.example Changing term 'name' to 'slug' 2015-01-08 21:10:09 -07:00
_1000_project.py Fix theming in angular launch instance 2016-03-02 20:08:49 -07:00
_1010_compute_panel_group.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1020_project_overview_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1030_project_instances_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1040_project_volumes_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1050_project_images_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1051_project_ng_images_panel.py Remove unnecessary brackets from enabled files 2015-09-22 11:44:48 +10:00
_1060_project_access_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1070_project_ng_details_panel.py Generic details display framework 2016-05-16 11:39:57 -06:00
_1410_network_panel_group.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1420_project_network_topology_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1430_project_network_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1440_project_routers_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1450_project_loadbalancers_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1460_project_firewalls_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1470_project_vpn_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1610_orchestration_panel_group.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1620_project_stacks_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1630_project_resource_types_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1640_project_template_versions_panel.py Heat Template Versions panel 2016-05-05 06:45:46 +00:00
_1910_object_store_panel_group.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_1920_project_containers_panel.py Make ngcontainers the default Swift UI 2016-03-17 11:40:49 -07:00
_2000_admin.py Dynamic Themes 2016-02-25 09:49:43 -08:00
_2010_admin_system_panel_group.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2020_admin_overview_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2030_admin_metering_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2040_admin_hypervisors_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2050_admin_aggregates_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2060_admin_instances_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2070_admin_volumes_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2080_admin_flavors_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2081_admin_flavors_panel.py Add angular flavors panel 2015-10-21 13:22:50 -07:00
_2090_admin_images_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2100_admin_networks_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2110_admin_routers_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2120_admin_defaults_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2130_admin_metadata_defs_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_2140_admin_info_panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_3000_identity.py Match python/ angular table styles 2016-03-01 10:36:16 +00:00
_3010_identity_domains_panel.py Fix config ordering for identity plugin file 2015-11-12 11:38:41 -08:00
_3020_identity_projects_panel.py Fix config ordering for identity plugin file 2015-11-12 11:38:41 -08:00
_3030_identity_users_panel.py Fix config ordering for identity plugin file 2015-11-12 11:38:41 -08:00
_3031_identity_users_panel.py Remove unnecessary brackets from enabled files 2015-09-22 11:44:48 +10:00
_3040_identity_groups_panel.py Fix config ordering for identity plugin file 2015-11-12 11:38:41 -08:00
_3050_identity_roles_panel.py Fix config ordering for identity plugin file 2015-11-12 11:38:41 -08:00
_3060_federation_panel_group.py Add support for identity provider management 2016-01-21 18:40:13 -08:00
_3070_identity_identity_providers_panel.py Add support for identity provider management 2016-01-21 18:40:13 -08:00
_3080_identity_mappings_panel.py Add basic CRUD for federation mapping 2016-02-04 00:10:46 +00:00
_5000_settings.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
_9001_developer.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00
_9010_preview.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00
__init__.py Plugin-based dashboard configuration 2013-12-04 10:47:22 +01:00