Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/resource-introspection. Description: An ENORMOUS amount of the code in the dashboards right now is boilerplate CRUD which can all be abstracted into a few lines of code if we simply had proper resource introspection for the resources returned by the clients. Things like names, tables, basic actions, etc. can all be done for 90% of cases with a default sane set of generators. There are HUGE wins to be had here, and it will make adding new management interfaces in the future nearly trivial. Specification URL (additional information): None