luci-app-mosdns: adjust the delay for loading codemirror configuration

* enough time to complete loading of codemirror resources.

* fix #243

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-08-24 18:47:40 +08:00
parent 18b3a9f95e
commit bba908ba98

View File

@ -399,7 +399,7 @@ return view.extend({
theme: "dracula"
});
}
}, 150);
}, 600);
o = s.taboption('basic', form.TextValue, '_custom', _('Configuration Editor'),
_('This is the content of the file \'/etc/mosdns/config_custom.yaml\' from which your MosDNS configuration will be generated. \
Only accepts configuration content in yaml format.'));