Repository: ambari Updated Branches: refs/heads/trunk 3373c2497 -> 524570201
AMBARI-5794. Views: Slider rat check fails to build. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/52457020 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/52457020 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/52457020 Branch: refs/heads/trunk Commit: 5245702010d731403b06474d9a065c5cb1e47190 Parents: 3373c24 Author: Srimanth Gunturi <[email protected]> Authored: Fri May 16 10:51:08 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Fri May 16 11:00:36 2014 -0700 ---------------------------------------------------------------------- .../main/resources/ui/app/styles/application.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/52457020/contrib/views/slider/src/main/resources/ui/app/styles/application.less ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/ui/app/styles/application.less b/contrib/views/slider/src/main/resources/ui/app/styles/application.less index e5f3335..72bcd4a 100644 --- a/contrib/views/slider/src/main/resources/ui/app/styles/application.less +++ b/contrib/views/slider/src/main/resources/ui/app/styles/application.less @@ -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. + */ + #slider-apps-table { .create-app { margin-top:27px;
