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
d44481c4
Commit
d44481c4
authored
May 04, 2017
by
fv3rdugo
Browse files
Fix mistake
parent
311e38cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/networks.html.ep
View file @
d44481c4
...
...
@@ -44,7 +44,7 @@
<td><p
ng-show=
"{{network.no_domains}}"
class=
"fa fa-check"
aria-hidden=
"true"
></p>
<p
ng-show=
"{{network.no_domains!=1}}"
class=
"fa fa-times"
aria-hidden=
"true"
></p>
</td>
<td><p
ng-show=
"{{network.requires_password}}"
class=
"fa fa-lock"
aria-hidden=
"true"
title=
"User need
ed
a password to connect"
></p>
<td><p
ng-show=
"{{network.requires_password}}"
class=
"fa fa-lock"
aria-hidden=
"true"
title=
"User need a password to connect"
></p>
<p
ng-show=
"{{network.requires_password!=1}}"
class=
"fa fa-unlock"
aria-hidden=
"true"
title=
"Password not required"
></p></td>
</tr>
</tbody>
...
...
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