mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
7 lines
350 B
JavaScript
7 lines
350 B
JavaScript
define(['handlebars.runtime'], function(Handlebars) {
|
|
Handlebars = Handlebars["default"]; var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
|
return templates['empty'] = template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
|
return "";
|
|
},"useData":true});
|
|
});
|