Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
octomon
Commits
20980a67
Unverified
Commit
20980a67
authored
Nov 16, 2018
by
Marco Marinello
Browse files
Remove cut&paste error
parent
68d5d623
Changes
1
Hide whitespace changes
Inline
Side-by-side
problems/templates/problems/alarms.html
View file @
20980a67
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
<td>
{{alarm.host.hostname}}
</td>
<td>
{{alarm.host.hostname}}
</td>
<td>
{{alarm.description}}
</td>
<td>
{{alarm.description}}
</td>
<td>
{{alarm.timestamp|date:"d/m/Y H:i:s"}}
</td>
<td>
{{alarm.timestamp|date:"d/m/Y H:i:s"}}
</td>
<td>
{% if alarm.ack_by.user.get_full_name %}{{ alarm.ack_by.
user.
get_full_name }}{% else %}{{ alarm.ack_by }}{% endif %}
</td>
<td>
{% if alarm.ack_by.user.get_full_name %}{{ alarm.ack_by.get_full_name }}{% else %}{{ alarm.ack_by }}{% endif %}
</td>
<td>
{{alarm.ack_when|date:"g/m/Y H:i:s"}}
</td>
<td>
{{alarm.ack_when|date:"g/m/Y H:i:s"}}
</td>
</tr>
</tr>
{% endfor %}
{% endfor %}
...
...
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