Commit c5314bd1 authored by Dietmar Maurer's avatar Dietmar Maurer

use /api2/extjs/ url for edit window

Current PVE:Utils.API2Request needs that.
parent a3fc6eda
...@@ -92,7 +92,7 @@ Ext.define('PVE.dc.OptionView', { ...@@ -92,7 +92,7 @@ Ext.define('PVE.dc.OptionView', {
} }
var win = Ext.create(rowdef.editor, { var win = Ext.create(rowdef.editor, {
url: me.url, url: "/api2/extjs/cluster/options",
confid: rec.data.key confid: rec.data.key
}); });
win.show(); win.show();
......
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