META-INF.dirigible.template-application-ui-angular.ui.perspective.report-file.tile.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.
*/
exports.getTile = function () {
return {
group: "Reports",
name: "${name} Report",
caption: "Report for entity ${name}",
tooltip: "${tooltip}",
// icon: "file-o",
location: "/services/web/${projectName}/gen/${genFolderName}/ui/Reports/index.html",
order: "${menuIndex}",
groupOrder: "999",
#if($perspectiveRole || $roleRead)
roles: [
#if($perspectiveRole)
"${perspectiveRole}",
#end
#if($roleRead)
"${roleRead}",
#end
]
#end
};
};