tweaked the webui_api_explorer_url->webui_sandbox_introductions

and remove the replace
This commit is contained in:
hongwei1 2019-07-03 16:08:13 +02:00
commit 9280af23da

View File

@ -58,8 +58,8 @@ class IndexView(LoginRequiredMixin, FormView):
data = form.cleaned_data
urlpath = '/management/webui_props'
payload = {
"name":"webui_sandbox_introductions",
"value" : str(data["webui_props"])
"name":"webui_api_explorer_url",
"value" : data["webui_props"]
}
result = self.api.post(urlpath, payload=payload)
except APIError as err: