[Uptime] Disable update button for SDP (#29150) (#29239)

* Disable update button for SDP.

* Update SDP style.
This commit is contained in:
Justin Kambic 2019-01-24 09:48:14 -05:00 committed by GitHub
parent 4ba7b20b0e
commit b31822a94a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>