From 24abb3da84aa09b4c44514c84092be4c039529b3 Mon Sep 17 00:00:00 2001 From: Sascha Eggenberger Date: Mon, 31 Jul 2023 12:11:28 +0200 Subject: [PATCH] CI/CD Settings Variables: use GlCard Changelog: changed --- .../components/ci_variable_settings.vue | 1 + .../components/ci_variable_table.vue | 397 ++++++++++-------- .../stylesheets/framework/new_card.scss | 3 +- app/assets/stylesheets/pages/settings.scss | 1 - .../application_settings/ci_cd.html.haml | 2 +- app/views/ci/variables/_index.html.haml | 6 +- locale/gitlab.pot | 12 + .../components/ci_variable_table_spec.js | 25 +- 8 files changed, 269 insertions(+), 178 deletions(-) diff --git a/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue b/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue index 4faec24e19d849..f4e1da9b34ff09 100644 --- a/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue +++ b/app/assets/javascripts/ci/ci_variable_list/components/ci_variable_settings.vue @@ -117,6 +117,7 @@ export default { @handle-prev-page="$emit('handle-prev-page')" @handle-next-page="$emit('handle-next-page')" @set-selected-variable="setSelectedVariable" + @delete-variable="deleteVariable" @sort-changed="(val) => $emit('sort-changed', val)" />