move notification back to bottom right (hidden by floating top bar)

This commit is contained in:
Frede Hundewadt 2023-06-16 11:19:27 +02:00
parent 1597d99bff
commit fece4d93e5
2 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@
<div class="content d-none d-print-block"> <div class="content d-none d-print-block">
@Body @Body
</div> </div>
<BlazoredToasts Position="ToastPosition.TopRight" Timeout="5" MaxToastCount="3" ShowProgressBar="true" /> <BlazoredToasts Position="ToastPosition.BottomRight" Timeout="5" MaxToastCount="3" ShowProgressBar="true" />
</main> </main>
</div> </div>

View file

@ -1,15 +1,15 @@
{ {
"appInfo": { "appInfo": {
"name": "Wonky Online", "name": "Wonky Online",
"version": "170.1", "version": "171.0",
"rc": true, "rc": true,
"sandBox": false, "sandBox": true,
"image": "grumpy-coder.png" "image": "grumpy-coder.png"
}, },
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Debug", "Default": "None",
"System": "Debug", "System": "None",
"Microsoft": "None" "Microsoft": "None"
}, },
"Debug": { "Debug": {
@ -19,7 +19,7 @@
} }
}, },
"apiConfig": { "apiConfig": {
"baseUrl": "https://eta.innotec.dk", "baseUrl": "https://dev.innotec.dk",
"catalog": "api/v2/catalog/country", "catalog": "api/v2/catalog/country",
"crmCustomers": "api/v2/crm/companies", "crmCustomers": "api/v2/crm/companies",
"crmInventoryExt": "history/inventory", "crmInventoryExt": "history/inventory",