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

Side by Side Diff: test/index.html

Issue 11517043: Initial pass at charm details in inspector
Patch Set: Initial pass at charm details in inspector Created 10 years, 8 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:
View unified diff | Download patch
« no previous file with comments | « app/views/viewlets/charm-details.js ('k') | test/test_browser_charm_details.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <!-- 2 <!--
3 This file is part of the Juju GUI, which lets users view and manage Juju 3 This file is part of the Juju GUI, which lets users view and manage Juju
4 environments within a graphical interface (https://launchpad.net/juju-gui). 4 environments within a graphical interface (https://launchpad.net/juju-gui).
5 Copyright (C) 2012-2013 Canonical Ltd. 5 Copyright (C) 2012-2013 Canonical Ltd.
6 6
7 This program is free software: you can redistribute it and/or modify it under 7 This program is free software: you can redistribute it and/or modify it under
8 the terms of the GNU Affero General Public License version 3, as published by 8 the terms of the GNU Affero General Public License version 3, as published by
9 the Free Software Foundation. 9 the Free Software Foundation.
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <script src="test_d3_components.js"></script> 71 <script src="test_d3_components.js"></script>
72 <script src="test_d3_status.js"></script> 72 <script src="test_d3_status.js"></script>
73 <script src="test_endpoints.js"></script> 73 <script src="test_endpoints.js"></script>
74 <script src="test_env.js"></script> 74 <script src="test_env.js"></script>
75 <script src="test_env_go.js"></script> 75 <script src="test_env_go.js"></script>
76 <script src="test_env_python.js"></script> 76 <script src="test_env_python.js"></script>
77 <script src="test_environment_view.js"></script> 77 <script src="test_environment_view.js"></script>
78 <script src="test_event_tracker.js"></script> 78 <script src="test_event_tracker.js"></script>
79 <script src="test_fakebackend.js"></script> 79 <script src="test_fakebackend.js"></script>
80 <script src="test_filter_widget.js"></script> 80 <script src="test_filter_widget.js"></script>
81 <script src="test_inspector_charm.js"></script>
81 <script src="test_inspector_constraints.js"></script> 82 <script src="test_inspector_constraints.js"></script>
82 <script src="test_inspector_overview.js"></script> 83 <script src="test_inspector_overview.js"></script>
83 <script src="test_inspector_settings.js"></script> 84 <script src="test_inspector_settings.js"></script>
84 <script src="test_inspector_widget.js"></script> 85 <script src="test_inspector_widget.js"></script>
85 <script src="test_landscape.js"></script> 86 <script src="test_landscape.js"></script>
86 <script src="test_login.js"></script> 87 <script src="test_login.js"></script>
87 88
88 <!-- FIXME: latter three modules depend on side effects from model tests. --> 89 <!-- FIXME: latter three modules depend on side effects from model tests. -->
89 <script src="test_model.js"></script> 90 <script src="test_model.js"></script>
90 <script src="test_model_controller.js"></script> 91 <script src="test_model_controller.js"></script>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 165
165 </head> 166 </head>
166 167
167 <body> 168 <body>
168 <div id="shortcut-help" style="display: none"></div> 169 <div id="shortcut-help" style="display: none"></div>
169 <div id="logout-trigger" style="display: none"></div> 170 <div id="logout-trigger" style="display: none"></div>
170 <div id="main" class="container"></div> 171 <div id="main" class="container"></div>
171 <div id="mocha"></div> 172 <div id="mocha"></div>
172 </body> 173 </body>
173 </html> 174 </html>
OLDNEW
« no previous file with comments | « app/views/viewlets/charm-details.js ('k') | test/test_browser_charm_details.js » ('j') | no next file with comments »

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