feat: Update bootstrap and remove sidebar toggle
All checks were successful
Build Docker / Build Image (push) Successful in 49s

This commit is contained in:
2025-01-28 21:55:23 +11:00
parent 8ec23e3a32
commit db5e672d7b
20 changed files with 0 additions and 19 deletions

View File

@@ -1401,7 +1401,6 @@ def plugin_function(ptype,plugin,function):
return redirect("/plugin/" + plugin + "?error=" + response['error'])
response = render.plugin_output(response,plugins_module.getPluginFunctionReturns(plugin,function))
return render_template("plugin-output.html", account=account, sync=account_module.getNodeSync(),
wallet_status=account_module.getWalletStatus(),
name=data['name'],description=data['description'],output=response)