Commit Graph

8447 Commits

Author SHA1 Message Date
Eric Lippmann 5b1e4f0a1c CSS: Add new main.less to our stylesheet
refs #5543
2015-09-23 13:41:39 +02:00
Eric Lippmann caf68880fd CSS: Add license header to base.less
refs #5543
2015-09-23 13:41:22 +02:00
Eric Lippmann 3268a0f34e CSS: Add main.less w/ pull-left and pull-right yet only
refs #5543
2015-09-23 13:40:55 +02:00
Eric Lippmann 2e9ea40eb1 CSS: Disable main-content.less for now
refs #5543
2015-09-23 13:37:19 +02:00
Eric Lippmann e982735451 CSS: Rename main.less to base.less
refs #5543
2015-09-23 13:36:25 +02:00
Eric Lippmann f459359941 CSS: Add class small-text
refs #5543
2015-09-23 13:32:03 +02:00
Eric Lippmann eeb1bfbb48 CSS: Add font-family-fixed to the icinga theme
refs #5543
2015-09-23 13:31:34 +02:00
Eric Lippmann 87973314e6 monitoring: Rename CSS class pluginoutput to plugin-output in the services view script
refs #5543
2015-09-23 13:18:44 +02:00
Eric Lippmann 4c12a692a3 monitoring: Remove unused variable form the services view script
refs #5543
2015-09-23 13:18:15 +02:00
Eric Lippmann 596bb08e5e monitoring: Don't render the state label bold when listing services
refs #5543
2015-09-23 13:17:36 +02:00
Eric Lippmann d87c3b1804 CSS: Add styles for tr.active and tr:hover
refs #5543
2015-09-23 13:14:48 +02:00
Eric Lippmann ceacf9af71 CSS: Style a in h1
refs #5543
2015-09-23 13:14:26 +02:00
Eric Lippmann dd4e39b782 CSS: Style p
refs #5543
2015-09-23 12:58:15 +02:00
Eric Lippmann 33816c9abe CSS: Add font-size and line-height to a
refs #5543
2015-09-23 12:57:42 +02:00
Eric Lippmann b3d435a85d CSS: Remove default margin from p
refs #5543
2015-09-23 11:30:22 +02:00
Eric Lippmann f29f22870a CSS: Add state colors to the icinga theme
refs #5543
2015-09-23 11:17:51 +02:00
Eric Lippmann 2db284ce55 CSS: Style a 2015-09-23 11:13:58 +02:00
Eric Lippmann bd71f0bbf8 CSS: Add font-weight-bold to the icinga theme
refs #5543
2015-09-23 11:13:42 +02:00
Eric Lippmann fbbf0bd118 CSS: Don't color normal links blue/petrol
refs #5543
2015-09-23 11:12:56 +02:00
Eric Lippmann a2d459bdaa CSS: Style h1 and h2
refs #5543
2015-09-23 11:04:59 +02:00
Eric Lippmann d1b141d142 CSS: Include main.less in our stylesheet
refs #5543
2015-09-23 11:01:55 +02:00
Eric Lippmann 4f826da6ef CSS: Introduce main.less
Meant to replace defaults.less and other "default" styling spread to other less files.

refs #5543
2015-09-23 11:00:51 +02:00
Eric Lippmann ae71d91d0d CSS: Remove form related CSS from the icinga theme
Will be readded later.

refs #5543
2015-09-23 10:58:01 +02:00
Eric Lippmann 12227d9d08 CSS: Disable defaults.less for now
refs #5543
2015-09-23 10:57:39 +02:00
Eric Lippmann 9047afbb87 CSS: Add box-sizing mixin
refs #5543
2015-09-23 10:48:41 +02:00
Eric Lippmann 8b9cdc5c1e CSS: Include normalize.css in our style sheet
refs #5543
2015-09-23 10:43:43 +02:00
Eric Lippmann badf58f701 CSS: Add normalize.css
refs #5543
2015-09-23 10:42:39 +02:00
Bernd Erk 2242f6192c Redesign draft and implementation 2015-09-22 17:33:02 +02:00
Eric Lippmann 7f6d5655f9 CSS: Restyle forms (WIP)
refs #5543
2015-09-19 21:58:50 +02:00
Eric Lippmann 46ab8d847d Forms: Wrap the label and the help icon in a div
refs #5543
2015-09-19 21:58:02 +02:00
Eric Lippmann a92c0de52f CSS: Disable all form styles for the moment
refs #5543
2015-09-19 21:57:29 +02:00
Eric Lippmann f32e62bdaa CSS: Replace petrol w/ Icinga blue
refs #5543
2015-09-19 21:57:02 +02:00
Eric Lippmann 25bf42462c CSS/themes: Add @text-color-inverted to the icinga theme
refs #5543
2015-09-18 17:18:47 +02:00
Eric Lippmann cf8548a29d CSS: Add Icinga theme (WIP)
refs #5543
2015-09-18 15:25:14 +02:00
Matthias Jentsch 3b135c6b6f Fix PostgreSQL queries that use GROUP BY
Add missing instance_id to getGroup query functions to avoid query errors in PostgreSQL.

fixes #10160
2015-09-17 16:29:00 +02:00
Eric Lippmann 8cea292745 monitoring: Fix grouping of host and service status when filtering for group columns
refs #9956
2015-09-17 16:22:24 +02:00
Eric Lippmann eff9249863 lib: Don't provide LDAP server-side sort request if the query has no order
refs #10147
2015-09-17 13:01:58 +02:00
Eric Lippmann 79c9a8af9b lib: Fix Number::isValid(), again :) 2015-09-17 12:52:09 +02:00
Eric Lippmann ccfbc13a38 Merge branch 'feature/more-db-reource-types-9683'
resolves #9683
2015-09-17 12:48:27 +02:00
Eric Lippmann 06c6b09863 Set default port for Postgres connections if it's the first available driver
refs #9683
2015-09-17 12:46:49 +02:00
Eric Lippmann f46504554e lib: Check for mssql extension too in Platform::hasMssqlSupport()
refs #9683
2015-09-17 11:48:25 +02:00
Matthias Jentsch a34c108da5 Allow mixed selection of host and service comments 2015-09-16 15:46:07 +02:00
Matthias Jentsch 1b6f5861b7 Highlight selected table rows in related actions
Allow declaring related controllers for action tables and highlight table rows based on the queries in links pointing to those actions.

fixes #10155
2015-09-16 15:31:53 +02:00
Matthias Jentsch ed668dd2c9 Revert "HostController: Open a host's service in the current column"
This reverts commit 0d32b94eaa.

fixes #10104
2015-09-14 17:33:57 +02:00
Eric Lippmann fe083c2f19 monitoring/css: Fix colors of command links 2015-09-14 15:56:47 +02:00
Matthias Jentsch 7bccc656c9 Merge branch 'feature/display-host-service-timeperiods-9888'
resolves #9888
2015-09-14 12:20:00 +02:00
Matthias Jentsch 32b4715130 Remove unused joins and conform to coding guidelines 2015-09-14 12:05:15 +02:00
Matthias Jentsch 9110153ab8 Display check timeperiod in host and service detail view
refs #9888
2015-09-11 16:39:13 +02:00
Matthias Jentsch b2c486bf80 Add Backend queries for host and service time periods
refs #9888
2015-09-11 16:31:19 +02:00
Matthias Jentsch d00e854f4b Remove unused code from old Chrome history workaround
refs #6277
2015-09-10 17:33:11 +02:00