ansible-roles/roles/openxpki/templates/localconfig.js.j2

10 lines
243 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
window.Em.Application.initializer({
name: "oxi-localconfig",
initialize: function(container, application) {
var cc = application.ConfigController;
cc.reopen({
url: "cgi-bin/webui.fcgi"
});
}
});