https://blueprints.launchpad.net/fuel/+spec/ui-plugins-list
Customer who has installed one or more plugins in Fuel, should be able to view them on the Fuel Web UI.
Currently we haven’t possibility to view information about installed plugins on the Fuel Web UI.
Create a separate page in UI with appropriate information about installed plugins.
This page should be on the same level like Environments, Releases and Support, between Releases and Support.
Page shows the list of installed plugins, every plugin in the list should contain next fields: name, version, description, compatibility information with MOS (releases), provider (authors), category (group).
Installed plugins list information comes from GET request to /api/plugins url:
[
{
"name": "plugin_name",
"version": "1.0",
"description": '',
"authors": '',
"releases": '',
"group": ''
},
...
]
None
None
None
None
None
None
None
None
Described above.
None
None
Primary assignee:
Developers:
None
The documentation should cover how the end user experience has been changed.
None