Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!213
Issue
#3209693
: Add cost type field for Cloud Service Provider and make it default value for cost blocks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3209693
: Add cost type field for Cloud Service Provider and make it default value for cost blocks
issue/cloud-3209693:3209693-add-cost-type-field
into
3.x
Overview
10
Commits
5
Pipelines
0
Changes
11
All threads resolved!
Hide all comments
Closed
Masami Suzuki
requested to merge
issue/cloud-3209693:3209693-add-cost-type-field
into
3.x
4 years ago
Overview
10
Commits
5
Pipelines
0
Changes
11
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
3.x
version 4
181b17db
4 years ago
version 3
bf807fee
4 years ago
version 2
1aa1b6be
4 years ago
version 1
fb69801e
4 years ago
3.x (base)
and
latest version
latest version
d1243ff9
5 commits,
4 years ago
version 4
181b17db
4 commits,
4 years ago
version 3
bf807fee
3 commits,
4 years ago
version 2
1aa1b6be
2 commits,
4 years ago
version 1
fb69801e
1 commit,
4 years ago
11 files
+
180
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
modules/cloud_service_providers/k8s/config/install/core.entity_form_display.cloud_config.k8s.default.yml
+
7
−
0
Options
@@ -4,6 +4,7 @@ dependencies:
config
:
-
cloud.cloud_config_type.k8s
-
field.field.cloud_config.k8s.field_api_server
-
field.field.cloud_config.k8s.field_cost_type
-
field.field.cloud_config.k8s.field_location_city
-
field.field.cloud_config.k8s.field_location_country
-
field.field.cloud_config.k8s.field_location_latitude
@@ -31,6 +32,12 @@ content:
third_party_settings
:
{
}
type
:
string_textfield
region
:
content
field_cost_type
:
weight
:
8
settings
:
{
}
third_party_settings
:
{
}
type
:
options_select
region
:
content
field_location_city
:
weight
:
4
settings
:
Loading