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
e5d1072b
Commit
e5d1072b
authored
Nov 24, 2015
by
Efthymia Bika
Browse files
Add help for cloud url and token
parent
0d1930ad
Changes
1
Show whitespace changes
Inline
Side-by-side
baas/cloud-list.html
View file @
e5d1072b
...
...
@@ -350,7 +350,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</div>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
<label
id=
"url_label"
for=
"cloud-url"
class=
"right inline"
>
Cloud URL
</label>
<label
id=
"url_label"
for=
"cloud-url"
class=
"right inline"
>
Cloud URL
<i
class=
"fa fa-info-circle green-info"
onclick=
"$('#auth-help').slideDown();"
></i>
</label>
</div>
<div
class=
"small-9 columns error"
id=
"cloud-error"
>
<input
type=
"text"
id=
"cloud-url"
placeholder=
"Authentication URL"
...
...
@@ -360,7 +363,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</div>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
<label
id=
"token_label"
for=
"token"
class=
"right inline"
>
User token
</label>
<label
id=
"token_label"
for=
"token"
class=
"right inline"
>
User token
<i
class=
"fa fa-info-circle green-info"
onclick=
"$('#auth-help').slideDown();"
></i>
</label>
</div>
<div
class=
"small-9 columns error"
id=
"token-error"
>
<input
type=
"text"
id=
"token"
placeholder=
"User token"
...
...
@@ -374,6 +380,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
onclick=
"get_credentials();"
>
Auto-fill token with login
</a>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
></div>
<div
class=
"small-9 columns hide info-text panel"
id=
"auth-help"
>
<i
class=
"fa fa-times right"
onclick=
"$('#auth-help').slideUp();"
></i>
To get your cloud credentials, browse to your cloud website, log in
and click on
<u>
API access
</u>
. Copy the Authentication URL and Token above.
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"small-8 columns"
></div>
<a
id=
"save_button"
class=
"button radius right small"
...
...
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