Johannes Meyer
|
4edf122364
|
Show a spinner when deleting comments or downtimes
refs #8369
|
2015-08-20 15:49:25 +02:00 |
Alexander Fuhr
|
b5ae4599fd
|
ProcessCheckResultCommandForm: Use substr instead of pregmatch
refs #9672
|
2015-08-04 13:54:30 +02:00 |
Alexander Fuhr
|
18f382e85e
|
ProcessCheckResultCommandForm: Use getHostMultiOptions method
refs #9672
|
2015-08-04 13:30:46 +02:00 |
Eric Lippmann
|
0d2f73668d
|
Merge branch 'bugfix/non-compound-9449'
fixes #9449
|
2015-07-28 13:37:39 +02:00 |
Eric Lippmann
|
0a01eb66b1
|
monitoring: Remove unnecessary use w/ backslash in DeleteDowntimesCommandForm
refs #9449
|
2015-07-28 13:34:39 +02:00 |
Eric Lippmann
|
5d01dca291
|
monitoring: Fix PHPDoc in DeleteDowntimesCommandForm
|
2015-07-28 13:33:56 +02:00 |
Eric Lippmann
|
72c3337be8
|
monitoring: Use @inheritdoc in DeleteDowntimeCommandForm
|
2015-07-28 13:33:56 +02:00 |
Eric Lippmann
|
455d2cee69
|
monitoring: Use @inheritdoc in DeleteCommentCommandForm
|
2015-07-28 13:33:56 +02:00 |
Eric Lippmann
|
9bd31f70e2
|
monitoring: Remove unnecessary use w/ backlash in DeleteDowntimeCommandForm
refs #9449
|
2015-07-28 12:44:27 +02:00 |
Eric Lippmann
|
f6ec028627
|
monitoring: Fix PHPDoc in DeleteCommentsCommandForm
|
2015-07-28 12:32:19 +02:00 |
Eric Lippmann
|
ec07da6c5e
|
monitoring: Remove unnecessary use w/ backlash in DeleteCommentsCommandForm
refs #9449
|
2015-07-28 11:56:48 +02:00 |
Johannes Meyer
|
e5f62f017f
|
DeleteCommentCommandForm: Show a trash icon instead
The "cancel" icon is, like its name implies, supposed to abort/close
something..
|
2015-07-10 14:26:39 +02:00 |
Johannes Meyer
|
74a916d72a
|
Hide feature commands which are not supported by Icinga 2 from the user
fixes #7930
|
2015-07-03 14:17:06 +02:00 |
Thomas Gelf
|
7669fd88bc
|
ToggleObjectFeaturesCommandForm: use h2 instead of h4
|
2015-06-16 01:28:38 +02:00 |
Thomas Gelf
|
38a88d129c
|
DeleteCommentCommandForm: choose another icon
|
2015-06-03 15:35:50 +02:00 |
Thomas Gelf
|
5b19f9474c
|
CheckNowCommandForm: remove visible whitespace
|
2015-06-03 15:35:50 +02:00 |
Alexander A. Klimov
|
7caba93a28
|
Replace `...' w/ `..'
refs #9023
|
2015-05-18 16:07:28 +02:00 |
Alexander A. Klimov
|
0d48ddcc06
|
ToggleObjectFeaturesCommandForm::onSuccess(): show a notification for each feature about whether it has been enabled or disabled
refs #9023
|
2015-05-18 15:18:26 +02:00 |
Matthias Jentsch
|
1fa550838d
|
Coding guidelines and cleanup
|
2015-05-07 16:37:35 +02:00 |
Matthias Jentsch
|
ac599e642a
|
Add submit button label to multi comment form
refs #8624
|
2015-05-07 16:21:34 +02:00 |
Matthias Jentsch
|
4463f16f04
|
Add abbillity to remove multiple comments by id
refs #8624
|
2015-05-07 15:11:54 +02:00 |
Matthias Jentsch
|
ffd12e325c
|
Improve up downtime command form properties
Use a flag instead of a enumeration in delete downtime command form, to remove needless boilerplate.
refs #8624
|
2015-05-07 14:05:16 +02:00 |
Matthias Jentsch
|
b35dd4ddfe
|
Separate forms for deleting single and multiple comments
refs #8624
|
2015-05-07 14:03:09 +02:00 |
Matthias Jentsch
|
3187975553
|
Conform to coding guidelines
|
2015-05-07 10:59:36 +02:00 |
Matthias Jentsch
|
d316b31cbb
|
Fix downtime removal command in detail view
Use removal command for single downtimes in detail view. Move removing single and multiple downtimees into seperate forms.
refs #8902
|
2015-05-07 10:34:06 +02:00 |
Matthias Jentsch
|
6ddb004230
|
Move removal command actions into the downtime controllers
refs #8902
|
2015-05-07 10:34:06 +02:00 |
Alexander Fuhr
|
993cb31572
|
Fix the permission for the toggle object feature assertion
fixes #9198
|
2015-05-04 14:39:12 +02:00 |
Eric Lippmann
|
a8ce3abca7
|
Fix code compliance in the SendCustomNotificationCommandForm
|
2015-04-15 14:59:29 +02:00 |
Johannes Meyer
|
99610bc1bd
|
Avoid sub-tables when showing comments or downtimes in the detail view
fixes #8625
|
2015-03-13 08:32:50 +01:00 |
Marius Hein
|
ddc8dd5d4c
|
Add command send custom notification to monitoring module
refs #8644
|
2015-03-12 16:08:22 +01:00 |
Johannes Meyer
|
507e5b43cc
|
Show a form based autosubmit warning when toggling object features
refs #7935
|
2015-03-03 14:52:45 +01:00 |
Johannes Meyer
|
a2f88dc60f
|
Commands: Use native form title and description support where appropriate
refs #7947
refs #7976
|
2015-03-02 18:40:47 +01:00 |
Alexander Fuhr
|
797d37735d
|
Add .spinner class to CheckNowCommandForm submit button
refs #7968
|
2015-02-25 14:16:35 +01:00 |
Johannes Meyer
|
907134cee2
|
Ensure that all link-like form buttons got proper titles
refs #8458
|
2015-02-24 09:03:47 +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 |
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 |
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 |
Johannes Meyer
|
9df2430cbe
|
Remove redundant help message when scheduling host/service checks
|
2015-02-02 16:31:57 +01:00 |
Eric Lippmann
|
1681f746c1
|
monitoring/security: Disable toggling object features if user lacks the permission monitoring/command/feature/object
|
2015-01-30 10:46:24 +01:00 |
Eric Lippmann
|
bdc637ff67
|
monitoring/security: Guard toggling object features
Toggling object features will only be possible if the user has the permission monitoring/command/feature/object.
|
2015-01-30 10:31:49 +01:00 |
Johannes Meyer
|
7082ebaf7b
|
Replace t() and mt() with translate() in the monitoring module's forms
refs #7551
|
2015-01-19 13:47:01 +01:00 |
Johannes Meyer
|
23bbf63b73
|
Revert "Replace t() and mt() with translate() in the monitoring module's forms"
This reverts commit 970006838c .
|
2015-01-19 13:44:16 +01:00 |
Johannes Meyer
|
970006838c
|
Replace t() and mt() with translate() in the monitoring module's forms
refs #7551
|
2015-01-19 10:49:02 +01:00 |
Eric Lippmann
|
fa226f261e
|
monitoring: Remove css class 'control-group' from date and time elements in the schedule downtime command form
This CSS class does no longer exist.
|
2014-12-19 10:45:23 +01:00 |
Eric Lippmann
|
b0ab6c3a76
|
monitoring: Remove css class 'control-group' from the expire time element
This CSS class does no longer exist.
|
2014-12-19 10:43:14 +01:00 |
Johannes Meyer
|
ddc121d1cc
|
Add ProcessCheckResultCommandForm
refs #6854
|
2014-12-11 15:52:23 +01:00 |
Bernd Erk
|
066ea782aa
|
Fixes Check now button
|
2014-11-19 13:49:30 +01:00 |
Alexander Fuhr
|
7a7157ebef
|
Move command note to the `getHelp()' and add the help as an icon
|
2014-11-18 16:10:17 +01:00 |