This commit is contained in:
@@ -134,7 +134,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "",
|
||||
title: "",
|
||||
helpUrl: "index.html",
|
||||
helpUrl: "user-intro",
|
||||
menuItems: []
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,8 +14,8 @@ export default {
|
||||
vm.appBar.icon = ctx.icon;
|
||||
|
||||
vm.appBar.title = ctx.title;
|
||||
//set the help url if presented or default to the top of the index
|
||||
vm.appBar.helpUrl = ctx.helpUrl ? ctx.helpUrl : "index.html";
|
||||
//set the help url if presented or default to the User section intro
|
||||
vm.appBar.helpUrl = ctx.helpUrl ? ctx.helpUrl : "user-intro";
|
||||
vm.appBar.menuItems = [];
|
||||
|
||||
//CONTEXT TOP PORTION
|
||||
|
||||
Reference in New Issue
Block a user