Commit graph

35 commits

Author SHA1 Message Date
Eric Lippmann
05d6f5890a License source files as GPL-3.0-or-later
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-11 21:48:49 +01:00
Eric Lippmann
ba9e977e92 CSS: Reduce .images rules
SVG-related rules have been removed since we render images and not SVGs.
`display: block` has been removed to allow the graphs to layout
themselves. Without an explicit width setting via templates they consume
100% anyway, otherwise they could now fit on a single line.
2023-07-03 11:49:52 +02:00
Eric Lippmann
5aa09c463a CSS: Remove superfluous display: block; directive
This was necessary because `div.images` had specified
`display: inline-block;` but this was removed with commit be74138.
2023-06-29 11:04:23 +02:00
Johannes Meyer
b58354f310 css: Keep compatibility with ipl v0.9.0 for now 2022-10-18 12:57:32 +02:00
Johannes Meyer
e91f64afe1 css: Remove default control rules now provided by ipl-web 2022-10-14 13:57:09 +02:00
Sukhwinder Dhillon
275a5fe08c Remove unused code and fix syntax 2022-03-17 11:31:43 +01:00
Sukhwinder Dhillon
87ef519eec module.less: Add css for search-editor clear filter (cancel-button) 2022-03-11 15:27:34 +01:00
Sukhwinder Dhillon
f06d945578 module.less: Add css for icingadb controls and EmptyState 2022-03-11 15:27:27 +01:00
Sukhwinder Dhillon
4abd7bef95 Change object detail extension's css class name
Make class name common
2022-03-11 15:23:21 +01:00
Johannes Meyer
3855d2b29f Make graphs themeable 2022-03-08 10:51:38 +01:00
Johannes Meyer
6db579fe46 css: Remove obsolete ul.legend style 2022-01-12 13:56:51 +01:00
Florian Strohmaier
c9de1ded96 CSS: Ensure proper bottom and right spacing for .grid container
refs #215
2019-08-27 12:05:25 +02:00
Florian Strohmaier
62d7ec9e25 CSS: Responsify Datetime controls
refs #215
2019-08-27 12:05:25 +02:00
Florian Strohmaier
87ca7225e7 CSS: Adjust button-link 2019-08-22 14:50:34 +02:00
Florian Strohmaier
4faac33eb4 CSS: Adapt input styles for feature/form-styling 2019-07-09 16:10:53 +02:00
Alexander A. Klimov
0b08157418 Limit graphs loaded by default per monitored object
refs #160
2018-04-06 16:35:02 +02:00
Alexander A. Klimov
cec7a1df43 Keep the images layout fixed even if some fail to load 2018-03-20 16:47:01 +01:00
Alexander A. Klimov
e33b2b42c0 Use the framework's "Show more" spoilers 2017-11-22 10:37:59 +01:00
Alexander A. Klimov
b9ea1eaeb9 Merge branch 'master' into feature/use-flyover-in-time-range-picker-44 2017-11-21 18:22:33 +01:00
Alexander A. Klimov
d4bd860659 Move the custom time range picker toggle to the right
refs #44
2017-11-21 18:15:55 +01:00
Alexander A. Klimov
4716cbc405 Use flyover instead of an URL parameter to display the custom time range picker form
refs #44
2017-11-16 15:05:35 +01:00
Johannes Meyer
be74138f52 Show a maximum of two graphs in the detail view, by default
It's still possible for the user to expand all graphs.

refs #60
2017-11-15 08:34:49 +01:00
Florian Strohmaier
71deb0f411 Beautify graph list for hosts and services
refs #60
2017-11-14 12:37:29 +01:00
Alexander A. Klimov
34e9e21cb7 Show the two graphs per host as expected
refs #60
2017-11-14 12:37:29 +01:00
Alexander A. Klimov
84f765808f Auto-resize graphs in monitored objects detail views on window resize
refs #59
2017-10-04 15:17:30 +02:00
Alexander A. Klimov
fe479a4b32 Enlarge div.images in detail view
refs #59
2017-10-04 12:42:19 +02:00
Alexander A. Klimov
e750c302dd Load graphs' <img/>s synchronously
refs #48
2017-09-20 11:37:47 +02:00
Alexander A. Klimov
bba75938de Merge branch 'next' into feature/display-graph-in-detailview-27 2017-09-07 13:57:32 +02:00
Alexander A. Klimov
6cde4499f4 Enhance style
refs #33
2017-09-07 11:44:31 +02:00
Alexander A. Klimov
fe9eeba818 Group date and time inputs
refs #33
2017-09-06 17:16:06 +02:00
Alexander A. Klimov
288c451737 Split form into common and custom time ranges selector
refs #33
2017-09-06 14:04:52 +02:00
Alexander A. Klimov
0a8d182407 Enhance common ranges dropdowns
refs #33
2017-09-06 11:59:03 +02:00
Alexander A. Klimov
2ffabe3d4a /list/hosts: use all available container width
Hosts don't have more than one graph.

refs #27
2017-09-04 14:30:25 +02:00
Thomas Gelf
51e69b2a6c show/overview: add new generic overview section 2015-06-22 17:21:41 +02:00
Thomas Gelf
f491471622 Graphite module prototype: initial commit 2015-06-03 10:30:57 +02:00