Commit Graph

8912 Commits

Author SHA1 Message Date
Eric Lippmann 59599916b0 monitoring: Re-indent the list/services view script
refs #5543
2015-09-23 14:02:39 +02:00
Eric Lippmann cf2fe8433a CSS: Show pointer when hovering action-table
refs #5543
2015-09-23 14:00:56 +02:00
Johannes Meyer 6aecfe6959 Introduce base form class ActionForm
refs #5600
2015-09-23 13:45:33 +02:00
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
Johannes Meyer 40c2cb2d12 MonitoredObject: Support host- and servicegroup filters in method matches()
refs #5600
2015-09-23 13:03:41 +02:00
Johannes Meyer e42548fc80 MonitoredObject: Allow to fetch servicegroups for host objects
refs #5600
2015-09-23 13:02:43 +02:00
Johannes Meyer 9042d55dd4 FilterExpression: Add support multi value columns in method matches()
refs #5600
2015-09-23 13:02:13 +02:00
Johannes Meyer e4e560ab1a FilterMatchNot: Do not re-invent the parents implementation of matches()
refs #5600
2015-09-23 13:01:08 +02:00
Johannes Meyer 939188be94 FilterMatch: Do not re-invent the parents implementation of matches()
refs #5600
2015-09-23 13:00:46 +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
Johannes Meyer fcdf41a9b8 DashletForm: Provide a helpful hint how to input external urls
refs #5600
2015-09-22 16:24:09 +02:00
Johannes Meyer f47c0475c9 NavigationItemForm: Provide a helpful hint how to input external urls
refs #5600
2015-09-22 16:18:55 +02:00
Johannes Meyer 5193fce1dd Url: Fix external url detection
refs #5600
2015-09-22 16:18:27 +02:00
Johannes Meyer 81e13109fc Revert "Url: Add support macros"
This reverts commit 33231d24da.
There is no need for url macros, since we're handling absolute
urls correctly now.
2015-09-22 15:51:00 +02:00
Matthias Jentsch b69311165c Conform to coding guidelines 2015-09-22 14:53:29 +02:00
Alexander A. Klimov 626c3494e4 Config::fromIni(): use IniParser::parseIniFile() instead of parse_ini_file()
refs #10150
2015-09-22 14:50:49 +02:00
Alexander A. Klimov acb93ce1ae Implement Document::toArray()
refs #10150
2015-09-22 14:50:49 +02:00
Alexander A. Klimov 777c4d0baf Implement Section::toArray()
refs #10150
2015-09-22 14:50:49 +02:00
Alexander A. Klimov b441156934 Implement IniParser::parseIniFile()
refs #10150
2015-09-22 14:50:49 +02:00
Matthias Jentsch 30fa554ad9 Merge branch 'bugfix/ldap-group-to-roles-assignment-not-working-9950'
fixes #9950
2015-09-22 14:25:35 +02:00
Johannes Meyer 33231d24da Url: Add support macros
refs #5600
2015-09-22 14:15:04 +02:00
Johannes Meyer 7321d67b4f Url: Consider urls with a leading slash as absolute..
..and make it possible to have a url without a base.

refs #5600
2015-09-22 14:14:41 +02:00
Johannes Meyer 57e08e92d4 Do not mark relative urls as absolute
refs #5600
refs #10169
2015-09-22 14:12:08 +02:00
Matthias Jentsch 42fb1a174b Do not crash when ldap_dn is defined in additional variables
refs #9950
2015-09-22 14:08:15 +02:00