~hatch/juju-gui/scaffold-routing

« back to all changes in this revision

Viewing changes to app/modules-debug.js

  • Committer: Benjamin Saller
  • Author(s): Benjamin Saller
  • Date: 2013-02-22 17:47:03 UTC
  • mfrom: (385.4.8 landscape-aggro)
  • Revision ID: bcsaller@gmail.com-20130222174703-tz2m1c8rg6cnr1ln
Landscape integration helper

views.Landscape provides an update method to rollup annotations
from units to services and from services to environments.

It also provides a facility for taking model objects and generating
appropriate links into Landscape.

R=gary.poster, matthew.scott
CC=
https://codereview.appspot.com/7403044

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        },
58
58
 
59
59
        // Views
 
60
        'juju-landscape': {
 
61
          fullpath: '/juju-ui/views/landscape.js'
 
62
        },
 
63
 
60
64
        'juju-topology-relation': {
61
65
          fullpath: '/juju-ui/views/topology/relation.js'
62
66
        },
130
134
            'juju-view-service',
131
135
            'juju-view-unit',
132
136
            'juju-view-charm',
133
 
            'juju-view-charm-collection'
 
137
            'juju-view-charm-collection',
 
138
            'juju-landscape'
134
139
          ]
135
140
        },
136
141