Merge "[doc] Fix: Tutorial: Building a Dashboard"

This commit is contained in:
Zuul 2019-01-11 15:54:55 +00:00 committed by Gerrit Code Review
commit c1629e30dc
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