increased container versions widget height
This commit is contained in:
@@ -343,7 +343,6 @@ data:
|
|||||||
- type: custom-api
|
- type: custom-api
|
||||||
title: Container Versions
|
title: Container Versions
|
||||||
cache: 5m
|
cache: 5m
|
||||||
height: 250
|
|
||||||
url: ${PROMETHEUS_URL}/api/v1/query
|
url: ${PROMETHEUS_URL}/api/v1/query
|
||||||
parameters:
|
parameters:
|
||||||
query: >
|
query: >
|
||||||
@@ -1323,6 +1322,18 @@ data:
|
|||||||
background: rgba(45, 126, 136, 0.16);
|
background: rgba(45, 126, 136, 0.16);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* =========================================================================
|
||||||
|
CONTAINER VERSIONS WIDGET HEIGHT INCREASE
|
||||||
|
========================================================================= */
|
||||||
|
|
||||||
|
.widget.widget-type-custom-api:has(.ver-widget) .ver-list {
|
||||||
|
max-height: 360px !important;
|
||||||
|
}
|
||||||
|
.widget.widget-type-custom-api:has(.ver-widget) {
|
||||||
|
min-height: 460px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =========================================================================
|
/* =========================================================================
|
||||||
WIDGET ROUNDED CORNERS
|
WIDGET ROUNDED CORNERS
|
||||||
========================================================================= */
|
========================================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user