mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve typography
This commit is contained in:
parent
1571a8fd77
commit
5a7184efa8
|
@ -38,7 +38,7 @@ export default new Vuex.Store({
|
|||
},
|
||||
refreshFrequent({ dispatch }) {
|
||||
// Refresh all data
|
||||
dispatch('ftbot/getOpentrades');
|
||||
dispatch('ftbot/getOpenTrades');
|
||||
dispatch('ftbot/getState');
|
||||
dispatch('ftbot/getTrades');
|
||||
dispatch('ftbot/getWhitelist');
|
||||
|
|
|
@ -80,7 +80,7 @@ export default {
|
|||
.then((result) => commit('updateTrades', result.data))
|
||||
.catch(console.error);
|
||||
},
|
||||
getOpentrades({ commit }) {
|
||||
getOpenTrades({ commit }) {
|
||||
return api
|
||||
.get('/status')
|
||||
.then((result) => commit('updateOpenTrades', result.data))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// global main style
|
||||
// global main style
|
||||
|
||||
// html, body, #app{
|
||||
|
||||
// }
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue
Block a user