Module: check_mk
Branch: master
Commit: 3562c6faa0b4887cbf58beab149eabff5a9373b3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3562c6faa0b488…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Jun 10 10:53:45 2014 +0200
Fixed too long button text of "CPU related inventory" view
---
web/plugins/views/inventory.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/plugins/views/inventory.py b/web/plugins/views/inventory.py
index 356525e..2ce685e 100644
--- a/web/plugins/views/inventory.py
+++ b/web/plugins/views/inventory.py
@@ -637,7 +637,8 @@ multisite_builtin_views["inv_hosts_cpu"] = {
# General options
'datasource' : 'hosts',
'topic' : _('Inventory'),
- 'title' : _('CPU-Related Inventory of all
Hosts'),
+ 'title' : _('CPU Related Inventory of all
Hosts'),
+ 'linktitle' : _('CPU Inv. (all Hosts)'),
'description' : _('A list of all hosts with some CPU
related inventory data'),
'public' : True,
'hidden' : False,