mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
![]() |
window.Em.Application.initializer({
|
||
|
name: "oxi-localconfig",
|
||
|
initialize: function(container, application) {
|
||
|
var cc = application.ConfigController;
|
||
|
cc.reopen({
|
||
|
url: "cgi-bin/webui.fcgi"
|
||
|
});
|
||
|
}
|
||
|
});
|