Repository: ambari Updated Branches: refs/heads/trunk 2dbb7b284 -> c8d214fc4
AMBARI-11499. View Rat Check fixes (Erik Bergenholtz via rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c8d214fc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c8d214fc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c8d214fc Branch: refs/heads/trunk Commit: c8d214fc4c8505bec60046006e671f3c96e5e1dd Parents: 2dbb7b2 Author: Erik Bergenholtz <[email protected]> Authored: Fri May 29 13:01:44 2015 -0400 Committer: Robert Levas <[email protected]> Committed: Fri May 29 13:01:44 2015 -0400 ---------------------------------------------------------------------- contrib/views/pom.xml | 2 ++ .../storm/src/main/resources/styles/default.css | 18 ++++++++++++++++-- .../templates/topology/topologyForm.html | 16 ++++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c8d214fc/contrib/views/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml index dc74568..6ea2d0b 100644 --- a/contrib/views/pom.xml +++ b/contrib/views/pom.xml @@ -76,6 +76,7 @@ <exclude>**/.editorconfig</exclude> <exclude>**/.jshintrc</exclude> <exclude>**/.tmp/**</exclude> + <exclude>**/tmp/**</exclude> <exclude>**/*.json</exclude> <exclude>**/*.svg</exclude> <exclude>**/vendor/**</exclude> @@ -85,6 +86,7 @@ <exclude>**/public/**</exclude> <exclude>**/dist/**</exclude> <exclude>**/bower_components/**</exclude> + <exclude>**/bower/**</exclude> <exclude>**/node/**</exclude> <exclude>**/runner.js</exclude> <exclude>**/assets/javascripts/**</exclude> http://git-wip-us.apache.org/repos/asf/ambari/blob/c8d214fc/contrib/views/storm/src/main/resources/styles/default.css ---------------------------------------------------------------------- diff --git a/contrib/views/storm/src/main/resources/styles/default.css b/contrib/views/storm/src/main/resources/styles/default.css index 9a08d82..1e70f80 100644 --- a/contrib/views/storm/src/main/resources/styles/default.css +++ b/contrib/views/storm/src/main/resources/styles/default.css @@ -1,6 +1,20 @@ /** - * CSS Goes here - */ +* 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. +*/ /* Generic */ /*body { http://git-wip-us.apache.org/repos/asf/ambari/blob/c8d214fc/contrib/views/storm/src/main/resources/templates/topology/topologyForm.html ---------------------------------------------------------------------- diff --git a/contrib/views/storm/src/main/resources/templates/topology/topologyForm.html b/contrib/views/storm/src/main/resources/templates/topology/topologyForm.html index f78d08d..63f2467 100644 --- a/contrib/views/storm/src/main/resources/templates/topology/topologyForm.html +++ b/contrib/views/storm/src/main/resources/templates/topology/topologyForm.html @@ -1,3 +1,19 @@ +<!-- +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. Kerberos, LDAP, Custom. Binary/Htt +--> <form class="form-horizontal"> <fieldset> <div class="" data-fields="name"></div>
