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
ae8a0e29
Commit
ae8a0e29
authored
Dec 10, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove signOut path references
parent
6cd25851
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
app/assets/javascripts/create_cluster/eks_cluster/index.js
app/assets/javascripts/create_cluster/eks_cluster/index.js
+0
-2
spec/frontend/create_cluster/eks_cluster/store/actions_spec.js
...frontend/create_cluster/eks_cluster/store/actions_spec.js
+0
-2
No files found.
app/assets/javascripts/create_cluster/eks_cluster/index.js
View file @
ae8a0e29
...
...
@@ -18,7 +18,6 @@ export default el => {
hasCredentials
,
createRolePath
,
createClusterPath
,
signOutPath
,
externalLinkIcon
,
roleArn
,
}
=
el
.
dataset
;
...
...
@@ -33,7 +32,6 @@ export default el => {
instanceTypes
:
JSON
.
parse
(
instanceTypes
),
createRolePath
,
createClusterPath
,
signOutPath
,
roleArn
,
},
}),
...
...
spec/frontend/create_cluster/eks_cluster/store/actions_spec.js
View file @
ae8a0e29
import
testAction
from
'
helpers/vuex_action_helper
'
;
import
MockAdapter
from
'
axios-mock-adapter
'
;
import
createState
from
'
~/create_cluster/eks_cluster/store/state
'
;
import
*
as
actions
from
'
~/create_cluster/eks_cluster/store/actions
'
;
...
...
@@ -63,7 +62,6 @@ describe('EKS Cluster Store Actions', () => {
state
=
{
...
createState
(),
createRolePath
:
'
/clusters/roles/
'
,
signOutPath
:
'
/aws/signout
'
,
createClusterPath
:
'
/clusters/
'
,
};
});
...
...
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