Commit Graph

9345 Commits

Author SHA1 Message Date
Eric Lippmann ea91ca9dc4 monitoring/CSS: Don't use clearfix and pull-right in the hosts overview
refs #5543
2015-10-28 10:23:31 +01:00
Eric Lippmann 2702e70a9c monitoring/CSS: Don't use clearfix and pull-right in the services overview
refs #5543
2015-10-28 10:18:53 +01:00
Eric Lippmann a3caae6595 monitoring: Translate soft in the services overview 2015-10-28 09:58:42 +01:00
Eric Lippmann a8a87d27eb CSS: Rename remove-comment to remove-action
refs #5543
2015-10-28 09:56:50 +01:00
Eric Lippmann acb01dc07a monitoring: Use comment-list markup for acknowledgements instead of feed-list
refs #5543
2015-10-28 09:53:53 +01:00
Eric Lippmann 0b332bba22 monitoring: Use comment-list markup for downtimes instead of feed-list
refs #5543
2015-10-28 09:41:21 +01:00
Eric Lippmann bb33a43cb9 CSS: Don't pollute time related format helpers w/ text-small
fixes #10301
2015-10-27 16:23:32 +01:00
Eric Lippmann 4361ac00ca CSS: Increase horizontal-padding on the menu
refs #5543
2015-10-27 16:23:02 +01:00
Eric Lippmann 5fa6bac5ea CSS: Move clearfix to mixins.less
refs #5543
2015-10-27 16:06:41 +01:00
Eric Lippmann ec9e6152cf Reduce style variety for comments
refs #5543
2015-10-27 16:05:43 +01:00
Eric Lippmann f951e29269 CSS: Rename big-icon to large-icon and use percent instead of px for font-size
refs #10294
2015-10-27 14:10:31 +01:00
Eric Lippmann 9d02aa75ea CSS: Move .primary-nav to nav.less
refs #5543
2015-10-27 14:02:29 +01:00
Eric Lippmann 0ff7420f50 CSS: Use em for th on name-value-table
refs #10294
2015-10-27 14:00:46 +01:00
Eric Lippmann 84f3190dc6 CSS: Fix several menu issues
- Removed border transition for active items because the transition is activated on auto-refresh too which is annoying
- Fixed hover menu readability
- Fixed hover menu positioning
- Fixed hover menu arrow
- Fixed that menu labels may override badges
- Pixel perfect alignment for icons, labels and badges

fixes #10292
fixes #10293
fixes #10299
fixes #10303
fixes #10305
2015-10-27 13:53:26 +01:00
Eric Lippmann 4eb92438dd Add nav-level-$level CSS classes to navigation 2015-10-27 13:52:18 +01:00
Eric Lippmann dc273aa9a1 monitoring/CSS: Increase readability of state labels in tables
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann a391ceeafc monitoring/CSS: Vertically center state summary badges
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann ed86758e3d monitoring: Display unhandled services in the hosts overview more prominent
fixes #10268
2015-10-27 13:45:48 +01:00
Eric Lippmann 4801fb9563 CSS: Use em instead of px for font size
Further, font size related settings have been moved to base.less to not create the impression that it's a good idea to change font sizes via themes.

refs #10294
refs #10295
2015-10-27 13:45:01 +01:00
Eric Lippmann 6e5ba364fb CSS: Introduce badge-nav-item
refs #5543
2015-10-26 12:44:11 +01:00
Eric Lippmann a35931020e CSS: Remove useless color mixins
refs #5543
2015-10-26 12:43:42 +01:00
Eric Lippmann 8341415d28 nav: Give item renderer a chance to set the CSS class of the outer li element
refs #5543
2015-10-26 12:32:49 +01:00
Eric Lippmann 4593c78d16 lib: Fix JSON response exception on form failure 2015-10-26 12:30:50 +01:00
Eric Lippmann e07e16d7a1 lib: Remove UserNavigationItemRenderer 2015-10-22 14:26:53 +02:00
Johannes Meyer d6432cd881 LdapUserGroupBackend: Fix invalid query column initialization, again
I've mistakenly reverted a change from Aaron Collins that would have
prevented this issue from occuring.

fixes #10318
2015-10-09 03:53:22 +02:00
Johannes Meyer 883608b09b Merge branch 'bugfix/make-host-customvars-accessible-from-service-objects-10304'
fixes #10304
2015-10-05 14:09:26 +02:00
Johannes Meyer b582146def Merge branch 'master' into bugfix/make-host-customvars-accessible-from-service-objects-10304 2015-10-05 14:09:10 +02:00
Johannes Meyer 125ecb2f0a ActionForm: Allow contact_name and contactgroup_name as filter column
Because it works now.
2015-10-05 14:05:17 +02:00
Johannes Meyer 6a68d25bc3 MonitoredObject: Deprecate method matches()
It's now possible to achieve the same by passing the object directly to a
filter.

refs #10304
2015-10-05 14:04:40 +02:00
Johannes Meyer 65e7f7a8ca FilterExpression: Give the row a chance to dynamically return a value
refs #10304
2015-10-05 14:01:03 +02:00
Johannes Meyer 07e5664fbe MonitoredObject: Allow to access a set-value by name
$object->contact|contactgroup|hostgroup|servicegroup + _name
is now allowed and returns an array of strings

refs #10304
2015-10-05 13:59:57 +02:00
Eric Lippmann 610325eebd monitoring/CSS: Set line-height for plugin output 2015-10-05 13:21:11 +02:00
Eric Lippmann c6814e9f93 CSS: Don't set line-height on body
refs #10295
2015-10-05 13:20:12 +02:00
Johannes Meyer 499a7d628f Macro: Resolve prefixed custom vars and object attributes
refs #10304
2015-10-05 13:18:10 +02:00
Johannes Meyer 0ed6e08175 MonitoredObject: Allow to access custom variables by property
refs #10304
2015-10-05 13:16:41 +02:00
Johannes Meyer 996959b65e MonitoredObject: Fix object_type condition in method fetchHostVariables
refs #10304
2015-10-05 12:54:30 +02:00
Johannes Meyer 7696172249 Logger: Also use the utility method for non-solitary exception arguments 2015-10-05 12:54:04 +02:00
Johannes Meyer 7419c9e87c MonitoredObject: Allow to fetch a host's customvariables for services
refs #10304
2015-10-05 11:57:31 +02:00
Johannes Meyer 98e0081d81 Limiter: Use the limit also as priority
fixes #10288
2015-10-05 10:54:43 +02:00
Eric Lippmann 5fa423cf03 Merge branch 'feature/vagrant-parallels-10167'
resolves #10167
2015-10-02 14:13:16 +02:00
Michael Friedrich ee1ee5af84 Update README.md with latest screenshot 2015-10-02 12:16:57 +02:00
Eric Lippmann 1de8199e44 Fix specfile 2015-10-02 12:14:25 +02:00
Johannes Meyer bf5f9f038c setup module: Translate a single string
Wohooo! (..)
2015-10-02 12:11:18 +02:00
Thomas Gelf 6a8f970685 it_IT: ... 2015-10-02 12:10:56 +02:00
Thomas Gelf 6a7d9fc4e3 it_IT: a few more strings 2015-10-02 12:09:35 +02:00
Eric Lippmann 29eeec585a locale: Update de_DE 2015-10-02 12:07:41 +02:00
Eric Lippmann f203d8624e locale: Update de_DE 2015-10-02 12:07:41 +02:00
Eric Lippmann 4b85ab985c monitoring/locale: Update de_De 2015-10-02 12:07:41 +02:00
Thomas Gelf 4f45e107d5 login.less: broader label for translated strings 2015-10-02 12:05:21 +02:00
Thomas Gelf dbb8b10f2f it_IT: refreshed a couple of translation strings 2015-10-02 12:01:54 +02:00