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

View File

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