META-INF.dirigible.template-application-ui-angular.ui.perspective.report.view.js.template Maven / Gradle / Ivy
/*
* Generated by Eclipse Dirigible based on model and template.
*
* Do not modify the content as it may be re-generated again.
*/
const viewData = {
id: "${name}Report",
label: "${name} Report",
factory: "frame",
region: "center",
link: "/services/web/${projectName}/gen/${genFolderName}/ui/Reports/${name}/index.html",
perspectiveName: "Reports",
#if($perspectiveRole || $roleRead)
roles: [
#if($perspectiveRole)
"${perspectiveRole}",
#end
#if($roleRead)
"${roleRead}",
#end
]
#end
};
if (typeof exports !== 'undefined') {
exports.getView = function () {
return viewData;
}
}