Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct LastPR and add ssh route #112

Closed
wants to merge 1 commit into from
Closed

Correct LastPR and add ssh route #112

wants to merge 1 commit into from

Conversation

g-boy05
Copy link
Contributor

@g-boy05 g-boy05 commented Apr 12, 2017

I correct my PR now ,all is OK now
the problem come from the extra brackets and i add the route for ssh page

@@ -13,7 +13,7 @@ import {
@NgModule({
imports: [
JhipsterRegistrySharedModule,
RouterModule.forRoot([ applicationsState ], {useHash: true})
RouterModule.forRoot( applicationsState , {useHash: true})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unwanted space

@@ -13,7 +13,7 @@ import {
@NgModule({
imports: [
JhipsterRegistrySharedModule,
RouterModule.forRoot([ SSH_ROUTE ], {useHash: true})
RouterModule.forRoot( sshState , {useHash: true})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unwanted space

@g-boy05
Copy link
Contributor Author

g-boy05 commented Apr 12, 2017

I fix the conflits in this PR #116

@deepu105
Copy link
Member

I dont see any updates for what I commented. did you forgot to push

@JulienMrgrd JulienMrgrd mentioned this pull request Apr 14, 2017
@deepu105 deepu105 closed this Apr 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants