This commit is contained in:
2020-06-17 21:16:31 +00:00
parent ce035b1072
commit cb159ebb51
6 changed files with 123 additions and 1 deletions

View File

@@ -240,6 +240,7 @@ app.shell = (function () {
page('/ops', ops);
page('/trials', trials);
page('/trialEdit/:id', trialEdit);
page('/ravLicenses/:id/', ravLicenses);
page('/ravLicense/:id/:site_id', ravLicense);
page('*', notFound);
page({
@@ -586,6 +587,14 @@ app.shell = (function () {
app.ravLicense.initModule();
}
var ravLicenses = function (ctx) {
app.nav.setSelectedMenuItem('customers');
app.ravLicenses.configModule({
context: ctx
});
app.ravLicenses.initModule();
}
var notFound = function (ctx) {
app.fourohfour.configModule({