tree: f91a411964cbd2f8cc0796667fc0ad8402c2c245 [path history] [tgz]
  1. .bowerrc
  2. .eslintrc
  3. .gitignore
  4. README.md
  5. bower.json
  6. gulp/
  7. gulpfile.js
  8. karma.conf.js
  9. mock-cfg.json
  10. mocks/
  11. package.json
  12. spec/
  13. src/
views/ngXosViews/globalXos/README.md

Global XOS View

To onboard this view, use:

# You can use this recipe to load the dashboard in the system:
GlobalXos:
  type: tosca.nodes.DashboardView
  properties:
    url: template:xosGlobalXos

# And this recipe to activate the dashboard for a user:
padmin@vicci.org:
  type: tosca.nodes.User
  properties:
    no-create: true
    no-delete: true
  requirements:
    - globalXos_dashboard:
        node: GlobalXos
        relationship: tosca.relationships.UsesDashboard