Eric Lippmann
|
67be1b329b
|
monitoring/security: Hide 'Add comment' link if user lacks the respective permission
|
2015-01-23 09:41:06 +01:00 |
Eric Lippmann
|
5967d5fe04
|
monitoring/security: Hide delete downtime action if user lacks the respective permission
|
2015-01-22 17:35:34 +01:00 |
Eric Lippmann
|
a19c155d9f
|
monitoring/security: Hide delete comment action if user lacks the respective permission
|
2015-01-22 17:33:20 +01:00 |
Eric Lippmann
|
f46a587266
|
monitoring/security: Hide 'Remove Problem Acknowledgement' action if user lacks the respective permission
|
2015-01-22 17:25:30 +01:00 |
Eric Lippmann
|
a09ba15859
|
monitoring/security: Hide 'Check Now' action if user lacks the respective permission
|
2015-01-22 17:13:35 +01:00 |
Johannes Meyer
|
6845480b5f
|
Fix that strtoupper can't handle non ascii chars
Fixed by not using strtoupper or by using it prior
to the translation of the corresponding string.
fixes #8163
|
2015-01-22 14:37:07 +01:00 |
Eric Lippmann
|
4589621f58
|
monitoring: Use host and service display_name for displaying host and service names for an object's history
refs #7843
|
2015-01-22 10:57:44 +01:00 |
Eric Lippmann
|
d1715c8ec6
|
monitoring: Escape event message in an object's event history
|
2015-01-22 10:45:14 +01:00 |
Eric Lippmann
|
a1f4d124b4
|
monitoring: Prefer <br> over <br /> in components/header.phtml
|
2015-01-22 10:36:44 +01:00 |
Eric Lippmann
|
9e5d7f43ff
|
monitoring: Show host_name in the detail area too if it's different from the display_name
refs #7843
|
2015-01-22 10:36:02 +01:00 |
Eric Lippmann
|
3d306c0a06
|
monitoring: Use display_name for displaying the host name in the detail area
refs #7843
|
2015-01-22 10:35:06 +01:00 |
Eric Lippmann
|
e61edaaffb
|
monitoring: Show service_description in the detail area too if it's different from the display_name
refs #7843
|
2015-01-22 10:30:55 +01:00 |
Eric Lippmann
|
ed7dc1beb6
|
monitoring: Use display_name when displaying the service name in the detail area
refs #7843
|
2015-01-22 10:29:57 +01:00 |
Eric Lippmann
|
98acc9166a
|
monitoring: Fix coding style in components/header.phtml
|
2015-01-22 10:24:44 +01:00 |
Eric Lippmann
|
d064b0ac79
|
monitoring: Rename $showService to $isService in the header view script
Most views use $isService to set whether we are about to show a service.
|
2015-01-21 17:29:31 +01:00 |
Carlos Cesario
|
2f3667aa3d
|
Use hosts link instead services link
Use hosts link instead services link to show hosts group.
refs #7259
|
2014-12-17 10:00:15 -02:00 |
Johannes Meyer
|
7987fb3f5a
|
Use the Host and Service object class helpers instead of the Util view helper
This also ensures that all state names that are shown to the user are
properly translated.
refs #7996
|
2014-12-12 12:22:20 +01:00 |
Johannes Meyer
|
87664ffef9
|
Use the Host and Service object class helpers instead of MonitoringState
This also ensures that all state names that are shown to the user are
properly translated.
refs #7996
|
2014-12-12 10:38:21 +01:00 |
Johannes Meyer
|
ddc121d1cc
|
Add ProcessCheckResultCommandForm
refs #6854
|
2014-12-11 15:52:23 +01:00 |
Johannes Meyer
|
8779e80291
|
Add a link to a service's event when showing the host's history
|
2014-12-11 10:56:47 +01:00 |
Carlos Cesario
|
571df0a5ab
|
Improve plural string translation
Improve plural translation for some statements
refs #8000
|
2014-12-05 10:45:10 -02:00 |
Eric Lippmann
|
2843490250
|
monitoring: Translate "Plugin Output"
|
2014-11-21 16:45:39 +01:00 |
Gunnar Beutner
|
59c2d27e4e
|
Fix spelling for "Plugin Output"
|
2014-11-21 15:14:47 +01:00 |
Thomas Gelf
|
8d67437685
|
show/services: render service in _next container
|
2014-11-19 09:10:13 +01:00 |
Thomas Gelf
|
a20fa3201d
|
tinystatesummary: use h1, styling
|
2014-11-19 07:53:16 +01:00 |
Bernd Erk
|
07c0180b1c
|
Merge branch 'master' into feature/redesign-7144
|
2014-11-18 16:36:19 +01:00 |
Alexander Fuhr
|
5ad1c0c928
|
Adjust vars to the coding guidelines
|
2014-11-18 10:29:47 +01:00 |
Alexander Fuhr
|
cbcea2a3c3
|
Add check attempts information to object detail view
fixes #7686
|
2014-11-17 18:54:40 +01:00 |
Bernd Erk
|
66ecb2dc9f
|
Fixes Pluginoutput
|
2014-11-17 18:02:16 +01:00 |
Bernd Erk
|
f83bcbfd2b
|
updates current font set and changes service and reporting icons
|
2014-11-17 17:08:08 +01:00 |
Bernd Erk
|
e44086cb9f
|
Fixes service and config icons
|
2014-11-17 17:08:08 +01:00 |
Alexander Fuhr
|
e95e5f35d8
|
Add significant title if there are no services configured
refs #7687
fixes #7687
|
2014-11-17 16:27:22 +01:00 |
Bernd Erk
|
20be45e8da
|
Enable icon font
|
2014-11-13 20:08:58 +01:00 |
Bernd Erk
|
ef2ec0442c
|
Merge branch 'master' into feature/redesign-7144
|
2014-11-13 14:40:26 +01:00 |
Alexander Fuhr
|
d0651e9e7f
|
Rename 'service current state' to 'service detail information' header
|
2014-11-13 14:04:23 +01:00 |
Eric Lippmann
|
8e3394fd55
|
Merge branch 'master' into feature/redesign-7144
|
2014-11-11 13:54:13 +01:00 |
Bernd Erk
|
f300c121cd
|
Redesign tactical overview
|
2014-11-06 22:38:06 +01:00 |
Thomas Gelf
|
da20926a97
|
Customvars: use new helper
refs #7569
|
2014-11-06 16:11:29 +01:00 |
Alexander Klimov
|
38220afd11
|
PHP: avoid short tags <?
|
2014-10-23 10:44:54 +02:00 |
Alexander Klimov
|
ba12d7b46c
|
Use mt() in the monitoring module instead of just t()
fixes #7330
|
2014-10-21 17:22:16 +02:00 |
Matthias Jentsch
|
937dbe2c15
|
Add missing close buttons to views without tabs
|
2014-10-14 17:54:52 +02:00 |
Eric Lippmann
|
2126b8c341
|
monitoring: Fix link to an object's contact in the detail views
|
2014-10-07 13:21:28 +02:00 |
Alexander Fuhr
|
f7b7e0283a
|
Translation: another bunch of translatable strings
|
2014-09-29 15:20:19 +02:00 |
Eric Lippmann
|
c4d13a7850
|
monitoring: Fix `$this' usage in a closure
|
2014-09-23 23:00:19 -07:00 |
Eric Lippmann
|
1710a50d5c
|
Fix form CSS
|
2014-09-23 22:43:33 -07:00 |
Eric Lippmann
|
051c9691a9
|
Remove "WTF" comment
|
2014-09-23 22:18:06 -07:00 |
Eric Lippmann
|
8afdc3db1a
|
monitoring: Replace show partials calls to getHost() and getService() with getName()
|
2014-09-17 09:48:30 +02:00 |
Eric Lippmann
|
5cdcf36243
|
monitoring: Add HostController's show action view script
|
2014-09-17 09:46:42 +02:00 |
Eric Lippmann
|
8bf66425d1
|
Merge branch 'master' into bugfix/commands-6593
|
2014-09-15 09:27:56 +02:00 |
Eric Lippmann
|
9b5c1f06d0
|
monitoring/commands: Let detail snippets use the new command forms
refs #6593
|
2014-09-12 16:52:45 +02:00 |