Repository: qpid-dispatch Updated Branches: refs/heads/master a704a8035 -> 13096e737
NO-JIRA - Added license information to a few files Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/13096e73 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/13096e73 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/13096e73 Branch: refs/heads/master Commit: 13096e737c335e1b860c539e19fa7dd66fa3aa58 Parents: a704a80 Author: Ganesh Murthy <[email protected]> Authored: Thu Apr 6 13:33:26 2017 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Thu Apr 6 13:33:26 2017 -0400 ---------------------------------------------------------------------- .rat-excludes | 12 +++- LICENSE | 73 ++++++++++++++++++++ console/dispatch-dashboard/README.rst | 18 +++++ .../dispatch/overv/templates/overv/index.html | 19 +++++ .../topology/download-dialog-template.html | 19 +++++ .../dispatch/topology/node-config-template.html | 19 +++++ .../dispatch/templates/dispatch/base.html | 19 +++++ .../topology/templates/topology/index.html | 19 +++++ console/hawtio/src/main/webapp/index.html | 19 +++++ .../main/webapp/plugin/html/tmplListChart.html | 19 +++++ .../main/webapp/plugin/html/tmplListTree.html | 19 +++++ .../webapp/plugin/html/tmplOverviewTree.html | 19 +++++ console/stand-alone/plugin/css/dispatchpf.css | 19 +++++ .../plugin/html/tmplChartConfig.html | 19 +++++ .../stand-alone/plugin/html/tmplListChart.html | 19 +++++ .../stand-alone/plugin/html/tmplListTree.html | 19 +++++ .../plugin/html/tmplOverviewTree.html | 19 +++++ console/test/css/mock.css | 19 +++++ 18 files changed, 387 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 52a0ee0..d82cc58 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -8,5 +8,15 @@ server-password-file-bad.txt server-password-file.txt v3_ca.ext .*rat-excludes -.*rhea-min.js .*~ +MANIFEST.in +valgrind.supp +VERSION.txt +.gitignore +.*rhea-min.js +angular-patternfly.min.js +angular-patternfly.min.css +d3.v3.min.js +jquery.dynatree.min.js +slider.js +ui-grid.js http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 3775103..5e65e4c 100644 --- a/LICENSE +++ b/LICENSE @@ -209,3 +209,76 @@ console/stand-alone/plugin/lib/rhea-min.js is licensed under the above Apache Li console/hawtio/src/main/webapp/plugin/lib/rhea-min.js is licensed under the above Apache License, Version 2.0 +console/stand-alone/bower_components/angular-patternfly/dist/angular-patternfly.min.js is licensed under the above Apache License, Version 2.0 + +console/stand-alone/bower_components/angular-patternfly/dist/styles/angular-patternfly.min.css is licensed under the above Apache License, Version 2.0 + +console/dispatch-dashboard/dispatch/static/dashboard/dispatch/lib/d3.v3.min.js is licensed under the BSD licence +Copyright 2010-2017 Mike Bostock +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the author nor the names of contributors may be used to + endorse or promote products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +console/dispatch-dashboard/dispatch/static/dashboard/dispatch/jquery.dynatree.min.js is licensed under the following MIT licence + +Copyright (c) 2006-2015 Martin Wendt (http://wwWendt.de) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of +the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The following two files are covered by the MIT License +console/dispatch-dashboard/dispatch/static/dashboard/dispatch/lib/slider.js +console/dispatch-dashboard/dispatch/static/dashboard/dispatch/lib/ui-grid.js +Copyright (c) 2012 the AngularUI Team, http://angular-ui.github.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/dispatch-dashboard/README.rst ---------------------------------------------------------------------- diff --git a/console/dispatch-dashboard/README.rst b/console/dispatch-dashboard/README.rst index ac3b17c..0a99d07 100644 --- a/console/dispatch-dashboard/README.rst +++ b/console/dispatch-dashboard/README.rst @@ -1,3 +1,21 @@ +.. +.. Licensed to the Apache Software Foundation (ASF) under one +.. or more contributor license agreements. See the NOTICE file +.. distributed with this work for additional information +.. regarding copyright ownership. The ASF licenses this file +.. to you under the Apache License, Version 2.0 (the +.. "License"); you may not use this file except in compliance +.. with the License. You may obtain a copy of the License at +.. +.. http://www.apache.org/licenses/LICENSE-2.0 +.. +.. Unless required by applicable law or agreed to in writing, +.. software distributed under the License is distributed on an +.. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +.. KIND, either express or implied. See the License for the +.. specific language governing permissions and limitations +.. under the License + ========= dispatch_dashboard ========= http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/dispatch-dashboard/dispatch/overv/templates/overv/index.html ---------------------------------------------------------------------- diff --git a/console/dispatch-dashboard/dispatch/overv/templates/overv/index.html b/console/dispatch-dashboard/dispatch/overv/templates/overv/index.html index afe47bd..b59f5cd 100644 --- a/console/dispatch-dashboard/dispatch/overv/templates/overv/index.html +++ b/console/dispatch-dashboard/dispatch/overv/templates/overv/index.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + {% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Overv" %}{% endblock %} http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/download-dialog-template.html ---------------------------------------------------------------------- diff --git a/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/download-dialog-template.html b/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/download-dialog-template.html index 1848278..9ea8324 100644 --- a/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/download-dialog-template.html +++ b/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/download-dialog-template.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <div class="modal-header"> <h3 class="modal-title">Configure new router</h3> </div> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/node-config-template.html ---------------------------------------------------------------------- diff --git a/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/node-config-template.html b/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/node-config-template.html index 5816dfc..728a101 100644 --- a/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/node-config-template.html +++ b/console/dispatch-dashboard/dispatch/static/dashboard/dispatch/topology/node-config-template.html @@ -1,4 +1,23 @@ <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + +<!-- This is the template for the node edit dialog that is displayed. --> <div class="modal-header"> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/dispatch-dashboard/dispatch/templates/dispatch/base.html ---------------------------------------------------------------------- diff --git a/console/dispatch-dashboard/dispatch/templates/dispatch/base.html b/console/dispatch-dashboard/dispatch/templates/dispatch/base.html index e0c28e6..2efc7b6 100644 --- a/console/dispatch-dashboard/dispatch/templates/dispatch/base.html +++ b/console/dispatch-dashboard/dispatch/templates/dispatch/base.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + {% extends 'base.html' %} {% block sidebar %} http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/dispatch-dashboard/dispatch/topology/templates/topology/index.html ---------------------------------------------------------------------- diff --git a/console/dispatch-dashboard/dispatch/topology/templates/topology/index.html b/console/dispatch-dashboard/dispatch/topology/templates/topology/index.html index 80d76bd..fa13afe 100644 --- a/console/dispatch-dashboard/dispatch/topology/templates/topology/index.html +++ b/console/dispatch-dashboard/dispatch/topology/templates/topology/index.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + {% extends 'base.html' %} {% load breadcrumb_nav %} {% load i18n %} http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/hawtio/src/main/webapp/index.html ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/webapp/index.html b/console/hawtio/src/main/webapp/index.html index 7716bfc..12369fb 100644 --- a/console/hawtio/src/main/webapp/index.html +++ b/console/hawtio/src/main/webapp/index.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <html> <body> <h3>Welcome to Qpid Dispatch Router's hawtio console.</h3> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/hawtio/src/main/webapp/plugin/html/tmplListChart.html ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/webapp/plugin/html/tmplListChart.html b/console/hawtio/src/main/webapp/plugin/html/tmplListChart.html index 4a4811e..b3c866d 100644 --- a/console/hawtio/src/main/webapp/plugin/html/tmplListChart.html +++ b/console/hawtio/src/main/webapp/plugin/html/tmplListChart.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <div class="modal-header"> <h3 class="modal-title">Chart {{chart.attr() | humanify}}</h3> </div> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/hawtio/src/main/webapp/plugin/html/tmplListTree.html ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/webapp/plugin/html/tmplListTree.html b/console/hawtio/src/main/webapp/plugin/html/tmplListTree.html index 75d4940..23833f9 100644 --- a/console/hawtio/src/main/webapp/plugin/html/tmplListTree.html +++ b/console/hawtio/src/main/webapp/plugin/html/tmplListTree.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <div class="qdr-attributes pane left" position="left" width="300"> <div class="pane-wrapper"> <div class="pane-header-wrapper"> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/hawtio/src/main/webapp/plugin/html/tmplOverviewTree.html ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/webapp/plugin/html/tmplOverviewTree.html b/console/hawtio/src/main/webapp/plugin/html/tmplOverviewTree.html index d34fcf0..9222b5c 100644 --- a/console/hawtio/src/main/webapp/plugin/html/tmplOverviewTree.html +++ b/console/hawtio/src/main/webapp/plugin/html/tmplOverviewTree.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <script type="text/ng-template" id="overviewheader.html"> <div class="expand-collapse" ng-controller="QDR.OverviewController"> <i class="icon-chevron-down clickable" title="Expand all nodes" ng-click="expandAll()"></i> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/stand-alone/plugin/css/dispatchpf.css ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/css/dispatchpf.css b/console/stand-alone/plugin/css/dispatchpf.css index f04717b..3dc5a8e 100644 --- a/console/stand-alone/plugin/css/dispatchpf.css +++ b/console/stand-alone/plugin/css/dispatchpf.css @@ -1,3 +1,22 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +*/ + /* The following are for matching Patternfly styles */ span.logo { letter-spacing: 4px; http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/stand-alone/plugin/html/tmplChartConfig.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/html/tmplChartConfig.html b/console/stand-alone/plugin/html/tmplChartConfig.html index 8319753..b14ddf3 100644 --- a/console/stand-alone/plugin/html/tmplChartConfig.html +++ b/console/stand-alone/plugin/html/tmplChartConfig.html @@ -1,4 +1,23 @@ <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + +<!-- This is the template for the graph dialog that is displayed. It uses the dialogCtrl controller in qdrCharts.js. --> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/stand-alone/plugin/html/tmplListChart.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/html/tmplListChart.html b/console/stand-alone/plugin/html/tmplListChart.html index 430fee9..4884984 100644 --- a/console/stand-alone/plugin/html/tmplListChart.html +++ b/console/stand-alone/plugin/html/tmplListChart.html @@ -1,4 +1,23 @@ <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + +<!-- This is the template for the graph dialog that is displayed. --> <div class="modal-header"> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/stand-alone/plugin/html/tmplListTree.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/html/tmplListTree.html b/console/stand-alone/plugin/html/tmplListTree.html index 57a2afb..f00ea19 100644 --- a/console/stand-alone/plugin/html/tmplListTree.html +++ b/console/stand-alone/plugin/html/tmplListTree.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <div class="col-sm-9 col-md-10 col-sm-push-3 col-md-push-2" style="min-height: 990px;"> <ng-include src="'listGrid.html'"></ng-include> </div> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/stand-alone/plugin/html/tmplOverviewTree.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/html/tmplOverviewTree.html b/console/stand-alone/plugin/html/tmplOverviewTree.html index adae81a..35e8b7b 100644 --- a/console/stand-alone/plugin/html/tmplOverviewTree.html +++ b/console/stand-alone/plugin/html/tmplOverviewTree.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <div class="col-sm-9 col-md-10 col-sm-push-3 col-md-push-2" style="min-height: 990px;"> <ng-include src="'overviewGrid.html'"></ng-include> </div> http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/13096e73/console/test/css/mock.css ---------------------------------------------------------------------- diff --git a/console/test/css/mock.css b/console/test/css/mock.css index 539b7a6..374359d 100644 --- a/console/test/css/mock.css +++ b/console/test/css/mock.css @@ -1,3 +1,22 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +*/ + #buttonBar { margin-left: 2em; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
