ab84d978a27fb828234e34073d4cf74eecd6c7a2
Guides/Dashboards-v2.md
| ... | ... | @@ -24,9 +24,9 @@ Izenda now offers its new Angular.js Dashboard Designer / Viewer with the platfo |
| 24 | 24 | <div class="page"> |
| 25 | 25 | <ul id="topnav" style="margin: 0px; padding: 0px;"> |
| 26 | 26 | <li class="top-nav-item"><a href="ReportList.aspx">Reports</a></li> |
| 27 | - <li class="top-nav-item"><a href="Dashboards.aspx?clear=1" onclick="ShowRlToDbLoading();">Dashboards</a></li> |
|
| 27 | + <li class="top-nav-item"><a href="Dash.aspx?clear=1" onclick="ShowRlToDbLoading();">Dashboards</a></li> |
|
| 28 | 28 | ``` |
| 29 | -4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";, as well as the dashboard designer setting to AdHocSettings.DashboardDesigner = "Dash.aspx"; |
|
| 29 | +4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";, as well as the dashboard designer setting to AdHocSettings.DashboardDesignerUrl = "Dash.aspx"; |
|
| 30 | 30 | |
| 31 | 31 | ##MVC |
| 32 | 32 |