[doc] Fix: Tutorial: Building a Dashboard

The directory structure after executing the commands is
different from the document provided.
This patch make it consistent.

Change-Id: I5a78765c4760d3bc0b27a0f67f2d47960fd4824d
This commit is contained in:
manchandavishal 2019-01-11 05:04:03 +00:00
parent 7899b04888
commit 40e36a1c8c
1 changed files with 2 additions and 3 deletions

View File

@ -71,8 +71,8 @@ structure that looks like the following::
│   └── views.py
├── static
│   └── mydashboard
│   ├── css
│   │   └── mydashboard.css
│   ├── scss
│   │   └── mydashboard.scss
│   └── js
│   └── mydashboard.js
└── templates
@ -134,7 +134,6 @@ As described above, the ``mypanel`` directory under
mypanel
├── __init__.py
├── models.py
├── panel.py
├── templates
│   └── mypanel