feat: use new bdledger jar
# Conflicts: # front-agent/src/main/java/org/bdware/server/nodecenter/client/NodeCenterClientController.java # front-cluster/src/main/java/org/bdware/server/nodecenter/NodeCenterActions.java
This commit is contained in:
parent
8d56502a87
commit
178ef875c1
@ -342,7 +342,6 @@ var onStaticVerify = function (obj) {
|
||||
data.name = data.path = "/tmp/result_" + (new Date().getTime() % 1000)
|
||||
+ ".txt";
|
||||
obj = JSON.parse(obj.data);
|
||||
obj.result = JSON.parse(obj.result);
|
||||
data.val = JSON.stringify(obj, null, 4);
|
||||
mainVue.openedFiles.push(data);
|
||||
setTimeout(function () {
|
||||
|
Loading…
Reference in New Issue
Block a user