diff --git a/app/assets/javascripts/ci/runner/components/runner_platforms_radio_group.vue b/app/assets/javascripts/ci/runner/components/runner_platforms_radio_group.vue index 273226141d2..20e791aa3b3 100644 --- a/app/assets/javascripts/ci/runner/components/runner_platforms_radio_group.vue +++ b/app/assets/javascripts/ci/runner/components/runner_platforms_radio_group.vue @@ -1,5 +1,4 @@ diff --git a/app/assets/javascripts/issuable/index.js b/app/assets/javascripts/issuable/index.js index ed336deb2ed..acc0161bf6a 100644 --- a/app/assets/javascripts/issuable/index.js +++ b/app/assets/javascripts/issuable/index.js @@ -36,11 +36,9 @@ export function initCsvImportExportButtons() { email, exportCsvPath, importCsvIssuesPath, - containerClass, canEdit, projectImportJiraPath, maxAttachmentSize, - showLabel, } = el.dataset; return new Vue({ @@ -52,11 +50,9 @@ export function initCsvImportExportButtons() { issuableType, email, importCsvIssuesPath, - containerClass, canEdit: parseBoolean(canEdit), projectImportJiraPath, maxAttachmentSize, - showLabel, }, render: (createElement) => createElement(CsvImportExportButtons, { diff --git a/app/assets/javascripts/issues/list/components/empty_state_without_any_issues.vue b/app/assets/javascripts/issues/list/components/empty_state_without_any_issues.vue index 652d4e0fb42..98429f3ffd1 100644 --- a/app/assets/javascripts/issues/list/components/empty_state_without_any_issues.vue +++ b/app/assets/javascripts/issues/list/components/empty_state_without_any_issues.vue @@ -1,5 +1,5 @@ diff --git a/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/list.js b/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/list.js index 983fc6d48aa..89cdbf6acba 100644 --- a/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/list.js +++ b/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/list.js @@ -4,6 +4,7 @@ import { NAME_SORT_FIELD } from './common'; // Translations strings export const CONTAINER_REGISTRY_TITLE = s__('ContainerRegistry|Container Registry'); +export const SETTINGS_TEXT = s__('ContainerRegistry|Configure in settings'); export const CONNECTION_ERROR_TITLE = s__('ContainerRegistry|Docker connection error'); export const CONNECTION_ERROR_MESSAGE = s__( `ContainerRegistry|We are having trouble connecting to the Container Registry. Please try refreshing the page. If this error persists, please review %{docLinkStart}the troubleshooting documentation%{docLinkEnd}.`, diff --git a/app/assets/javascripts/packages_and_registries/container_registry/explorer/index.js b/app/assets/javascripts/packages_and_registries/container_registry/explorer/index.js index a558550c91f..afddf78203d 100644 --- a/app/assets/javascripts/packages_and_registries/container_registry/explorer/index.js +++ b/app/assets/javascripts/packages_and_registries/container_registry/explorer/index.js @@ -36,6 +36,7 @@ export default () => { isGroupPage, isAdmin, showCleanupPolicyLink, + showContainerRegistrySettings, showUnfinishedTagCleanupCallout, connectionError, invalidPathError, @@ -69,6 +70,7 @@ export default () => { isGroupPage: parseBoolean(isGroupPage), isAdmin: parseBoolean(isAdmin), showCleanupPolicyLink: parseBoolean(showCleanupPolicyLink), + showContainerRegistrySettings: parseBoolean(showContainerRegistrySettings), showUnfinishedTagCleanupCallout: parseBoolean(showUnfinishedTagCleanupCallout), connectionError: parseBoolean(connectionError), invalidPathError: parseBoolean(invalidPathError), diff --git a/app/assets/javascripts/packages_and_registries/container_registry/explorer/pages/list.vue b/app/assets/javascripts/packages_and_registries/container_registry/explorer/pages/list.vue index ca416f6fcea..fe29fa8fdd7 100644 --- a/app/assets/javascripts/packages_and_registries/container_registry/explorer/pages/list.vue +++ b/app/assets/javascripts/packages_and_registries/container_registry/explorer/pages/list.vue @@ -1,5 +1,6 @@ @@ -130,9 +143,12 @@ export default { {{ message }} {{ message }}