summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-23 22:12:42 -0700
committerStan Hu <stanhu@gmail.com>2019-07-23 22:12:42 -0700
commit02a27937255f7815ce8d87ea044d4426848f2841 (patch)
treeaf35c6b080895bbbfca5d86ae0ebb6e0c2fe75b9 /lib
parent291df05e434f5678c47bce9521ff15748d6c767f (diff)
downloadgitlab-ce-02a27937255f7815ce8d87ea044d4426848f2841.tar.gz
Hide Rugged data if it doesn't exist
Diffstat (limited to 'lib')
-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,