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
1ef99821
Commit
1ef99821
authored
May 19, 2017
by
Pieterjan Vanhoof
Committed by
GitHub
May 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #67 from stratisproject/ui
Disable mainnet
parents
e75efe80
51d88021
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
create.component.html
Breeze.UI/src/app/setup/create/create.component.html
+1
-1
create.component.ts
Breeze.UI/src/app/setup/create/create.component.ts
+1
-1
recover.component.html
Breeze.UI/src/app/setup/recover/recover.component.html
+1
-1
recover.component.ts
Breeze.UI/src/app/setup/recover/recover.component.ts
+1
-1
No files found.
Breeze.UI/src/app/setup/create/create.component.html
View file @
1ef99821
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label>
Network:
</label>
<label>
Network:
</label>
<select
name=
"network"
formControlName=
"selectNetwork"
>
<select
name=
"network"
formControlName=
"selectNetwork"
>
<
option
value=
"main"
>
Main
</option
>
<
!--<option value="main">Main</option>--
>
<option
value=
"test"
>
Testnet
</option>
<option
value=
"test"
>
Testnet
</option>
</select>
</select>
</div>
</div>
...
...
Breeze.UI/src/app/setup/create/create.component.ts
View file @
1ef99821
...
@@ -34,7 +34,7 @@ export class CreateComponent {
...
@@ -34,7 +34,7 @@ export class CreateComponent {
]
]
],
],
"walletPassword"
:
[
""
,
Validators
.
required
],
"walletPassword"
:
[
""
,
Validators
.
required
],
"selectNetwork"
:
[
"
main
"
,
Validators
.
required
]
"selectNetwork"
:
[
"
test
"
,
Validators
.
required
]
});
});
this
.
createWalletForm
.
valueChanges
this
.
createWalletForm
.
valueChanges
...
...
Breeze.UI/src/app/setup/recover/recover.component.html
View file @
1ef99821
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label>
Network:
</label>
<label>
Network:
</label>
<select
name=
"network"
formControlName=
"selectNetwork"
>
<select
name=
"network"
formControlName=
"selectNetwork"
>
<
option
value=
"main"
>
Main
</option
>
<
!--<option value="main">Main</option>--
>
<option
value=
"test"
>
Testnet
</option>
<option
value=
"test"
>
Testnet
</option>
</select>
</select>
</div>
</div>
...
...
Breeze.UI/src/app/setup/recover/recover.component.ts
View file @
1ef99821
...
@@ -19,7 +19,7 @@ export class RecoverComponent implements OnInit {
...
@@ -19,7 +19,7 @@ export class RecoverComponent implements OnInit {
"walletMnemonic"
:
[
""
,
Validators
.
required
],
"walletMnemonic"
:
[
""
,
Validators
.
required
],
"walletPassword"
:
[
""
,
Validators
.
required
],
"walletPassword"
:
[
""
,
Validators
.
required
],
"walletName"
:
[
""
,
Validators
.
required
],
"walletName"
:
[
""
,
Validators
.
required
],
"selectNetwork"
:
[
"
main
"
,
Validators
.
required
]
"selectNetwork"
:
[
"
test
"
,
Validators
.
required
]
});
});
}
}
...
...
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