Sha256: 7efa1e00d0e90a52ff99616c634e66a506a3b1bbba2e806f69ac27e31cd35a63
Contents?: true
Size: 659 Bytes
Versions: 28
Compression:
Stored size: 659 Bytes
Contents
//<% environment.context_class.instance_eval { include ActionView::Helpers::UrlHelper } %> //<% url = Faalis::Engine.routes.url_helpers %> // User Permissions window.PERMISSIONS = []; // Prefix url of API window.API_PREFIX = "/api/v1/"; // Modules is an array of dashboard modules window.DModules = []; // This variable will contains all the modules name which should be loaded // as Dashboard application dependency window.dashboard_dependencies = []; // Template prefix window.templates_path = "/templates/"; // Any element of this queue will be appear as error after load event window.ErrorQueue = []; window.DashboardURL = "<%= url.dashboard_path %>";
Version data entries
28 entries across 28 versions & 1 rubygems