Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
c63bd99d
Commit
c63bd99d
authored
Nov 20, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Navigate to homepage on cancel
parent
c65b624b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
show-mnemonic.component.html
...p/setup/create/show-mnemonic/show-mnemonic.component.html
+1
-1
show-mnemonic.component.ts
...app/setup/create/show-mnemonic/show-mnemonic.component.ts
+2
-2
No files found.
Breeze.UI/src/app/setup/create/show-mnemonic/show-mnemonic.component.html
View file @
c63bd99d
...
...
@@ -14,7 +14,7 @@
<!-- /row-->
<div
class=
"row d-flex justify-content-center"
>
<!-- <button type="button" class="btn btn-linkgray btn-lg col-12">Save the list somewhere</button> -->
<button
type=
"button"
class=
"btn btn-linkgray mr-4"
(
click
)="
on
Back
Clicked
()"
>
Cancel
</button>
<button
type=
"button"
class=
"btn btn-linkgray mr-4"
(
click
)="
on
Cancel
Clicked
()"
>
Cancel
</button>
<button
type=
"button"
class=
"btn btn-darkgray btn-lg"
(
click
)="
onContinueClicked
()"
>
Continue
</button>
</div>
<!-- /row-->
...
...
Breeze.UI/src/app/setup/create/show-mnemonic/show-mnemonic.component.ts
View file @
c63bd99d
...
...
@@ -40,8 +40,8 @@ export class ShowMnemonicComponent implements OnInit, OnDestroy {
this
.
router
.
navigate
([
'/setup/create/confirm-mnemonic'
],
{
queryParams
:
{
name
:
this
.
newWallet
.
name
,
mnemonic
:
this
.
newWallet
.
mnemonic
,
password
:
this
.
newWallet
.
password
}});
}
public
on
Back
Clicked
()
{
this
.
router
.
navigate
([
'
/setup/create
'
]);
public
on
Cancel
Clicked
()
{
this
.
router
.
navigate
([
''
]);
}
ngOnDestroy
()
{
...
...
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