summaryrefslogtreecommitdiff
path: root/app/views/peek/views/_sql.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/peek/views/_sql.html.haml')
-rw-r--r--app/views/peek/views/_sql.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/peek/views/_sql.html.haml b/app/views/peek/views/_sql.html.haml
new file mode 100644
index 00000000000..dd8b524064f
--- /dev/null
+++ b/app/views/peek/views/_sql.html.haml
@@ -0,0 +1,13 @@
+%strong
+ %a.js-toggle-modal-peek-sql
+ %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-full
+ .modal-content
+ .modal-header
+ %button.close.btn.btn-link.btn-sm{ type: 'button', data: { dismiss: 'modal' } } X
+ %h4
+ SQL queries
+ .modal-body{ data: { defer_to: "#{view.defer_key}-queries" } }...