|
@@ -763,6 +763,9 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
self.changeEditorType(window.location.getParameter('type'));
|
|
self.changeEditorType(window.location.getParameter('type'));
|
|
|
}
|
|
}
|
|
|
}},
|
|
}},
|
|
|
|
|
+ { url: '/notebook/editor', app: function () {
|
|
|
|
|
+ page('/editor' + (window.location.getParameter('editor') !== '' ? '?editor=' + window.location.getParameter('editor') : ''));
|
|
|
|
|
+ }},
|
|
|
{ url: '/filebrowser/view=*', app: 'filebrowser' },
|
|
{ url: '/filebrowser/view=*', app: 'filebrowser' },
|
|
|
{ url: '/filebrowser/*', app: function () {
|
|
{ url: '/filebrowser/*', app: function () {
|
|
|
page('/filebrowser/view=' + DropzoneGlobals.homeDir);
|
|
page('/filebrowser/view=' + DropzoneGlobals.homeDir);
|
|
@@ -810,6 +813,9 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
}},
|
|
}},
|
|
|
|
|
+ { url: '/notebook/editor', app: function () {
|
|
|
|
|
+ page('/notebook' + (window.location.getParameter('notebook') !== '' ? '?notebook=' + window.location.getParameter('notebook') : ''));
|
|
|
|
|
+ }},
|
|
|
{ url: '/oozie/editor/bundle/*', app: 'oozie_bundle' },
|
|
{ url: '/oozie/editor/bundle/*', app: 'oozie_bundle' },
|
|
|
{ url: '/oozie/editor/coordinator/*', app: 'oozie_coordinator' },
|
|
{ url: '/oozie/editor/coordinator/*', app: 'oozie_coordinator' },
|
|
|
{ url: '/oozie/editor/workflow/*', app: 'oozie_workflow' },
|
|
{ url: '/oozie/editor/workflow/*', app: 'oozie_workflow' },
|