Commit Graph

8 Commits

Author SHA1 Message Date
Akihiro Motoki eac3e7032a Drop Heat related code from horizon
Orchestration tab in the admin info panel needs a discussion.
It seems not to be covered by heat-dashboard yet.

blueprint heat-dashboard-split-out

Change-Id: I56e6edb1f2ac72e2f42d0e9f3291308e67f24cad
2017-12-05 07:38:55 +00:00
Eddie Ramirez 69e18fc42c Server-side filtering Orchestration
Included patch 12 changes
Implements blueprint: server-side-filtering
Co-authored-by: Revon Mathews <revon.mathews@intel.com>
Change-Id: I22c5c736f756b1f5640d2fc4d284ac45deaefc19
2016-10-17 15:50:17 +00:00
Tatiana Ovchinnikova a86c7d9be7 Remove Orchestration Resource Types names restriction
The additional columns "Implementation", "Component" and "Resource"
are representative for a limited resource type group only. Resource
type name can have less or more than three words and Heat even allows
to specify a URL as a resource type. Horizon should not use these
columns at all: "Type" column and filter will do just the same trick.

Change-Id: I38a671490b90122e2d75e6aa11d3de0fa12817c9
Closes-Bug: #1614000
2016-08-17 20:21:26 +03:00
Ramaraja dafa021766 Remove multi select option on Resource types table
Resource Types panel in Orchestration panel group has a resources
type table.Filter option has been added recently and it brings
checkboxes for each rows by default which is not necessary for this
table action. Hence set multi select option false to remove checkboxes.

Change-Id: Id3fee4fc8c4a67b6ac0057fce92178b8a314e57d
Closes-Bug: #1606328
2016-07-26 17:55:23 +00:00
Kenji Ishii 2b80998f9a Add filter function on resource type table
Resource Types panel in Orchestration panel group has a resources
type table. This table does not have a filter function even though
the number of colums is over 90.
This patch add a filter function to this table.

Change-Id: I66e950b1acc3d9ea70fff5545cc0cc7fce6fa500
Closes-bug: #1569681
2016-04-20 11:56:18 +00:00
lin-hua-cheng 0cde6aa055 Move to hacking 0.10
Release notes:
http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0

Per the release notes, H307, H803 and H904 has been removed.

Fix code issues with H238 and W292.

Change-Id: I747ebb64db5825bc70f1ae19c1c1f5ca2089c06d
2015-02-04 20:27:07 -08:00
Tatiana Ovchinnikova 1eba7895e3 Resource types table improvement
To make clear that "AWS" is a compatibility layer and not actual AWS,
it's better to use "AWS compatible" instead of "Amazon Web Services"
for the resource types table.

Partially implements blueprint: heat-ui-improvement

Change-Id: Ib44046253f5f921765ff6e3726f1d26edf422973
2015-01-23 09:14:29 +03:00
Tatiana Ovchinnikova 36273e917b Orchestration Resource types panel
This patch set adds 'Resources' panel to 'Orchestration' to
provide user with a list of all available resource types.

Partially implements blueprint: heat-ui-improvement

Change-Id: I0e26a1009500cc4fa78ef27ca06553cdc987fd48
2015-01-21 14:31:21 +03:00