Add a button to open proxiwash in the browser #14
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ export default {
|
||||||
paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
|
paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
|
||||||
icon: 'school-outline',
|
icon: 'school-outline',
|
||||||
url: Urls.app.api + 'washinsa/washinsa_data.json',
|
url: Urls.app.api + 'washinsa/washinsa_data.json',
|
||||||
|
webPageUrl: Urls.proxiwash.washinsa,
|
||||||
},
|
},
|
||||||
tripodeB: {
|
tripodeB: {
|
||||||
id: 'tripodeB',
|
id: 'tripodeB',
|
||||||
|
@ -58,5 +59,6 @@ export default {
|
||||||
paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
|
paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
|
||||||
icon: 'domain',
|
icon: 'domain',
|
||||||
url: Urls.app.api + 'washinsa/tripode_b_data.json',
|
url: Urls.app.api + 'washinsa/tripode_b_data.json',
|
||||||
|
webPageUrl: Urls.proxiwash.tripodeB,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue