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:
authorKamil Trzciński <ayufan@ayufan.eu>2017-11-07 21:36:19 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-11-07 21:36:19 +0300
commitd9a1dc3ddd3f491fb3ed922c0b85819e9fa95fea (patch)
treea0fd2f8c2790584acbc1bbef39780cf7a1e834a4 /app/assets/stylesheets/pages
parentb16c2ef7d5c4e7696b51c7e410381b316be128a6 (diff)
parent18ac8acb5b97c2a395b8c453a29d0fcfd176b9c9 (diff)
Merge branch '38464-k8s-apps' into 'master'
Add support for k8s cluster applications - Helm tiller installation See merge request gitlab-org/gitlab-ce!14908
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/clusters.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss
index 5c91579c69c..b9bfae9356c 100644
--- a/app/assets/stylesheets/pages/clusters.scss
+++ b/app/assets/stylesheets/pages/clusters.scss
@@ -3,3 +3,8 @@
background-color: $white-light;
}
}
+
+.cluster-applications-table {
+ // Wait for the Vue to kick-in and render the applications block
+ min-height: 179px;
+}