From 9072a70108fdbf5b108093d375bf385ccc03f7ea Mon Sep 17 00:00:00 2001 From: Nathan Friend Date: Wed, 27 Feb 2019 12:55:36 -0400 Subject: Remove folder from environment name Before this commit, environments grouped together in a "folder" would include the folder name in the UI. This information was unnecessary since the folder is also shown in the UI. In addition, this commit also makes some minor changes to how tooltips are displayed for both environments and folders. --- .../environments/components/environment_item.vue | 29 ++++++++++++++-------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'app') diff --git a/app/assets/javascripts/environments/components/environment_item.vue b/app/assets/javascripts/environments/components/environment_item.vue index a092bdfbc6c..c541ea3445b 100644 --- a/app/assets/javascripts/environments/components/environment_item.vue +++ b/app/assets/javascripts/environments/components/environment_item.vue @@ -459,12 +459,7 @@ export default { class="gl-responsive-table-row" role="row" > -
+
{{ s__('Environments|Environment') }}
@@ -473,14 +468,28 @@ export default { - - {{ model.name }} + + + {{ model.name }} + {{ model.name_without_type }} + {{ s__('Environments|protected') }} - - + -- cgit v1.2.3