diff options
Diffstat (limited to 'os-plugins/plugins/Theme/OpenSLX/OSPlugin')
| -rw-r--r-- | os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm b/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm index 5975fa3f..b029919e 100644 --- a/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm +++ b/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm @@ -78,6 +78,16 @@ sub getAttrInfo default => 30, }, + 'theme::name' => { + applies_to_systems => 1, + applies_to_clients => 0, + description => unshiftHereDoc(<<' End-of-Here'), + the name of the theme to apply (or unset for no theme) + End-of-Here + content_regex => undef, + content_descr => undef, + default => undef, + }, }; } |
