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