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
d381f3d5
Commit
d381f3d5
authored
9 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-970 Remove glyphicon from login.jsp (kevalbhatt18 via shwethags)
parent
f51c8861
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
form.scss
dashboardv2/public/css/scss/form.scss
+0
-4
loader.scss
dashboardv2/public/css/scss/loader.scss
+0
-4
release-log.txt
release-log.txt
+1
-0
login.jsp
webapp/src/main/webapp/login.jsp
+3
-2
No files found.
dashboardv2/public/css/scss/form.scss
View file @
d381f3d5
...
...
@@ -177,10 +177,6 @@ button:focus {
padding-bottom
:
10px
!
important
;
}
.input-group-btn
.glyphicon
{
top
:
2px
;
}
.pagination
>
.active
{
>
a
{
background-color
:
$color_curious_blue_approx
;
...
...
This diff is collapsed.
Click to expand it.
dashboardv2/public/css/scss/loader.scss
View file @
d381f3d5
...
...
@@ -23,10 +23,6 @@
animation
:
spin
1000ms
infinite
linear
;
}
.glyphicon-spin
{
animation
:
spin
1000ms
infinite
linear
;
}
@-webkit-keyframes
spin
{
0
%
{
//Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
d381f3d5
...
...
@@ -37,6 +37,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-970 Remove glyphicon from login.jsp (kevalbhatt18 via shwethags)
ATLAS-959 Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs] (saqeeb.s via sumasai)
ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth)
ATLAS-964 Cleanup NOTICE and LICENSE (shwethags)
...
...
This diff is collapsed.
Click to expand it.
webapp/src/main/webapp/login.jsp
View file @
d381f3d5
...
...
@@ -28,6 +28,7 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width"
>
<link
href=
"js/libs/bootstrap/css/bootstrap.min.css"
media=
"all"
rel=
"stylesheet"
type=
"text/css"
id=
"bootstrap-css"
>
<link
href=
"js/libs/font-awesome/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"css/login.css"
media=
"all"
rel=
"stylesheet"
type=
"text/css"
>
<script
src=
"js/libs/jquery/js/jquery.min.js"
></script>
<script
src=
"js/modules/atlasLogin.js"
></script>
...
...
@@ -42,11 +43,11 @@
<div
class=
"login-pane"
>
<h2
align=
"center"
>
Apache
<strong>
Atlas
</strong></h2>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
><i
class=
"
glyphicon glyphicon
-user"
></i></span>
<span
class=
"input-group-addon"
><i
class=
"
fa fa
-user"
></i></span>
<input
type=
"text"
class=
"form-control"
id=
"username"
name=
"username"
placeholder=
"Username"
tabindex=
"1"
required=
""
autofocus
>
</div>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
><i
class=
"
glyphicon glyphicon
-lock"
></i></span>
<span
class=
"input-group-addon"
><i
class=
"
fa fa
-lock"
></i></span>
<input
type=
"password"
class=
"form-control"
name=
"password"
placeholder=
"Password"
id=
"password"
tabindex=
"2"
autocomplete=
"off"
required
>
</div>
<span
id=
"errorBox"
class=
"col-md-12 help-inline"
style=
"color:#FF1A40;display:none;text-align:center;padding-bottom: 10px;"
><span
class=
"errorMsg"
></span></span>
...
...
This diff is collapsed.
Click to expand it.
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