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
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-07 17:52:13 +0300
committerRémy Coutable <remy@rymai.me>2017-06-09 18:21:39 +0300
commit5f218eb5c3ceabb42c42109bb7fe7427bd72e12f (patch)
treef4608a63b273b86631a1b4ccab93c01b8865bc4a /app/views/peek
parentd16a3cf7fc350023da65a5080214765ade2e1aa1 (diff)
Improve UI of the performance bar
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/peek')
-rw-r--r--app/views/peek/views/_pg.html.haml19
1 files changed, 9 insertions, 10 deletions
diff --git a/app/views/peek/views/_pg.html.haml b/app/views/peek/views/_pg.html.haml
index e789e0c5cb5..7a1901eb7d2 100644
--- a/app/views/peek/views/_pg.html.haml
+++ b/app/views/peek/views/_pg.html.haml
@@ -1,15 +1,14 @@
%strong
%a#peek-show-queries{ href: '#' }
%span{ data: { defer_to: "#{view.defer_key}-duration" }}...
- /
+ \/
%span{ data: { defer_to: "#{view.defer_key}-calls" }}...
- /
- #modal-peek-pg-queries.modal{ tabindex: -1 }
- .modal-dialog
- #modal-peek-pg-queries-content.modal-content
- .modal-header
- %a.close{ href: "#", "data-dismiss" => "modal" } ×
- %h4
- SQL queries
- .modal-body{ data: { defer_to: "#{view.defer_key}-queries" }}...
+#modal-peek-pg-queries.modal{ tabindex: -1 }
+ .modal-dialog
+ #modal-peek-pg-queries-content.modal-content
+ .modal-header
+ %a.close{ href: "#", "data-dismiss" => "modal" } ×
+ %h4
+ SQL queries
+ .modal-body{ data: { defer_to: "#{view.defer_key}-queries" }}...
pg