mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
better json formatting
This commit is contained in:
parent
d0e18ce334
commit
10d1089c11
|
@ -102,7 +102,7 @@ const pairlistsComp = computed(() =>
|
|||
);
|
||||
|
||||
const configJSON = computed(() => {
|
||||
return JSON.stringify(configToPayloadItems(), null, 4);
|
||||
return JSON.stringify(configToPayloadItems(), null, 2);
|
||||
});
|
||||
|
||||
useSortable(availablePairlistsEl, availablePairlists.value, {
|
||||
|
|
Loading…
Reference in New Issue
Block a user