Reviewers: mp+139442_code.launchpad.net, Message: Please take a look.
Description: Fix production server. ...and I hope uistaging as a consequence. The topology views were not correctly referenced in modules.js. https://code.launchpad.net/~frankban/juju-gui/broken/+merge/139442 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/6927053/ Affected files: A [revision details] M app/modules.js Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: [email protected] +New revision: [email protected] Index: app/modules.js === modified file 'app/modules.js' --- app/modules.js 2012-12-05 19:52:20 +0000 +++ app/modules.js 2012-12-12 10:51:56 +0000 @@ -14,6 +14,7 @@ 'd3-components', 'juju-templates', 'juju-notifications', + 'juju-topology', 'juju-view-utils', 'juju-view-environment', 'juju-view-service', -- https://code.launchpad.net/~frankban/juju-gui/broken/+merge/139442 Your team Juju GUI Hackers is requested to review the proposed merge of lp:~frankban/juju-gui/broken into lp:juju-gui. -- Mailing list: https://launchpad.net/~yellow Post to : [email protected] Unsubscribe : https://launchpad.net/~yellow More help : https://help.launchpad.net/ListHelp

