Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fea009bf
Commit
fea009bf
authored
Dec 21, 2017
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename enabled partial to integration_form
parent
9e2febf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
app/views/projects/clusters/_banner.html.haml
app/views/projects/clusters/_banner.html.haml
+2
-1
app/views/projects/clusters/_integration_form.html.haml
app/views/projects/clusters/_integration_form.html.haml
+0
-0
app/views/projects/clusters/show.html.haml
app/views/projects/clusters/show.html.haml
+1
-1
No files found.
app/views/projects/clusters/_banner.html.haml
View file @
fea009bf
%h4
=
s_
(
'ClusterIntegration|Cluster integration'
)
%p
=
s_
(
'ClusterIntegration|Control how your cluster integrates with GitLab'
)
.settings-content
.hidden.js-cluster-error.alert.alert-danger.alert-block.append-bottom-10
{
role:
'alert'
}
...
...
@@ -11,3 +10,5 @@
.hidden.js-cluster-success.alert.alert-success.alert-block.append-bottom-10
{
role:
'alert'
}
=
s_
(
'ClusterIntegration|Cluster was successfully created on Google Kubernetes Engine. Refresh the page to see cluster\'s details'
)
%p
=
s_
(
'ClusterIntegration|Control how your cluster integrates with GitLab'
)
app/views/projects/clusters/_
enabled
.html.haml
→
app/views/projects/clusters/_
integration_form
.html.haml
View file @
fea009bf
File moved
app/views/projects/clusters/show.html.haml
View file @
fea009bf
...
...
@@ -19,7 +19,7 @@
%section
.settings.no-animate.expanded
#cluster-integration
=
render
'banner'
=
render
'
enabled
'
=
render
'
integration_form
'
.cluster-applications-table
#js-cluster-applications
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment