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
675a0203
Commit
675a0203
authored
Jan 24, 2022
by
Francesc Guasch
Browse files
wip: filter managed with show
parent
71e09b93
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/admin_machines.html.ep
View file @
675a0203
...
...
@@ -131,7 +131,7 @@
</tr>
</thead>
<tbody>
<tr
ng-repeat=
"machine in list_machines"
ng-show=
"machine.show
|| machine.show_filter
"
class=
"bg-light"
>
<tr
ng-repeat=
"machine in list_machines"
ng-show=
"machine.show"
class=
"bg-light"
>
<td
class=
"lgMachName"
style=
"padding-left: {{1+machine._level*2}}em"
>
<i
class=
"far fa-clone"
title=
"Cloned"
ng-show=
"!machine.is_pool && machine.id_base>0"
></i>
...
...
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