Update file.html

This commit is contained in:
David Maisonave
2024-12-29 04:56:47 -05:00
parent 2b3612e106
commit 193a76ec8d

View File

@@ -75,7 +75,7 @@ class PluginDupFileManager extends StashPlugin{
GetFile(Mode = "getReport") { GetFile(Mode = "getReport") {
var results = this.RunPluginOperation({ "Target" : this.PageNo, "mode":Mode}); var results = this.RunPluginOperation({ "Target" : this.PageNo, "mode":Mode});
if (this.IS_DOCKER){ if (this.IS_DOCKER){
GqlRoot = this.GraphQl_URL.replace("/graphql", ""); const GqlRoot = this.GraphQl_URL.replace("/graphql", "");
results = results.replaceAll("http://127.0.0.1:9999", GqlRoot); results = results.replaceAll("http://127.0.0.1:9999", GqlRoot);
} }
const strResults = JSON.stringify(results); const strResults = JSON.stringify(results);