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
synnefo
Commits
ac49a70a
Commit
ac49a70a
authored
Mar 29, 2011
by
Christodoulos Psaltis
Browse files
Fix separator appearance between machines, in standard view
parent
dd780fb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/templates/standard.html
View file @
ac49a70a
...
...
@@ -225,6 +225,9 @@ function update_machines_view(data){
});
$
(
"
#spinner
"
).
hide
();
// show all separators
$
(
"
div.machine div.separator
"
).
show
();
// hide the last one
$
(
"
div.machine:last-child
"
).
find
(
"
div.separator
"
).
hide
();
// the separator shows only when running and terminated machines are available
if
(
$
(
"
.terminated a.name
"
).
length
>
0
&&
$
(
"
.running a.name
"
).
length
>
0
)
{
...
...
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