Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baas
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
baas
Commits
c86a7fae
Commit
c86a7fae
authored
Nov 24, 2015
by
Efthymia Bika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix login button label, enlarge login window
parent
3bdc1776
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
baas/cloud-list.html
baas/cloud-list.html
+2
-2
No files found.
baas/cloud-list.html
View file @
c86a7fae
...
...
@@ -285,7 +285,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
var
lurl
=
account_ui
+
'
/logout?next=
'
+
pithos_public
got_cookie
=
false
;
cred_win
=
gui
.
Window
.
open
(
lurl
,
{
focus
:
true
,
width
:
820
,
height
:
5
80
,
toolbar
:
false
focus
:
true
,
width
:
820
,
height
:
7
80
,
toolbar
:
false
});
cred_win
.
cookies
.
onChanged
.
addListener
(
function
(
info
)
{
if
(
info
.
cookie
.
name
===
cookie_name
)
{
...
...
@@ -371,7 +371,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"small-8 columns"
></div>
<a
id=
"get_creds"
class=
"small-4 columns button right tiny login-button"
onclick=
"get_credentials();"
>
Login to retrieve toke
n
</a>
onclick=
"get_credentials();"
>
Auto-fill token with logi
n
</a>
</div>
</div>
<div
class=
"clearfix"
>
...
...
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