Fix a syntax errors in the docs
Also, fix the title Change-Id: I775e83da13b4c6762a82f27f1c735b33d01eec99
This commit is contained in:
parent
86b1977609
commit
04f7121415
@ -1,5 +1,5 @@
|
||||
Tuskar UI
|
||||
=========
|
||||
Tuskar UI Extras
|
||||
================
|
||||
|
||||
Contents:
|
||||
|
||||
|
@ -16,7 +16,7 @@ Then add enabling files into /usr/share/openstack-dashboard/openstack_dashboard/
|
||||
'tuskar_boxes',
|
||||
]
|
||||
|
||||
``_60_tuskar_sat_ui.py``:
|
||||
``_60_tuskar_sat_ui.py``::
|
||||
|
||||
PANEL = 'nodes'
|
||||
PANEL_DASHBOARD = 'infrastructure'
|
||||
@ -44,7 +44,7 @@ Install Tuskar UI Extras with all dependencies in your virtual environment::
|
||||
Enabling Tuskar-UI Boxes
|
||||
------------------------
|
||||
|
||||
To enable the Tuskar-UI Boxes plugin in Horizon, copy the config file:.
|
||||
To enable the Tuskar-UI Boxes plugin in Horizon, copy the config file::
|
||||
|
||||
cp ../tuskar-ui-extras/_60_tuskar_boxes.py.example openstack_dashboard/local/enabled/_60_tuskar_boxes.py
|
||||
|
||||
@ -52,7 +52,7 @@ To enable the Tuskar-UI Boxes plugin in Horizon, copy the config file:.
|
||||
Enabling Tuskar Satellite Integration
|
||||
-------------------------------------
|
||||
|
||||
To enable the Tuskar-SAT6 UI plugin in Horizon, copy the config file:.
|
||||
To enable the Tuskar-SAT6 UI plugin in Horizon, copy the config file::
|
||||
|
||||
cp ../tuskar-ui-extras/_60_tuskar_sat_ui.py.example openstack_dashboard/local/enabled/_60_tuskar_sat_ui.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user