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
9eb2fe56
Commit
9eb2fe56
authored
Aug 07, 2018
by
Paul Herbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change as per PR.
parent
81c002ab
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
api.service.ts
Breeze.UI/src/app/shared/services/api.service.ts
+1
-1
advanced.component.css
Breeze.UI/src/app/wallet/advanced/advanced.component.css
+2
-2
advanced.component.ts
Breeze.UI/src/app/wallet/advanced/advanced.component.ts
+2
-2
status-bar.component.ts
Breeze.UI/src/app/wallet/status-bar/status-bar.component.ts
+1
-1
tsconfig.json
Breeze.UI/tsconfig.json
+1
-1
No files found.
Breeze.UI/src/app/shared/services/api.service.ts
View file @
9eb2fe56
...
...
@@ -28,7 +28,7 @@ export class ApiService {
private
headers
=
new
Headers
({
'Content-Type'
:
'application/json'
});
private
pollingInterval
=
3000
;
private
bitcoinApiUrl
=
'http://localhost:37220/api'
;
private
stratisApiUrl
=
'http://localhost:37221/api'
;
private
stratisApiUrl
=
'http://localhost:37221/api'
;
private
currentApiUrl
=
'http://localhost:37220/api'
;
private
getCurrentCoin
()
{
...
...
Breeze.UI/src/app/wallet/advanced/advanced.component.css
View file @
9eb2fe56
...
...
@@ -8,6 +8,6 @@
}
.label
{
font-size
:
14px
;
margin-bottom
:
1px
;
font-size
:
14px
;
margin-bottom
:
1px
;
}
\ No newline at end of file
Breeze.UI/src/app/wallet/advanced/advanced.component.ts
View file @
9eb2fe56
...
...
@@ -13,7 +13,7 @@ import { SerialDisposable } from './serialDisposable';
styleUrls
:
[
'./advanced.component.css'
]
})
export
class
AdvancedComponent
implements
OnInit
,
OnDestroy
{
private
addressCount
=
""
;
private
addressCount
=
''
;
private
extPubKeySubs
=
new
SerialDisposable
();
private
generateAddressesSubs
=
new
SerialDisposable
();
private
resyncSubs
=
new
SerialDisposable
();
...
...
@@ -25,7 +25,7 @@ export class AdvancedComponent implements OnInit, OnDestroy {
}
public
icoFormGroup
:
FormGroup
;
public
extPubKey
=
""
;
public
extPubKey
=
''
;
public
resyncDate
:
NgbDateStruct
;
public
extPubKeyLoadingState
=
new
LoadingState
();
public
generateAddressesLoadingState
=
new
LoadingState
();
...
...
Breeze.UI/src/app/wallet/status-bar/status-bar.component.ts
View file @
9eb2fe56
...
...
@@ -26,7 +26,7 @@ export class StatusBarComponent implements OnInit {
constructor
(
private
apiService
:
ApiService
,
private
globalService
:
GlobalService
,
private
genericModalService
:
ModalService
)
{
}
ngOnInit
()
{
this
.
startSubscriptions
()
;
this
.
startSubscriptions
();
}
ngOnDestroy
()
{
...
...
Breeze.UI/tsconfig.json
View file @
9eb2fe56
...
...
@@ -17,7 +17,7 @@
},
"types"
:
[
"node"
,
"jasmine"
,
"jasmine"
],
"typeRoots"
:
[
"node_modules/@types"
...
...
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