Add punctuation to Kapacitor alert notification.
parent
5182322a73
commit
6b95a8c71e
|
@ -93,7 +93,7 @@ class KapacitorPage extends Component {
|
||||||
router.push(`/sources/${source.id}/kapacitors/${data.id}/edit`)
|
router.push(`/sources/${source.id}/kapacitors/${data.id}/edit`)
|
||||||
addFlashMessage({
|
addFlashMessage({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
text: 'Kapacitor Created! Configuring endpoints is optional',
|
text: 'Kapacitor Created! Configuring endpoints is optional.',
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
|
Loading…
Reference in New Issue