diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-03-19 11:14:22 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-03-19 11:14:22 +0000 |
commit | b18644cb55561d022765ac174aaa19d19c9628f6 (patch) | |
tree | e80fefd894c6f34c66eb790cb30f44df63d63744 | |
parent | 8bc2474553f302d4feb41cb55ffb90c5b72e94c3 (diff) | |
download | gitlab-ce-b18644cb55561d022765ac174aaa19d19c9628f6.tar.gz |
Removes EE differences for clusters/show
-rw-r--r-- | app/views/clusters/clusters/show.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/show.html.haml b/app/views/clusters/clusters/show.html.haml index 884fa323093..68d9510e1bf 100644 --- a/app/views/clusters/clusters/show.html.haml +++ b/app/views/clusters/clusters/show.html.haml @@ -34,6 +34,8 @@ = render 'banner' = render 'form' + = render_if_exists 'health' + .cluster-applications-table#js-cluster-applications %section.settings#js-cluster-details{ class: ('expanded' if expanded) } |