|
1 | | -#Licensed to the Apache Software Foundation (ASF) under one |
2 | | -#or more contributor license agreements. See the NOTICE file |
3 | | -#distributed with this work for additional information |
4 | | -#regarding copyright ownership. The ASF licenses this file |
5 | | -#to you under the Apache License, Version 2.0 (the |
6 | | -#"License"); you may not use this file except in compliance |
7 | | -#with the License. You may obtain a copy of the License at |
8 | | -#http://www.apache.org/licenses/LICENSE-2.0 |
9 | | -#Unless required by applicable law or agreed to in writing, |
10 | | -#software distributed under the License is distributed on an |
11 | | -#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
12 | | -#KIND, either express or implied. See the License for the |
13 | | -#specific language governing permissions and limitations |
14 | | -#under the License. |
| 1 | +<!-- |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + or more contributor license agreements. See the NOTICE file |
| 4 | + distributed with this work for additional information |
| 5 | + regarding copyright ownership. The ASF licenses this file |
| 6 | + to you under the Apache License, Version 2.0 (the |
| 7 | + "License"); you may not use this file except in compliance |
| 8 | + with the License. You may obtain a copy of the License at |
15 | 9 |
|
16 | | -<!DOCTYPE html> |
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, |
| 13 | + software distributed under the License is distributed on an |
| 14 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + KIND, either express or implied. See the License for the |
| 16 | + specific language governing permissions and limitations |
| 17 | + under the License. |
| 18 | +--> |
| 19 | + |
| 20 | +<!doctype html> |
17 | 21 | <html lang="en" ng-app="cloudstack"> |
18 | 22 | <head> |
19 | 23 | <meta charset="utf-8"> |
@@ -102,41 +106,41 @@ <h3>CloudStack UI using Angular.js and Twitter Bootstrap</h3> |
102 | 106 | </table> |
103 | 107 | </script> |
104 | 108 |
|
105 | | - <script type="text/javascript" src="static/js/lib/jquery-1.7.2.js"></script> |
106 | | - <script type="text/javascript" src="static/js/lib/angular.js"></script> |
107 | | - <script type="text/javascript" src="static/js/app/app.js"></script> |
108 | | - <script type="text/javascript" src="static/js/common/resources/virtualmachines.js"></script> |
109 | | - <script type="text/javascript" src="static/js/app/instances/instances.js"></script> |
110 | | - <script type="text/javascript" src="static/js/common/resources/volumes.js"></script> |
111 | | - <script type="text/javascript" src="static/js/common/resources/snapshots.js"></script> |
112 | | - <script type="text/javascript" src="static/js/app/storage/storage.js"></script> |
113 | | - <script type="text/javascript" src="static/js/common/resources/networks.js"></script> |
114 | | - <script type="text/javascript" src="static/js/app/networks/networks.js"></script> |
115 | | - <script type="text/javascript" src="static/js/common/resources/templates.js"></script> |
116 | | - <script type="text/javascript" src="static/js/app/templates/templates.js"></script> |
117 | | - <script type="text/javascript" src="static/js/common/resources/events.js"></script> |
118 | | - <script type="text/javascript" src="static/js/app/events/events.js"></script> |
119 | | - <script type="text/javascript" src="static/js/common/resources/accounts.js"></script> |
120 | | - <script type="text/javascript" src="static/js/app/accounts/accounts.js"></script> |
121 | | - <script type="text/javascript" src="static/js/common/resources/domains.js"></script> |
122 | | - <script type="text/javascript" src="static/js/app/domains/domains.js"></script> |
123 | | - <script type="text/javascript" src="static/js/app/globalsettings/globalsettings.js"></script> |
124 | | - <script type="text/javascript" src="static/js/app/serviceofferings/serviceofferings.js"></script> |
125 | | - <script type="text/javascript" src="static/js/common/resources/serviceofferings.js"></script> |
126 | | - <script type="text/javascript" src="static/js/common/resources/projects.js"></script> |
127 | | - <script type="text/javascript" src="static/js/app/projects/projects.js"></script> |
128 | | - <script type="text/javascript" src="static/js/common/resources/configurations.js"></script> |
129 | | - <script type="text/javascript" src="static/js/common/services/breadcrumbs.js"></script> |
130 | | - <script type="text/javascript" src="static/js/common/services/helperfunctions.js"></script> |
131 | | - <script type="text/javascript" src="static/js/common/services/requester.js"></script> |
132 | | - <script type="text/javascript" src="static/js/common/services/notifications.js"></script> |
133 | | - <script type="text/javascript" src="static/js/common/directives/confirm.js"></script> |
134 | | - <script type="text/javascript" src="static/js/common/directives/modal-form.js"></script> |
135 | | - <script type="text/javascript" src="static/js/common/directives/label.js"></script> |
136 | | - <script type="text/javascript" src="static/js/common/directives/edit-in-place.js"></script> |
137 | | - <script type="text/javascript" src="static/js/common/dictionary.js"></script> |
138 | | - <script type="text/javascript" src="static/js/common/resources/zones.js"></script> |
139 | | - <script type="text/javascript" src="static/js/common/resources/diskofferings.js"></script> |
140 | | - <script type="text/javascript" src="static/js/lib/angular-ui.min.js"></script> |
| 109 | + <script src="static/js/lib/jquery-1.7.2.js"></script> |
| 110 | + <script src="static/js/lib/angular.js"></script> |
| 111 | + <script src="static/js/app/app.js"></script> |
| 112 | + <script src="static/js/common/resources/virtualmachines.js"></script> |
| 113 | + <script src="static/js/app/instances/instances.js"></script> |
| 114 | + <script src="static/js/common/resources/volumes.js"></script> |
| 115 | + <script src="static/js/common/resources/snapshots.js"></script> |
| 116 | + <script src="static/js/app/storage/storage.js"></script> |
| 117 | + <script src="static/js/common/resources/networks.js"></script> |
| 118 | + <script src="static/js/app/networks/networks.js"></script> |
| 119 | + <script src="static/js/common/resources/templates.js"></script> |
| 120 | + <script src="static/js/app/templates/templates.js"></script> |
| 121 | + <script src="static/js/common/resources/events.js"></script> |
| 122 | + <script src="static/js/app/events/events.js"></script> |
| 123 | + <script src="static/js/common/resources/accounts.js"></script> |
| 124 | + <script src="static/js/app/accounts/accounts.js"></script> |
| 125 | + <script src="static/js/common/resources/domains.js"></script> |
| 126 | + <script src="static/js/app/domains/domains.js"></script> |
| 127 | + <script src="static/js/app/globalsettings/globalsettings.js"></script> |
| 128 | + <script src="static/js/app/serviceofferings/serviceofferings.js"></script> |
| 129 | + <script src="static/js/common/resources/serviceofferings.js"></script> |
| 130 | + <script src="static/js/common/resources/projects.js"></script> |
| 131 | + <script src="static/js/app/projects/projects.js"></script> |
| 132 | + <script src="static/js/common/resources/configurations.js"></script> |
| 133 | + <script src="static/js/common/services/breadcrumbs.js"></script> |
| 134 | + <script src="static/js/common/services/helperfunctions.js"></script> |
| 135 | + <script src="static/js/common/services/requester.js"></script> |
| 136 | + <script src="static/js/common/services/notifications.js"></script> |
| 137 | + <script src="static/js/common/directives/confirm.js"></script> |
| 138 | + <script src="static/js/common/directives/modal-form.js"></script> |
| 139 | + <script src="static/js/common/directives/label.js"></script> |
| 140 | + <script src="static/js/common/directives/edit-in-place.js"></script> |
| 141 | + <script src="static/js/common/dictionary.js"></script> |
| 142 | + <script src="static/js/common/resources/zones.js"></script> |
| 143 | + <script src="static/js/common/resources/diskofferings.js"></script> |
| 144 | + <script src="static/js/lib/angular-ui.min.js"></script> |
141 | 145 | </body> |
142 | 146 | </html> |
0 commit comments