Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
ba61ed7e
Commit
ba61ed7e
authored
Apr 28, 2017
by
Francesc Guasch
Committed by
GitHub
Apr 28, 2017
Browse files
Merge pull request #207 from UPC/hide_clones
[#206] Clones hidden by default.
parents
c6d27712
fd72c323
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/admin.js
View file @
ba61ed7e
...
...
@@ -105,7 +105,7 @@ ravadaApp.directive("solShowMachine", swMach)
$scope
.
orderParam
=
[
'
-
'
+
type1
,
type2
];
else
$scope
.
orderParam
=
[
type1
,
'
-
'
+
type2
];
}
$scope
.
hide_clones
=
fals
e
;
$scope
.
hide_clones
=
tru
e
;
$scope
.
hideClones
=
function
(){
$scope
.
hide_clones
=
!
$scope
.
hide_clones
;
}
...
...
@@ -189,4 +189,3 @@ ravadaApp.directive("solShowMachine", swMach)
$scope
.
getMessages
();
$scope
.
updatePromise
=
$interval
(
$scope
.
updateMessages
,
3000
);
};
Write
Preview
Supports
Markdown
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