mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
d801015176
commit
988fc0ffa1
4 changed files with 6 additions and 6 deletions
|
@ -0,0 +1,3 @@
|
|||
.file-datavisualizer__content {
|
||||
padding: $euiSize;
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
@import 'file_datavisualizer';
|
||||
@import 'components/index';
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
.file-datavisualizer-about-panel__content {
|
||||
margin-top: $euiSize;
|
||||
}
|
||||
|
||||
.file-datavisualizer-about-panel__icon {
|
||||
width: $euiSizeXL * 3;
|
||||
height: $euiSizeXL * 3;
|
||||
|
|
|
@ -259,7 +259,7 @@ export class FileDataVisualizerView extends Component {
|
|||
const fields = (results !== undefined && results.field_stats !== undefined) ? Object.keys(results.field_stats) : [];
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<div className="file-datavisualizer__content">
|
||||
{(mode === MODE.READ) &&
|
||||
<React.Fragment>
|
||||
|
||||
|
@ -339,7 +339,7 @@ export class FileDataVisualizerView extends Component {
|
|||
<BottomPadding />
|
||||
</React.Fragment>
|
||||
}
|
||||
</React.Fragment>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue