From 9154ad4a14a2c74e8d43615c0860d0647cdd56ff Mon Sep 17 00:00:00 2001 From: anna_vovchenko Date: Wed, 3 Nov 2021 01:02:49 +0200 Subject: [PATCH 1/3] Updated texts and illustrations on Kubernetes page As part of changing the Kubernetes section UX, we are updating texts and illustrations for the Agent and the certificate based integrations Changelog: changed --- .../components/agent_empty_state.vue | 60 +++++++------------ .../components/clusters_empty_state.vue | 28 +++++++-- .../javascripts/clusters_list/constants.js | 16 +++++ .../javascripts/clusters_list/load_agents.js | 4 +- .../clusters_list/store/actions.js | 4 +- app/assets/stylesheets/pages/clusters.scss | 8 ++- app/helpers/clusters_helper.rb | 6 +- locale/gitlab.pot | 33 +++++----- .../components/agent_empty_state_spec.js | 8 +-- .../components/clusters_empty_state_spec.js | 6 -- spec/helpers/clusters_helper_spec.rb | 6 +- 11 files changed, 98 insertions(+), 81 deletions(-) diff --git a/app/assets/javascripts/clusters_list/components/agent_empty_state.vue b/app/assets/javascripts/clusters_list/components/agent_empty_state.vue index 405339b3d365cf..50a44d043f44eb 100644 --- a/app/assets/javascripts/clusters_list/components/agent_empty_state.vue +++ b/app/assets/javascripts/clusters_list/components/agent_empty_state.vue @@ -1,8 +1,9 @@