diff options
Diffstat (limited to 'app/views/groups/observability/index.html.haml')
-rw-r--r-- | app/views/groups/observability/index.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/observability/index.html.haml b/app/views/groups/observability/index.html.haml new file mode 100644 index 00000000000..582651c329b --- /dev/null +++ b/app/views/groups/observability/index.html.haml @@ -0,0 +1,2 @@ +- page_title _("Observability") +%iframe{ id: 'observability-ui-iframe', src: @observability_iframe_src, frameborder: 0, width: "100%", height: "100%" } |