20 lines
502 B
ReStructuredText
20 lines
502 B
ReStructuredText
![]() |
========
|
||
|
Glossary
|
||
|
========
|
||
|
|
||
|
Horizon
|
||
|
|
||
|
The OpenStack dashboard project. Also the name of the top-level
|
||
|
Python object which handles registration for the app.
|
||
|
|
||
|
Dashboard
|
||
|
|
||
|
A Python class representing a top-level navigation item (e.g. "syspanel")
|
||
|
which provides a consistent API for Horizon-compatible applications.
|
||
|
|
||
|
Panel
|
||
|
|
||
|
A Python class representing a sub-navigation item (e.g. "instances")
|
||
|
which contains all the necessary logic (views, forms, tests, etc.) for
|
||
|
that interface.
|