Xos Sample GUI Dashboard Extension

From our sample GUI extension module we are able to extend the dashboard.

To add a component to the dashboard you can invoke the XosComponentInjector service as in this example:
      XosComponentInjector.injectComponent(
      '#dashboard-component-container',
      'dashboardExtension',
      {},
      '',
      false
    );