Merge branch 'zgocsp' into dev
This commit is contained in:
commit
b7d44e354d
5 changed files with 14 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "zgo",
|
||||
"version": "2.1.0",
|
||||
"version": "2.3.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "zgo",
|
||||
"version": "2.1.0",
|
||||
"version": "2.3.1",
|
||||
"dependencies": {
|
||||
"@angular/animations": "^16.0.0",
|
||||
"@angular/cdk": "^16.0.0",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<p class="rv_price"
|
||||
*ngIf="owner.zats">
|
||||
ⓩ{{(item.cost/zecPrice)*100000000 | number: '1.0-0'}}
|
||||
ⓩ {{ ((item.cost/zecPrice)*100000000).toString().substring( 0, ((item.cost/zecPrice)*100000000 ).toString().indexOf('.')) }} [{{item.cost | number: '1.02' | currency: getCurrency() }}]
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -66,6 +66,7 @@ export class ItemListComponent implements OnInit{
|
|||
itemlistNotifClose : '',
|
||||
itemlistNotifSuccess : ''
|
||||
}
|
||||
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
constructor(
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content=
|
||||
"connect-src 'self' https://test.zgo.cash https://zgo.cash ;
|
||||
default-src 'self';
|
||||
style-src 'self' https://fonts.googleapis.com 'unsafe-inline' ;
|
||||
img-src 'self' https://fonts.googleapis.com http://www.w3.org data: ;
|
||||
font-src 'self' http://www.w3.org https://fonts.gstatic.com https://fonts.gstatic.com ; ">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>ZGo - The Zcash Register</title>
|
||||
<base href="/">
|
||||
|
|
Loading…
Reference in a new issue