Skip to content

Instantly share code, notes, and snippets.

@abjerner
Created January 19, 2015 18:40
Show Gist options
  • Save abjerner/598b8f1733ca2c5ba861 to your computer and use it in GitHub Desktop.
Save abjerner/598b8f1733ca2c5ba861 to your computer and use it in GitHub Desktop.
Adding a dashboard for a custom section

Open /config/Dashboard.config, then add something like:

<section alias="CustomDashboardSection">
  <areas>
    <area>myApp</area>
  </areas>
  <tab caption="Welcome">
    <control addPanel="true" panelCaption="">
      /App_Plugins/myApp/dashboard.html
    </control>
  </tab>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment