mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-08-04 21:05:15 +03:00
refactor: unify dynamic page structure
This commit is contained in:
@@ -10,8 +10,8 @@ function createDiagnosticContent(section) {
|
||||
const o = section.option(form.DummyValue, '_mount_node');
|
||||
o.rawhtml = true;
|
||||
o.cfgvalue = () => {
|
||||
main.initDiagnosticController();
|
||||
return main.renderDiagnostic();
|
||||
main.DiagnosticTab.initController();
|
||||
return main.DiagnosticTab.render();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user