Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(408)

Delta Between Two Patch Sets: app/views/topology/importexport.js

Issue 10500044: Make charms able to be dragged to the environment.
Left Patch Set: Make charms able to be dragged to the environment. Created 11 years, 9 months ago
Right Patch Set: Make charms able to be dragged to the environment. Created 11 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « app/views/charm-panel.js ('k') | app/views/topology/service.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 This file is part of the Juju GUI, which lets users view and manage Juju 2 This file is part of the Juju GUI, which lets users view and manage Juju
3 environments within a graphical interface (https://launchpad.net/juju-gui). 3 environments within a graphical interface (https://launchpad.net/juju-gui).
4 Copyright (C) 2012-2013 Canonical Ltd. 4 Copyright (C) 2012-2013 Canonical Ltd.
5 5
6 This program is free software: you can redistribute it and/or modify it under 6 This program is free software: you can redistribute it and/or modify it under
7 the terms of the GNU Affero General Public License version 3, as published by 7 the terms of the GNU Affero General Public License version 3, as published by
8 the Free Software Foundation. 8 the Free Software Foundation.
9 9
10 This program is distributed in the hope that it will be useful, but WITHOUT 10 This program is distributed in the hope that it will be useful, but WITHOUT
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 }, '0.1.0', { 149 }, '0.1.0', {
150 requires: [ 150 requires: [
151 'node', 151 'node',
152 'event', 152 'event',
153 'd3-components', 153 'd3-components',
154 'juju-models', 154 'juju-models',
155 'juju-env', 155 'juju-env',
156 'juju-view-utils' 156 'juju-view-utils'
157 ] 157 ]
158 }); 158 });
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b