Commit cbc7ddca authored by Roque's avatar Roque

slapos_parameter_editor: do not add slapos master url in js gadget

parent 13a7da98
...@@ -234,10 +234,6 @@ ...@@ -234,10 +234,6 @@
options.hasOwnProperty('result'))) { options.hasOwnProperty('result'))) {
return domsugar(this.element); return domsugar(this.element);
} }
if (options.result.hasOwnProperty('monitor_url')) {
options.result.monitor_url +=
'&slapos_master_url=' + window.location.host;
}
// Save will force the gadget to be updated so // Save will force the gadget to be updated so
// result is empty. // result is empty.
var state_dict = options.result || {}; var state_dict = options.result || {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment