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
db4c825d
Commit
db4c825d
authored
Nov 09, 2015
by
Efthymia Bika
Browse files
Show success alert after saving cloud
parent
bc65a2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
baas/cloud-list.html
View file @
db4c825d
...
...
@@ -210,6 +210,8 @@
render_clouds
(
""
);
activate_li
(
"
li_
"
+
cloud
.
name
);
write_conf_file
(
CLOUDS_CONF_FILE
,
clouds
);
$
(
"
#save-alert
"
).
show
();
setTimeout
(
function
()
{
$
(
"
#save-alert
"
).
fadeOut
()},
1000
);
}
function
delete_cloud
(
cloud
)
{
...
...
@@ -243,6 +245,12 @@
</div>
<div
class=
"small-9 columns"
>
<div
id=
"cloud_details"
class=
"hide"
>
<div
id=
"save-alert"
class=
"hide"
>
<div
data-alert
class=
"alert-box success radius"
>
Successfully saved cloud configuration.
<a
href=
"#"
class=
"close"
>
×
</a>
</div>
</div>
<form>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
...
...
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