File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
public/app/plugins/panel/table Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ <h5 class="section-heading">Data</h5>
26
26
< div class ="section gf-form-group ">
27
27
< h5 class ="section-heading "> Table Display</ h5 >
28
28
< div class ="gf-form-inline ">
29
- < div class ="gf-form max-width-17 ">
30
- < label class ="gf-form-label width-11 " > Pagination (Page size) </ label >
31
- < input type ="number " class ="gf-form-input "
29
+ < div class ="gf-form ">
30
+ < label class ="gf-form-label width-8 " > Rows per page </ label >
31
+ < input type ="number " class ="gf-form-input width-6 "
32
32
placeholder ="100 " data-placement ="right "
33
33
ng-model ="editor.panel.pageSize "
34
34
ng-change ="editor.render() "
@@ -103,9 +103,9 @@ <h5 class="section-heading">Column Styles</h5>
103
103
</ div >
104
104
105
105
< div class ="gf-form-inline " ng-if ="style.type === 'number' ">
106
- < div class ="gf-form max-width-17 offset-width-8 ">
106
+ < div class ="gf-form offset-width-8 ">
107
107
< label class ="gf-form-label width-8 "> Thresholds< tip > Comma separated values</ tip > </ label >
108
- < input type ="text " class ="gf-form-input " ng-model ="style.thresholds " placeholder ="50,80 " ng-blur ="editor.render() " array-join ng-model-onblur >
108
+ < input type ="text " class ="gf-form-input width-10 " ng-model ="style.thresholds " placeholder ="50,80 " ng-blur ="editor.render() " array-join ng-model-onblur >
109
109
</ div >
110
110
< div class ="gf-form ">
111
111
< label class ="gf-form-label width-5 "> Colors</ label >
You can’t perform that action at this time.
0 commit comments