Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
f370386c
Commit
f370386c
authored
Jun 30, 2016
by
Hemanth Yamijala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth)
parent
c438e511
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
56 deletions
+2
-56
package.json
dashboardv2/package.json
+1
-2
graph.png
dashboardv2/public/img/graph.png
+0
-0
logo-green.png
dashboardv2/public/img/logo-green.png
+0
-0
footer.html
dashboardv2/public/js/templates/site/footer.html
+0
-21
footer.js
dashboardv2/public/js/views/site/footer.js
+0
-33
release-log.txt
release-log.txt
+1
-0
No files found.
dashboardv2/package.json
View file @
f370386c
...
...
@@ -13,8 +13,7 @@
},
"keywords"
:
[
"Apache"
,
"Atlas"
,
"HortonWorks"
"Atlas"
],
"dependencies"
:
{
"backbone"
:
"1.2.3"
,
...
...
dashboardv2/public/img/graph.png
deleted
100644 → 0
View file @
c438e511
17.5 KB
dashboardv2/public/img/logo-green.png
deleted
100644 → 0
View file @
c438e511
7.1 KB
dashboardv2/public/js/templates/site/footer.html
deleted
100644 → 0
View file @
c438e511
<!--
* 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.
-->
<footer
class=
"footer navbar-bottom"
>
<div
class=
"container"
>
<p
align=
"right"
>
Powered by
<img
src=
"../img/logo-green.png"
></p>
</div>
</footer>
dashboardv2/public/js/views/site/footer.js
deleted
100644 → 0
View file @
c438e511
/**
* 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.
*/
define
([
'require'
,
'hbs!tmpl/site/footer'
],
function
(
require
,
tmpl
)
{
'use strict'
;
var
Footer
=
Marionette
.
LayoutView
.
extend
({
template
:
tmpl
,
templateHelpers
:
function
()
{},
regions
:
{},
events
:
{},
initialize
:
function
(
options
)
{},
onRender
:
function
()
{}
});
return
Footer
;
});
release-log.txt
View file @
f370386c
...
...
@@ -35,6 +35,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES:
ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth)
ATLAS-964 Cleanup NOTICE and LICENSE (shwethags)
ATLAS-962 Include Apache Incubator disclaimer text on website (yhemanth via shwethags)
ATLAS-958 Add licenses for dashboard dependencies (kevalbhatt18 via shwethags)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment