Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
baas
Commits
c86a7fae
Commit
c86a7fae
authored
Nov 24, 2015
by
Efthymia Bika
Browse files
Fix login button label, enlarge login window
parent
3bdc1776
Changes
1
Show whitespace changes
Inline
Side-by-side
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