0

I have added a side bar like this one onto a CDE dashboard.

https://bootsnipp.com/snippets/featured/responsive-navigation-menu

Now the sidebar needs to be on every page listed on the menu.

What is the best way to go about this?

  • I could copy it on every single dash board - it works but it's not great especially if I need to change stg ex-post.
  • Create an "index" page with the side bar and an iframe to display the "sub" dashboards?
  • Create a widget (I tried but no success so far)
  • Custom component?
ulrich
  • 3,547
  • 5
  • 35
  • 49

1 Answers1

1

I think I solved the problem by using jquery load like these guys did.

Include another HTML file in a HTML file

ulrich
  • 3,547
  • 5
  • 35
  • 49