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
4481e471
Commit
4481e471
authored
Jun 20, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a couple oopsies
parent
dc31dac2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/clusters/new.html.haml
app/views/projects/clusters/new.html.haml
+1
-1
qa/qa/page/project/operations/kubernetes/add.rb
qa/qa/page/project/operations/kubernetes/add.rb
+2
-2
No files found.
app/views/projects/clusters/new.html.haml
View file @
4481e471
...
...
@@ -15,7 +15,7 @@
%span
Create new Cluster on GKE
%li
.nav-item
{
role:
'presentation'
}
%a
.nav-link
{
href:
'#add-user-cluster-pane'
,
id:
'add-user-cluster-tab'
,
class:
active_when
(
active_tab
==
'user'
),
data:
{
toggle:
'tab'
},
role:
'tab'
}
%span
Add
user
cluster
%span
Add
existing
cluster
.tab-content.gitlab-tab-content
.tab-pane
{
id:
'create-gcp-cluster-pane'
,
class:
active_when
(
active_tab
==
'gcp'
),
role:
'tabpanel'
}
...
...
qa/qa/page/project/operations/kubernetes/add.rb
View file @
4481e471
...
...
@@ -5,11 +5,11 @@ module QA
module
Kubernetes
class
Add
<
Page
::
Base
view
'app/views/projects/clusters/new.html.haml'
do
element
:add_kubernetes_cluster_button
,
"link_to s_('ClusterIntegration|Add
an existing Kubernetes
cluster')"
element
:add_kubernetes_cluster_button
,
"link_to s_('ClusterIntegration|Add
existing
cluster')"
end
def
add_existing_cluster
click_on
'Add
an existing Kubernetes
cluster'
click_on
'Add
existing
cluster'
end
end
end
...
...
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