mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-03 14:14:28 +01:00
After changing PoS items in UpdatePoS ident the JSON template
This commit is contained in:
@@ -166,7 +166,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
}
|
||||
},
|
||||
save: function(){
|
||||
let template = JSON.stringify(this.items);
|
||||
let template = JSON.stringify(this.items, null, 2);
|
||||
this.getInputElement().val(template);
|
||||
},
|
||||
editItem: function(index){
|
||||
|
||||
Reference in New Issue
Block a user