This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user