mirror of https://github.com/apache/lucene.git
SOLR-14038: Admin UI display for "state.json" should be in a scollable region
Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
parent
8df7f379a4
commit
056e2cc5da
|
@ -192,6 +192,8 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-13887: Use default idleTimeout instead of 0 for HTTP2 requests. (Houston Putman)
|
* SOLR-13887: Use default idleTimeout instead of 0 for HTTP2 requests. (Houston Putman)
|
||||||
|
|
||||||
|
* SOLR-14038: Admin UI display for "state.json" should be in a scollable region (Kevin Risden)
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
|
@ -158,10 +158,8 @@ limitations under the License.
|
||||||
|
|
||||||
#content #cloud #file-content
|
#content #cloud #file-content
|
||||||
{
|
{
|
||||||
position: fixed;
|
float: right;
|
||||||
width: 55%;
|
width: 68%;
|
||||||
min-height: 100px;
|
|
||||||
right: 5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #cloud .show #file-content
|
#content #cloud .show #file-content
|
||||||
|
|
|
@ -36,9 +36,7 @@ limitations under the License.
|
||||||
#content #files #file-content
|
#content #files #file-content
|
||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
|
||||||
width: 78%;
|
width: 78%;
|
||||||
min-height: 100px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content #files .show #file-content
|
#content #files .show #file-content
|
||||||
|
@ -50,4 +48,6 @@ limitations under the License.
|
||||||
{
|
{
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
overflow: auto;
|
||||||
|
max-height: 600px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue