Johannes Meyer
1ef03a76f7
Add proper title to the monitoring health's tab
...
refs #8458
2015-02-23 16:59:13 +01:00
Johannes Meyer
7aacfcf907
Add proper title to the tactical overview's tab
...
refs #8458
2015-02-23 16:58:48 +01:00
Johannes Meyer
77b60588bc
Add proper titles to the multi selection controller tabs
...
refs #8458
2015-02-23 16:57:32 +01:00
Johannes Meyer
ebf8d183a7
Add proper title to the alert summary's tab
...
refs #8458
2015-02-23 16:57:06 +01:00
Johannes Meyer
f6cbc17ff7
Add proper titles to all host/service tabs
...
refs #8458
2015-02-23 16:56:49 +01:00
Johannes Meyer
48286e0d59
Use View::translate() instead of mt() and t() ...
2015-02-23 16:42:25 +01:00
Johannes Meyer
2dea398f3b
Mute all icons that are part of an anchor and add simple labels to such anchors
...
The labels I've added are probably just of temporary nature as it's not
defined yet how to handle link labels properly for screen readers. What
is sure is that all icons that are part of a link are not important for the
meaning of it as this is expressed by the link itself.
refs #8360
refs #8358
2015-02-16 11:02:09 +01:00
Johannes Meyer
27cb5e24db
Ensure that all standalone icons have proper labels
...
refs #8358
2015-02-16 10:53:48 +01:00
Johannes Meyer
5321c2f9e5
Mute icons properly using the new automatic mechanisms of our view helpers
...
refs #8360
2015-02-16 10:52:42 +01:00
Marius Hein
fdcad4928e
Tinystatesummary: Adjust styles for summaries and headers
...
refs #7976
2015-02-12 15:07:44 +01:00
Johannes Meyer
d37129dfed
Remove the old and redundant config/show-configuration view script
2015-02-12 13:49:31 +01:00
Johannes Meyer
9232c5cf22
Add aria-hidden="true" to all icons that exist only for design reasons
...
refs #8360
2015-02-12 13:49:31 +01:00
Davide Demuru
3dee49a0cd
fixed transaltions
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:26:35 +01:00
Davide Demuru
be27ab4875
added compiled translation file
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:26:35 +01:00
Davide Demuru
c068ab21af
Added new monitoring.po for italian language
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:26:35 +01:00
Thomas Gelf
5bf89da6d7
PluginOutput: simplify code, add tab support
...
refs #8366
2015-02-09 15:38:43 +01:00
Eric Lippmann
6bae2e0a53
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
2015-02-04 10:52:27 +01:00
Matthias Jentsch
8f9e970360
Ignore negative values in reaction time
...
Negative values for reaction time make no sense in the reaction time chart. When the notification was acknowledged before it startet we assume a reaction time of 0.
fixes #8198
2015-02-04 09:55:39 +01:00
Eric Lippmann
5b5ad0acb9
monitoring/security: Add missing permission checks of command actions
2015-02-03 17:36:53 +01:00
Matthias Jentsch
2f254851e3
Fix pieChart layout and add indicator for truncated piecharts
2015-02-03 17:34:56 +01:00
Matthias Jentsch
e8466ec7be
Fix inlinePie borders and SVG sizes
...
Add white border to inline piecharts in the list, to make them more visible on mouse hovering. Set a default image size for the loaded svg charts.
2015-02-03 16:46:12 +01:00
Eric Lippmann
5b4fab0750
Add license header
...
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann
5fa2e3cfdc
Revert "Add license header"
...
This reverts commit 338d067aba
.
2015-02-03 16:16:26 +01:00
Eric Lippmann
338d067aba
Add license header
...
fixes #7788
2015-02-03 15:51:04 +01:00
Eric Lippmann
946a903a39
Merge branch 'bugfix/Improve-tooltip-descriptions-8110'
...
fixes #8110
2015-02-03 12:38:59 +01:00
Eric Lippmann
dd0638c5d0
monitoring: Improve tooltips for services command links
...
refs #8110
2015-02-03 12:35:06 +01:00
Eric Lippmann
31728fd024
monitoring: Improve tooltips for hosts command links
...
refs #8110
2015-02-03 12:34:22 +01:00
Thomas Gelf
a705e03aff
HostController: fix merge BS
2015-02-02 18:21:01 +01:00
Thomas Gelf
ac7ffc757f
Merge branch 'feature/hostactions-hook-8208' of git.icinga.org:icingaweb2 into feature/hostactions-hook-8208
...
Manually merged diverged tab activation
Conflicts:
modules/monitoring/application/controllers/HostController.php
2015-02-02 17:48:40 +01:00
Thomas Gelf
b4c47c51e7
components/actions: show links if available
...
Now we show links regardless of whether we have host actions, there
might be hook-provided links only. Renamed "Foreign URLs" to "Actions"
and made it translatable.
2015-02-02 17:46:40 +01:00
Thomas Gelf
3038de5ad0
components/actions: show host action urls if given
2015-02-02 17:46:40 +01:00
Thomas Gelf
6c8808875a
host/show: show action urls above perfdata
2015-02-02 17:46:40 +01:00
Thomas Gelf
67e935557e
HostController: use host actions hook
...
refs #8208
2015-02-02 17:46:39 +01:00
Eric Lippmann
61fde8b359
monitoring: Prefix tooltips in the service groups overview with "List ..."
...
refs #8110
2015-02-02 17:29:30 +01:00
Eric Lippmann
a8de3c093a
monitoring/host: Add tooltip for the unhandled services link to the link
...
refs #8110
2015-02-02 17:27:59 +01:00
Eric Lippmann
2722463372
Prefix tooltips in the host groups overview with "List ..."
...
refs #8110
2015-02-02 17:06:32 +01:00
Eric Lippmann
4fc8850e25
Use transplatePlural for hosts in downtime and hosts having comments tooltips
...
refs #8110
2015-02-02 16:48:13 +01:00
Eric Lippmann
942d55c0d4
Merge branch 'master' into bugfix/Improve-tooltip-descriptions-8110
2015-02-02 16:37:03 +01:00
Johannes Meyer
a5fe9a1fe1
Revert "Introduce link target "_right" to keep a column with tabs rightmost"
...
This reverts commit 618ab4f4b9
.
2015-02-02 16:34:29 +01:00
Johannes Meyer
9df2430cbe
Remove redundant help message when scheduling host/service checks
2015-02-02 16:31:57 +01:00
Johannes Meyer
5382f73c53
Drop all old object- and command-view scripts
2015-02-02 16:31:25 +01:00
Johannes Meyer
8b377cd651
Use the new command-view scripts
2015-02-02 16:30:52 +01:00
Johannes Meyer
2e99e476fe
Use the new object-view scripts
2015-02-02 16:28:35 +01:00
Johannes Meyer
afa3431aed
Introduce new object- and command-view scripts
...
Represents how we plan to handle view scripts that are re-usable. Should
supersede all <action>/component/* view scripts in the upcoming future.
2015-02-02 16:26:55 +01:00
Eric Lippmann
bfb2f710a1
monitoring: Fix exception in the alert summary report when using the "One month" interval
...
fixes #8220
2015-02-02 14:28:47 +01:00
Eric Lippmann
cf944a7daf
monitoring: Show close button when removing a backend
2015-02-02 11:07:01 +01:00
Eric Lippmann
a62acb4a82
monitoring: Show close button when updating a backend
2015-02-02 11:06:40 +01:00
Eric Lippmann
42fe7079ee
monitoring: Show close button when creating an instance
2015-02-02 11:06:20 +01:00
Eric Lippmann
cbc1a0313a
monitoring: Show close button when creating a backend
2015-02-02 11:05:50 +01:00
Eric Lippmann
d7cbfebbd0
monitoring: Show close button when removing an instance
2015-02-02 11:05:32 +01:00