Thomas Gelf
7eb960ea0b
Livestatus\StatusQuery: a couple of munge methods
2014-11-16 16:40:15 +01:00
Thomas Gelf
b494476ebc
Livestatus\StatusQuery: make use of new filter flags
...
NIIIIICEEEE!!
2014-11-16 16:39:41 +01:00
Thomas Gelf
b6b78e4fcd
Livestatus\StatusQuery: add LOTS of columns...
...
...still a little bit ugly, I'm in a hurry right now
2014-11-16 16:39:01 +01:00
Thomas Gelf
1a4bf609a2
Livestatus\StatusQuery: remove obsolete method
2014-11-16 16:37:33 +01:00
Thomas Gelf
6d362b0606
Livestatus\StatusQuery: should know about it's table
2014-11-16 16:36:47 +01:00
Thomas Gelf
7b73215868
Livestatus\StatusQuery: add terribly setMode method
2014-11-16 15:18:10 +01:00
Thomas Gelf
fa20ced0c2
LiveStatus\StatusQuery: should be a Livestatus\Query
2014-11-16 15:05:36 +01:00
Thomas Gelf
e89d4642e3
Merge remote-tracking branch 'origin/master' into feature/livestatus-playground-4787
2014-11-16 10:12:34 +01:00
Thomas Gelf
387928de02
Filter: support 'q' searches
...
This makes the overall search play nice with the FilterEditor and
reduces code in the action controller. Still some work to do, but
seems to be pretty fine right now.
2014-11-16 02:40:28 +01:00
Thomas Gelf
87c8e58dab
list/eventgrid: workaround for custom filtering
2014-11-16 00:37:58 +01:00
Thomas Gelf
8e9da72918
monitoring/list: remove old applyFilter function
2014-11-16 00:24:17 +01:00
Thomas Gelf
5950047ffe
monitoring/list: switch to new filter editor
2014-11-16 00:20:12 +01:00
Thomas Gelf
42e0818fdb
list/hosts: no more separate filter preview
2014-11-16 00:13:17 +01:00
Thomas Gelf
569851f45b
list/services: no more separate filter preview
2014-11-15 23:59:49 +01:00
Thomas Gelf
58a9e1b345
list/services: try to move sort controls righthand
2014-11-15 23:58:53 +01:00
Thomas Gelf
4b50de372f
list/services: temporarily disable selection info
2014-11-15 23:57:15 +01:00
Thomas Gelf
c09d836023
monitoring/list/services: delegate filter handling
2014-11-15 23:53:57 +01:00
Thomas Gelf
e3f6b4f27e
monitoring/list: add new filterQuery method
2014-11-15 23:53:06 +01:00
Thomas Gelf
84458eff26
servicesummary: show ok count only when available
2014-11-15 22:45:30 +01:00
Thomas Gelf
e345c88487
components/selectioninfo: use help icon for help
2014-11-15 22:43:30 +01:00
Thomas Gelf
197dc1587b
show/contact: sort notifications
2014-11-15 22:42:04 +01:00
Thomas Gelf
210aae27fd
Merge remote-tracking branch 'origin/feature/redesign-7144'
2014-11-15 12:19:46 +01:00
Eric Lippmann
3dc9b5bde8
Remove the filter box from the event grid because it has no value
...
refs #6979
2014-11-15 12:16:10 +01:00
Eric Lippmann
9c077a5eef
Fix "Undefined variable: form in eventhistory.phtml"
...
Please test a changed view at least once :(
fixes #7682
2014-11-15 12:11:45 +01:00
Thomas Gelf
5c9b63f35a
monitoring/module.less: no pluginoutput overflow
...
Was showing tiny scroll bars on Firefox
2014-11-14 21:49:11 +01:00
Thomas Gelf
da47c7fc7e
Merge remote-tracking branch 'origin/master' into feature/redesign-7144
2014-11-14 21:32:57 +01:00
Alexander Fuhr
038964a325
Add tinystatesummary for hosts overview
2014-11-14 16:50:34 +01:00
Johannes Meyer
ddf2ef5cc9
Remove $request parameter from Form::onSuccess and Form::onRequest
...
fixes #7552
2014-11-14 14:59:29 +01:00
Eric Lippmann
b79b337e02
Use Parsedown from the include path
...
refs #6165
refs #6166
2014-11-14 11:50:56 +01:00
Johannes Meyer
3166c518e1
Rename Icinga\Module\Monitoring\Form to Icinga\Module\Moni...\Forms
...
refs #7553
2014-11-14 11:17:22 +01:00
Johannes Meyer
d64ec0aa3c
Rename Icinga\Module\Setup\Form to Icinga\Module\Setup\Forms
...
refs #7553
2014-11-14 11:01:16 +01:00
Johannes Meyer
775c20d9ad
Rename namespace Icinga\Form to Icinga\Forms
...
refs #7553
2014-11-14 10:57:14 +01:00
Johannes Meyer
ea56e4f108
Fix addElements call in CheckNowCommandForm
2014-11-14 10:41:30 +01:00
Johannes Meyer
1c4a5ce86f
Leave it up to Icinga\Web\Form to instantiate our own form elements
2014-11-14 10:15:27 +01:00
Thomas Gelf
cd1f49ce6c
test/module.info: basic metadata file
2014-11-14 08:54:33 +01:00
Thomas Gelf
e7b911dde4
translation/module.info: module meta data
2014-11-14 08:48:49 +01:00
Thomas Gelf
508466d8a1
doc/module.info: sample meta data
2014-11-14 08:46:26 +01:00
Eric Lippmann
1f77ef069d
Use HTMLPurifier from the include path
...
refs #6165
refs #6166
2014-11-13 23:49:32 +01:00
Bernd Erk
903219b302
Merge branch 'master' into feature/redesign-7144
...
Conflicts:
library/Icinga/Web/Menu.php
public/css/icinga/menu.less
2014-11-13 21:11:36 +01:00
Bernd Erk
20be45e8da
Enable icon font
2014-11-13 20:08:58 +01:00
Matthias Jentsch
0db5167a35
Fix event grid layout and forms
...
Make event grid horizontal, user build in form apply button, add linebreak between filter and grid
2014-11-13 18:40:13 +01:00
Matthias Jentsch
022d89254f
Fix tab, navigation and menu names
2014-11-13 18:38:42 +01:00
Eric Lippmann
f37e6fe21b
Merge branch 'master' into feature/remove-autotools-files-7505
2014-11-13 17:52:11 +01:00
Bernd Erk
6201858a68
Merge branch 'master' into feature/redesign-7144
2014-11-13 17:47:26 +01:00
Bernd Erk
205ba64781
Installer styling
2014-11-13 17:20:06 +01:00
Thomas Gelf
c68f9502ea
modules/doc: restructure menu
...
Moved first hierarchy into the menu, added font style link
refs #6936
2014-11-13 15:57:39 +01:00
Alexander Fuhr
dedb348af9
Add clickable icon for command check now 2
2014-11-13 15:55:25 +01:00
Thomas Gelf
3343599a63
doc/style: show web font icon set
...
refs #6936
2014-11-13 15:54:31 +01:00
Eric Lippmann
b52adcc2ab
Merge branch 'master' into feature/generate-webserver-config-6120
2014-11-13 15:09:34 +01:00
Bernd Erk
ef2ec0442c
Merge branch 'master' into feature/redesign-7144
2014-11-13 14:40:26 +01:00