feat(splunk-on-call-plugin): update changeset + theme style

Signed-off-by: Remi <remi.d45@gmail.com>
This commit is contained in:
Remi
2021-03-03 19:06:21 +01:00
parent a310f33d82
commit 82f0fbddf4
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
---
'@backstage/plugin-splunk-on-call': major
'@backstage/plugin-splunk-on-call': minor
---
Updated splunk-on-call plugin to use the REST endpoint (incident creation-acknowledgement-resolution).
It implies switching from `splunkOnCall.username` annotation to `splunkOnCall.eventsRestEndpoint` annotation, this is a breaking change.
@@ -37,7 +37,7 @@ const useStyles = makeStyles((theme: Theme) =>
overflow: 'auto',
},
subheader: {
backgroundColor: 'white',
backgroundColor: theme.palette.background.paper,
},
progress: {
margin: `0 ${theme.spacing(2)}px`,
@@ -36,7 +36,7 @@ const useStyles = makeStyles((theme: Theme) =>
overflow: 'auto',
},
subheader: {
backgroundColor: 'white',
backgroundColor: theme.palette.background.paper,
},
progress: {
margin: `0 ${theme.spacing(2)}px`,