diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-07 16:52:13 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-09 17:21:39 +0200 |
commit | 5f218eb5c3ceabb42c42109bb7fe7427bd72e12f (patch) | |
tree | f4608a63b273b86631a1b4ccab93c01b8865bc4a /app/views/peek | |
parent | d16a3cf7fc350023da65a5080214765ade2e1aa1 (diff) | |
download | gitlab-ce-5f218eb5c3ceabb42c42109bb7fe7427bd72e12f.tar.gz |
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.haml | 19 |
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 |