Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
Fix gilly comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roiravhon committed Apr 27, 2016
1 parent 99dd6f0 commit 3117da8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/app/scripts/controllers/serviceVersionStatusCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ angular.module('apollo')
});

apolloApiService.getAllUsers().then(function(response) {
``

var tempUsers = {};

response.data.forEach(function(user) {
Expand Down
6 changes: 5 additions & 1 deletion ui/app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ background-color: #eee;
margin: 10px 10px 10px 10px;
}

#apollo-login-header {

margin-bottom: 50px;
}

#apollo-login-button {

font-size: 15px;
Expand Down Expand Up @@ -166,7 +171,6 @@ background-color: #eee;

.animate-switch-container.ng-leave-active {
left: -100%;

}

.my-deployment {
Expand Down
4 changes: 2 additions & 2 deletions ui/app/views/auth/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<form ng-submit="login()">
<ng-form >
<div class="row">
<div class="text-center">
<div class="text-center" id="apollo-login-header">
<p><small>Apollo, Logz.io continuous deployment.</small></p>
<p>Please Login</p>
</div>
<br><br>

<div class="text-center col-lg-2 col-lg-offset-5">
<div class="form-group">
<input class="form-control" type="email" placeholder="Your [email protected]" ng-model="email" autofocus required>
Expand Down
6 changes: 3 additions & 3 deletions ui/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"metisMenu": "~1.1.3",
"angular-chart.js": "~0.5.2",
"angular-growl-v2": "^0.7.9",
"angular-spinner": "^0.8.1",
"angular-spinner": "0.8.1",
"angular-filter": "0.5.8",
"angular-local-storage": "^0.2.7",
"angular-gravatar": "^0.4.2"
"angular-local-storage": "0.2.7",
"angular-gravatar": "0.4.2"
},
"devDependencies": {
"angular-mocks": "1.4.8",
Expand Down

0 comments on commit 3117da8

Please sign in to comment.