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
ac3aac38
Commit
ac3aac38
authored
May 16, 2019
by
Francesc Guasch
Browse files
wip(frontend): enforce disabled remove button
issue #468
parent
be187300
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/admin_nodes.html.ep
View file @
ac3aac38
...
...
@@ -65,6 +65,7 @@
<i
class=
"fa fa-window-close"
></i>
</button>
<button
type=
"button"
class=
"btn btn-danger btn-sm {{node.action_remove}}"
ng-disabled=
"node.action_remove == 'disabled'"
ng-click=
"node_remove(node.id)"
title=
"<%=l 'Remove' %>"
>
<i
class=
"fa fa-trash"
></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