All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-application-ui-angular.ui.perspective.report-file.tile.js.template Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * 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
    };
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy