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
59b01923
Commit
59b01923
authored
7 years ago
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set default balances
parent
10a5a6b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dashboard.component.html
Breeze.UI/src/app/wallet/dashboard/dashboard.component.html
+2
-2
No files found.
Breeze.UI/src/app/wallet/dashboard/dashboard.component.html
View file @
59b01923
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<h5>
Active balance
</h5>
<h5>
Active balance
</h5>
<p
class=
"lead"
>
<p
class=
"lead"
>
<!--<strong><span class="h2">29</span>.76500293</strong>-->
<!--<strong><span class="h2">29</span>.76500293</strong>-->
<strong>
{{
confirmedBalance | coinNotation
}}
</strong>
<strong>
{{
(confirmedBalance | coinNotation) || (0 | coinNotation)
}}
</strong>
<small
class=
"text-uppercase"
>
{{ coinUnit }}
</small>
<small
class=
"text-uppercase"
>
{{ coinUnit }}
</small>
</p>
</p>
</div>
</div>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<div
class=
"col-xs-12 col-md-4 text-left"
>
<div
class=
"col-xs-12 col-md-4 text-left"
>
<h5>
Unconfirmed balance
</h5>
<h5>
Unconfirmed balance
</h5>
<p
class=
"lead"
>
<p
class=
"lead"
>
<strong>
{{
unconfirmedBalance | coinNotation
}}
</strong>
<strong>
{{
(unconfirmedBalance | coinNotation) || (0 | coinNotation)
}}
</strong>
<small
class=
"text-uppercase"
>
{{ coinUnit }}
</small>
<small
class=
"text-uppercase"
>
{{ coinUnit }}
</small>
</p>
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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