Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
octomon
Commits
fe043f5b
Unverified
Commit
fe043f5b
authored
Mar 23, 2019
by
Marco Marinello
Browse files
Show /etc just on servers
parent
f3984564
Changes
1
Hide whitespace changes
Inline
Side-by-side
hosts/templates/hosts/host.html
View file @
fe043f5b
...
...
@@ -208,6 +208,7 @@
<h3
style=
"font-weight:bold;"
>
{% trans "Latest /etc modifications" %}
</h3>
{% if host.is_server %}
{% if not etc %}{% trans "No etc data available." %}
{% else %}
<table
class=
"table table-striped table-bordered"
>
...
...
@@ -236,6 +237,7 @@
{% endfor %}
</tbody>
</table>
{% endif %}
{% endif %}
</div>
</div>
...
...
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