summaryrefslogtreecommitdiff
path: root/app/views/admin/hook_logs
diff options
context:
space:
mode:
authorAlexander Randa <randa.alex@gmail.com>2017-11-02 11:04:07 +0300
committerAlexander Randa <randa.alex@gmail.com>2017-11-02 11:07:28 +0300
commite7a0e7f40a6f4d060df77f1330e9ea878834db8e (patch)
tree9e3d80805e2a2712458f24325c140ff344147204 /app/views/admin/hook_logs
parente54dd249aa7abcdd2c6c888f45399028cb64bb97 (diff)
downloadgitlab-ce-e7a0e7f40a6f4d060df77f1330e9ea878834db8e.tar.gz
Fix webhook recent deliveries elapsed time field
Diffstat (limited to 'app/views/admin/hook_logs')
-rw-r--r--app/views/admin/hook_logs/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hook_logs/_index.html.haml b/app/views/admin/hook_logs/_index.html.haml
index 7dd9943190f..91a8c0c62fe 100644
--- a/app/views/admin/hook_logs/_index.html.haml
+++ b/app/views/admin/hook_logs/_index.html.haml
@@ -24,7 +24,7 @@
%td
= truncate(hook_log.url, length: 50)
%td.light
- #{number_with_precision(hook_log.execution_duration, precision: 2)} ms
+ #{number_with_precision(hook_log.execution_duration, precision: 2)} sec
%td.light
= time_ago_with_tooltip(hook_log.created_at)
%td