File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
deployment/src/main/resources/dev-ui Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import { JsonRpc } from 'jsonrpc';
9
9
export class QwcLoggingManagerLoggers extends LitElement {
10
10
jsonRpc = new JsonRpc ( this ) ;
11
11
static styles = css `
12
- .logger-table {
13
- height: 650px ;
12
+ .datatable {
13
+ height: 100% ;
14
14
}
15
15
.ml-10 {
16
16
margin-left: 10px;
@@ -47,7 +47,7 @@ export class QwcLoggingManagerLoggers extends LitElement {
47
47
}
48
48
49
49
render ( ) {
50
- return html `< vaadin-vertical-layout theme ="spacing ">
50
+ return html `< vaadin-vertical-layout theme ="spacing " style =" height: 100% " >
51
51
< vaadin-text-field
52
52
placeholder ="Search loggers... "
53
53
style ="width: 50%; "
@@ -68,7 +68,7 @@ export class QwcLoggingManagerLoggers extends LitElement {
68
68
>
69
69
< vaadin-icon slot ="prefix " icon ="vaadin:search "> </ vaadin-icon >
70
70
</ vaadin-text-field >
71
- < vaadin-grid .items ="${ this . _filteredLoggers } " class ="logger-table ml-10 ">
71
+ < vaadin-grid .items ="${ this . _filteredLoggers } " class ="datatable ml-10 ">
72
72
< vaadin-grid-sort-column auto-width
73
73
header ="Logger "
74
74
path ="name "
You can’t perform that action at this time.
0 commit comments