Add a button to open proxiwash in the browser #14

Merged
vergnet merged 4 commits from :btn-proxiwash into master 2021-07-06 19:01:12 +02:00
Showing only changes of commit 06dc9966ec - Show all commits

View file

@ -48,6 +48,7 @@ export default {
paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
icon: 'school-outline',
url: Urls.app.api + 'washinsa/washinsa_data.json',
webPageUrl: Urls.proxiwash.washinsa,
},
tripodeB: {
id: 'tripodeB',
@ -58,5 +59,6 @@ export default {
paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
icon: 'domain',
url: Urls.app.api + 'washinsa/tripode_b_data.json',
webPageUrl: Urls.proxiwash.tripodeB,
},
};