diff --git a/.gitignore b/.gitignore index 4d679c7..0260adb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ *.user *.userosscache *.sln.docstates - + # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/k8s/staging/backoffice-deployment.yaml b/k8s/staging/backoffice-deployment.yaml index ade70a0..e905bc0 100644 --- a/k8s/staging/backoffice-deployment.yaml +++ b/k8s/staging/backoffice-deployment.yaml @@ -20,7 +20,7 @@ spec: containers: - name: backoffice image: 194.5.195.53:30080/admin/backoffice:latest - imagePullPolicy: IfNotPresent + imagePullPolicy: Always ports: - containerPort: 80 name: http diff --git a/src/BackOffice/BackOffice.csproj b/src/BackOffice/BackOffice.csproj index a40a96f..ff82465 100644 --- a/src/BackOffice/BackOffice.csproj +++ b/src/BackOffice/BackOffice.csproj @@ -140,7 +140,7 @@ - + diff --git a/src/BackOffice/Pages/Wallet/WalletManagementPage.razor b/src/BackOffice/Pages/Wallet/WalletManagementPage.razor index fce4621..7b6fc1d 100644 --- a/src/BackOffice/Pages/Wallet/WalletManagementPage.razor +++ b/src/BackOffice/Pages/Wallet/WalletManagementPage.razor @@ -125,6 +125,16 @@ @context.Item.CurrentNetworkBalance.ToString("N0") + + + @context.Item.ChangeDiscountValue.ToString("N0") + + + + + @context.Item.CurrentDiscountBalance.ToString("N0") + + @(context.Item.RefrenceId?.ToString() ?? "—")