aa46b05b868938be0abe30ef21a206fa523726d4
FAQ/How-do-I-customize-my-dashboard-viewer-page.md
| ... | ... | @@ -28,12 +28,17 @@ Resources/components/dashboard/templates/toolbar.html |
| 28 | 28 | |
| 29 | 29 | Find this element: |
| 30 | 30 | |
| 31 | -<div class="iz-dash-linkspanel-container" |
|
| 32 | - ng-show="!toolbarController.isButtonBarVisible"> |
|
| 31 | +```html |
|
| 32 | + |
|
| 33 | +<div class="iz-dash-linkspanel-container" ng-show="!toolbarController.isButtonBarVisible"> |
|
| 34 | + |
|
| 35 | +``` |
|
| 33 | 36 | |
| 34 | 37 | And change it to: |
| 35 | 38 | |
| 39 | +```html |
|
| 36 | 40 | <div class="iz-dash-linkspanel-container" ng-show="false"> |
| 41 | +``` |
|
| 37 | 42 | |
| 38 | 43 | ###Dashboard Background Image |
| 39 | 44 |