12825 Commits

Author SHA1 Message Date
Johannes Meyer
05613c413d Enhance toggle-switch, spinner and control-info placement
tested with Chromium, IE11 (Win7), Edge (Win10)
2019-07-29 10:17:59 +02:00
Johannes Meyer
d0eca387ee js: Also handle spinner elements which are not direct descendants of an element 2019-07-29 10:17:59 +02:00
Johannes Meyer
115bb80c6a View: Register our own view helper path
That's a different path than application/views/helpers because this one
uses a namespace so that we're able to extend Zend's view helpers
2019-07-29 10:17:59 +02:00
Johannes Meyer
bc2e7588d7 FormNotifications: Don't ignore warning and error notifications 2019-07-29 10:17:59 +02:00
Johannes Meyer
5c6d04f5d7 LimiterControlForm: Remove class inline and update css 2019-07-29 10:17:59 +02:00
Johannes Meyer
2be7c784b2 AcknowledgeAnnouncementForm: Remove redundant class inline 2019-07-29 10:17:59 +02:00
Johannes Meyer
4eedc40583 AcknowledgeApplicationStateMessageForm: Remove redundant class inline 2019-07-29 10:17:59 +02:00
Johannes Meyer
02565ec326 user/list: Make backend selection look good again 2019-07-29 10:17:59 +02:00
Johannes Meyer
a5f292c2ae Form: Define classes icinga-forms and icinga-controls by default 2019-07-29 10:17:59 +02:00
Johannes Meyer
cb51d9cf55 forms.less: Only apply form layout and design to our own forms
See the file's header for more details.
2019-07-29 10:17:59 +02:00
Johannes Meyer
923582c5de mixins.less: To pass css lists to less mixins a trailing semicolon is required 2019-07-29 10:17:59 +02:00
Florian Strohmaier
24723b662c CSS: Add spacing below .filter 2019-07-29 10:17:59 +02:00
Florian Strohmaier
ace9fe6526 CSS: Add styles for graphite date and timepicker
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
3ec11f3bf9 CSS: Fix submit button jumping on submit
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f14256a7ee CSS: Adapt form design with filter editor
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
b21c9d6ebd CSS: Optimize filter editor layout 2019-07-29 10:17:59 +02:00
Florian Strohmaier
812e174c1e AcknowledgeApplicationStateMessageForm: Fix cancel button being cropped
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f70f996085 Announcements: Increase font-size and align control layout
refs #3676
refs #3560
refs #3839
2019-07-29 10:17:59 +02:00
Florian Strohmaier
c492c6bb23 Announcements: Avoid duplicate `id attribute
refs #3762
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7eca14386a CSS: Align menu search input icon 2019-07-29 10:17:59 +02:00
Eric Lippmann
c49f5d6a0f Don't override Zend's Checkbox for our toggle switch 2019-07-29 10:17:59 +02:00
Eric Lippmann
41ee36c7e6 Reduce default textarea rows 2019-07-29 10:17:59 +02:00
Eric Lippmann
b8c607b6a6 CSS: Fix comments and add missing semicolons 2019-07-29 10:17:59 +02:00
Florian Strohmaier
70a891825e CSS: Grant filter icon some space to breathe 2019-07-29 10:17:59 +02:00
Florian Strohmaier
58a68b4e40 CSS: Remove redundant style attributes 2019-07-29 10:17:59 +02:00
Florian Strohmaier
9caa345948 CSS: Fix Detail view inline check now button 2019-07-29 10:17:59 +02:00
Florian Strohmaier
d125b44188 CSS: Fix multiselect inputs 2019-07-29 10:17:59 +02:00
Florian Strohmaier
7d68212962 CSS: Fix select line height in controls 2019-07-29 10:17:59 +02:00
Florian Strohmaier
0fa97ea420 CSS: Align control-group elements to vertical top 2019-07-29 10:17:59 +02:00
Florian Strohmaier
7d8cdefc7d CSS: Prevent selects with long option values from exceeding the container 2019-07-29 10:17:59 +02:00
Florian Strohmaier
d452dfefaf CSS: Tidy redundant code 2019-07-29 10:17:59 +02:00
Florian Strohmaier
fa4d39f7c6 CSS: Compensate select line height inconsistencies 2019-07-29 10:17:59 +02:00
Florian Strohmaier
0083a193b1 CSS: Add filter input styles 2019-07-29 10:17:59 +02:00
Florian Strohmaier
333d702a9a CSS: Use vars for input padding 2019-07-29 10:17:59 +02:00
Florian Strohmaier
21055d2bfe CSS: move controls specific styles to controls.less 2019-07-29 10:17:59 +02:00
Florian Strohmaier
1c12d84eee CSS: Reset line-height for inputs in .control-groups
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
e04d42b7a9 CSS: Move controls styles to controls.less
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
54ba112d64 CSS: Align controls elements
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
73f82d2d31 CSS: align corrections
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f8ccce9bb8 CSS: Apply margin to spinner in form-controls only
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
59271fd8c0 CSS: Align control-info fly over correctly
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
e1fd0899dc CSS: Increase form-description-icon size
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
3a3fce23f7 CSS: Right align form control elements
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
a43b54ae22 CSS: Fix layout issues
refs #3676
2019-07-29 10:17:59 +02:00
Jennifer Mourek
bf48b6d26b WIP: New form styles
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2019-07-29 10:17:59 +02:00
Johannes Meyer
23590c5e20 js: Remove redundant vendor libraries 2019-07-29 09:52:52 +02:00
Johannes Meyer
b6c89bc863
Merge pull request #3870 from Icinga/feature/collapsible-plugin-output-3566
Collapsible plugin output
2019-07-29 09:33:58 +02:00
Johannes Meyer
b5f7e84246
Merge pull request #3860 from Icinga/feature/make-overdue-checks-better-visible-3212
Make overdue/unreachable checks better visible
2019-07-29 09:28:33 +02:00
Johannes Meyer
f32dac7a70 ServicestatusQuery: Add latency to next_update calculation..
..and double the entire result

refs #3212
2019-07-29 09:12:46 +02:00
Johannes Meyer
44f63576d1 HoststatusQuery: Add latency to next_update calculation..
..and double the entire result

refs #3212
2019-07-29 09:12:46 +02:00