Commit Graph

11216 Commits

Author SHA1 Message Date
Eric Lippmann 2a4fdd12d7 Fix highlight style for active menu items 2017-11-22 11:37:05 +01:00
Florian Strohmaier 3503fb77f1 CSS: Fix navigation details 2017-11-22 11:33:38 +01:00
Eric Lippmann ca803e8f05 Fix monitoring health badge if programstatus has never been set 2017-11-22 11:12:24 +01:00
Eric Lippmann 3db9a1d77f Fix TacticalController if/else complexity 2017-11-22 11:12:24 +01:00
lippserd fbeafdc8b4
Merge pull request #3087 from Icinga/feature/fancify-login-screen
Fancify login screen
2017-11-22 10:30:29 +01:00
Florian Strohmaier fd705bf2de CSS: Fix login layout on very small screens (e.g. iPhone SE) 2017-11-22 10:27:49 +01:00
Florian Strohmaier 61ce6fcc1d CSS: Set proper focus styles for inputs in login view 2017-11-22 10:27:49 +01:00
Florian Strohmaier 07a8a1f234 CSS: Reduce login form box shadow opacity 2017-11-22 10:27:48 +01:00
Florian Strohmaier 57c1bba58d CSS: IE9 users can now enjoy the login view in all of its beauty, too 2017-11-22 10:27:48 +01:00
Florian Strohmaier 1881b96235 CSS: Reposition logo in login view 2017-11-22 10:27:48 +01:00
Florian Strohmaier 235c0c1321 LoginView: Add wrapper to position logo correctly 2017-11-22 10:27:48 +01:00
Florian Strohmaier 155bc0f0c2 Add static login background image 2017-11-22 10:27:48 +01:00
Florian Strohmaier f714c387f7 Remove commented styles 2017-11-22 10:27:48 +01:00
Florian Strohmaier ae575667a4 CSS: Update error text color to match new style 2017-11-22 10:27:48 +01:00
Florian Strohmaier 784a311c19 CSS: Optimize social list spacing 2017-11-22 10:27:48 +01:00
Florian Strohmaier 4a17dd2aa5 LoginView: Redesign login form 2017-11-22 10:27:48 +01:00
Florian Strohmaier 567864221d CSS: Optimize redesigned login form in minimal layout 2017-11-22 10:27:48 +01:00
Florian Strohmaier fbd3145b10 CSS: Modernize login style 2017-11-22 10:27:48 +01:00
Florian Strohmaier c9cecae972 CSS: Include additional less color vars 2017-11-22 10:27:44 +01:00
Florian Strohmaier 6097f5796e CSS: Introduce class for dark icinga-logo 2017-11-22 10:21:24 +01:00
Florian Strohmaier 2aacaf4034 Include dark icinga logo as svg 2017-11-22 10:21:24 +01:00
Florian Strohmaier bd50e1bfae Include github icon 2017-11-22 10:21:24 +01:00
Eric Lippmann 752e747b53 Only use white search icon in the menu 2017-11-22 10:14:40 +01:00
lippserd f908ea42ce
Merge pull request #3098 from Icinga/feature/redesign-tactical-overview
Redesign tactical overview
2017-11-22 00:22:37 +01:00
lippserd ccb59bde7b
Merge pull request #3129 from Icinga/feature/dark-menu
CSS: Dark styles for menu
2017-11-22 00:11:45 +01:00
Florian Strohmaier 1290711f94 CSS: Dark styles for menu 2017-11-22 00:08:56 +01:00
Jennifer Mourek d34ea588b1 Tactical overview: Add donut graphs 2017-11-21 23:38:04 +01:00
lippserd 97b8f1d241
Merge pull request #3127 from Icinga/feature/toggle-sidebar
Toggle sidebar
2017-11-21 23:16:15 +01:00
Eric Lippmann 2a7cf05655 Menu: Do not hover on minimal-layout 2017-11-21 23:04:12 +01:00
Eric Lippmann d447487219 Menu: Do not show outline upon focus 2017-11-21 23:04:12 +01:00
Eric Lippmann 4c32935c48 Increase header logo height 2017-11-21 23:04:12 +01:00
Eric Lippmann 09c70ec3fb Show search input upon focus when the sidebar is collapsed 2017-11-21 23:04:12 +01:00
Florian Strohmaier c1029d90d7 Add compact logo file 2017-11-21 23:04:12 +01:00
Florian Strohmaier 22ffe1b783 Fix alignment of icon images in the menu 2017-11-21 23:04:12 +01:00
Florian Strohmaier e9494e1e96 Reduce opacity of icon images in the menu when they are hovered 2017-11-21 23:04:12 +01:00
Florian Strohmaier 147587da90 Allow to collapse/expand the sidebar via a toggle button at the bottom of the sidebar 2017-11-21 23:04:12 +01:00
Eric Lippmann 807fbdb131 Reduce flyout menu JS complexity 2017-11-21 23:04:12 +01:00
lippserd fa7bc9aa2d
Merge pull request #3106 from Icinga/feature/navigation-dashboard
Navigation dashboard
2017-11-21 23:03:44 +01:00
Eric Lippmann fd0fe9a403 Monitoring: Add icons and descriptions for second level menu items 2017-11-21 22:55:46 +01:00
Eric Lippmann 8ffa110901 Web: Add icons and descriptions for second level menu items 2017-11-21 22:55:45 +01:00
Eric Lippmann b6b87796ed Menu: Link to the navigation dashboard if menu entry has children but no URL 2017-11-21 22:55:45 +01:00
Eric Lippmann a83a9cef03 Introduce dashboard for navigation items 2017-11-21 22:55:45 +01:00
Eric Lippmann e7ca817e81 Make Navigation::findItem() public
We need this method public for the navigation dashbaord.
2017-11-21 22:55:45 +01:00
Eric Lippmann 21dbe4ec47 Only render icons of root navigation items
The upcoming navigation dashboard creates its links from the menu items in configuration.php.
Now, we encourage users to specify icons for second-level menu items but do not want render them in our menu.
2017-11-21 22:55:45 +01:00
Eric Lippmann 3660606ca1 Allow to set a description for navigation items
We will introduce a navigation dashboard for root menu items which do not a have a URL but children.
2017-11-21 22:55:45 +01:00
Alexander A. Klimov bc4b9fb4e0 Make flyover responsive 2017-11-21 18:11:05 +01:00
Thomas Gelf c786cb9b7e doc/configuration: use late translation 2017-11-21 17:42:21 +01:00
lippserd a840a6d1f1
Merge pull request #3112 from Icinga/fix/filter-hints-for-ide-3111
Filter: new abstract methode and better IDE hints
2017-11-21 16:50:45 +01:00
lippserd 2bea07c8ac
Merge pull request #3125 from Icinga/fix/upload-iframe-causes-flickering-3124
layout: disable upload-iFrame for all but IE<10
2017-11-21 16:50:12 +01:00
lippserd df1e7683c8
Merge pull request #3041 from Icinga/feature/auto-detaching-dom-elements-3039
Implement auto-detaching DOM elements
2017-11-21 16:48:59 +01:00