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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-16 13:42:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-16 13:42:19 +0300
commit84d1bd786125c1c14a3ba5f63e38a4cc736a9027 (patch)
treef550fa965f507077e20dbb6d61a8269a99ef7107 /spec/support/helpers/navbar_structure_helper.rb
parent3a105e36e689f7b75482236712f1a47fd5a76814 (diff)
Add latest changes from gitlab-org/gitlab@16-8-stable-eev16.8.0-rc42
Diffstat (limited to 'spec/support/helpers/navbar_structure_helper.rb')
-rw-r--r--spec/support/helpers/navbar_structure_helper.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/support/helpers/navbar_structure_helper.rb b/spec/support/helpers/navbar_structure_helper.rb
index 5519a6910a2..2d3f7a1b8a9 100644
--- a/spec/support/helpers/navbar_structure_helper.rb
+++ b/spec/support/helpers/navbar_structure_helper.rb
@@ -76,6 +76,14 @@ module NavbarStructureHelper
)
end
+ def insert_google_artifact_registry_nav
+ insert_after_sub_nav_item(
+ _('Container Registry'),
+ within: _('Deploy'),
+ new_sub_nav_item_name: _('Google Artifact Registry')
+ )
+ end
+
def insert_dependency_proxy_nav
insert_before_sub_nav_item(
_('Kubernetes'),
@@ -124,6 +132,14 @@ module NavbarStructureHelper
)
end
+ def insert_model_registry_nav(within)
+ insert_after_sub_nav_item(
+ within,
+ within: _('Deploy'),
+ new_sub_nav_item_name: _('Model registry')
+ )
+ end
+
def project_analytics_sub_nav_item
[
_('Value stream analytics'),