mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
UI and opt-in for setting permissions
This commit is contained in:
9
src/UI/Handlebars/Helpers/Os.js
Normal file
9
src/UI/Handlebars/Helpers/Os.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'handlebars'
|
||||
], function (Handlebars) {
|
||||
Handlebars.registerHelper('LinuxOnly', function () {
|
||||
return new Handlebars.SafeString('<i class="icon-linux" title="Linux Only"></i>');
|
||||
});
|
||||
});
|
||||
@@ -10,6 +10,7 @@ define(
|
||||
'Handlebars/Helpers/Series',
|
||||
'Handlebars/Helpers/Quality',
|
||||
'Handlebars/Helpers/System',
|
||||
'Handlebars/Helpers/Os',
|
||||
'Handlebars/Handlebars.Debug'
|
||||
], function (Templates) {
|
||||
return function () {
|
||||
|
||||
Reference in New Issue
Block a user