Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/peek
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-24 08:12:42 +0300
committerStan Hu <stanhu@gmail.com>2019-07-24 08:12:42 +0300
commit02a27937255f7815ce8d87ea044d4426848f2841 (patch)
treeaf35c6b080895bbbfca5d86ae0ebb6e0c2fe75b9 /lib/peek
parent291df05e434f5678c47bce9521ff15748d6c767f (diff)
Hide Rugged data if it doesn't exist
Diffstat (limited to 'lib/peek')
-rw-r--r--lib/peek/views/rugged.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/peek/views/rugged.rb b/lib/peek/views/rugged.rb
index 7e2730e2ae4..7b0ab162b15 100644
--- a/lib/peek/views/rugged.rb
+++ b/lib/peek/views/rugged.rb
@@ -12,6 +12,8 @@ module Peek
end
def results
+ return {} unless calls > 0
+
{
duration: formatted_duration,
calls: calls,