mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Disable update button for SDP. * Update SDP style.
This commit is contained in:
parent
4ba7b20b0e
commit
b31822a94a
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
|
|||
<EuiHeaderSectionItem border="none">
|
||||
<div
|
||||
style={{
|
||||
marginTop: '10px',
|
||||
marginTop: '4px',
|
||||
marginLeft: '16px',
|
||||
marginRight: '16px',
|
||||
minWidth: '600px',
|
||||
|
@ -178,6 +178,7 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
|
|||
this.persistState
|
||||
);
|
||||
}}
|
||||
showUpdateButton={false}
|
||||
/>
|
||||
</div>
|
||||
</EuiHeaderSectionItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue