==================================== Skyline (OpenStack Modern Dashboard) ==================================== Skyline Console is a modern dashboard for OpenStack - UI. - `Documentation `__ - `Installing Guide `__ - `Issue tracking: `__ - `Release notes: `__ - `Wiki `__ .. image:: https://governance.openstack.org/tc/badges/skyline-console.svg :target: https://governance.openstack.org/tc/reference/tags/ Instructions ------------ `简体中文 <./README/README-zh_CN.rst>`__ \| English \| `한국어 <./README/README-ko_KR.rst>`__ **Table of contents** - `Instructions <#instructions>`__ - `Using Skyline <#usingskyline>`__ - `Docs <#docs>`__ - `How to develop <#how-to-develop>`__ - `How to test <#how-to-test>`__ Using Skyline ------------- See doc/source/install/index.rst about how to install Skyline in your OpenStack setup. It describes the example steps and has pointers for more detailed settings and configurations. It is also available at `Installing Guide `__. Docs ---- How to develop ~~~~~~~~~~~~~~ - `Preparation before development `__ - `Directory structure `__ - `Develop a new resource page `__ - `BaseList introduction `__ - `BaseTabList introduction `__ - `BaseDetail introduction `__ - `BaseDetailInfo introduction `__ - `BaseStore introduction `__ - `FormAction introduction `__ - `ModalAction introduction `__ - `ConfirmAction introduction `__ - `StepAction introduction `__ - `FormItem introduction `__ - `Action introduction `__ - `Menu introduction `__ - `Route introduction `__ - `I18n introduction `__ How to test ~~~~~~~~~~~ - `Two kinds of tests `__ - `Directory structure `__ - `How to edit e2e case `__ - `E2E - Form operation `__ - `E2E - Table operation `__ - `E2E - Detail operation `__ - `E2E - Resource operation `__