All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.b6fe2bb5-4650.99f36252a520b93e441d.js.map Maven / Gradle / Ivy

{"version":3,"file":"b6fe2bb5-4650.99f36252a520b93e441d.js","mappings":"mVA6DA,QAlC+BA,GAAAA,CAAiB,CAC9CC,YAAa,yBACbC,OAAQ,CAACC,IAAAA,QAAeC,EAAAA,IAExBC,OAJ8C,WAK5C,OACE,gBAAC,KAAD,CAAeC,MAAM,uBACnB,2BACE,gBAAC,KAAD,CAAYA,MAAM,8BAChB,gNAKA,yGAIA,4BACE,gBAAC,KAAD,CAAqBC,OAAQC,EAAAA,GAAAA,cAAAA,kBAIjC,gBAAC,KAAD,CAAKC,UAAU,WACb,gBAAC,KAAD,CAAKC,GAAI,IACP,gBAAC,KAAD","sources":["webpack://graylog-web-interface/./src/pages/AlertNotificationsPage.jsx"],"sourcesContent":["/*\n * Copyright (C) 2020 Graylog, Inc.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the Server Side Public License, version 1,\n * as published by MongoDB, Inc.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * Server Side Public License for more details.\n *\n * You should have received a copy of the Server Side Public License\n * along with this program. If not, see\n * .\n */\nimport React from 'react';\nimport createReactClass from 'create-react-class';\nimport Reflux from 'reflux';\n\nimport { Col, Row } from 'components/bootstrap';\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport { AlertsHeaderToolbar } from 'components/alerts';\nimport { AlertNotificationsComponent } from 'components/alertnotifications';\nimport Routes from 'routing/Routes';\nimport { CurrentUserStore } from 'stores/users/CurrentUserStore';\n\nconst AlertNotificationsPage = createReactClass({\n  displayName: 'AlertNotificationsPage',\n  mixins: [Reflux.connect(CurrentUserStore)],\n\n  render() {\n    return (\n      \n        
\n \n \n Notifications let you be aware of changes in your alert conditions status any time. Graylog can send\n notifications directly to you or to other systems you use for that purpose.\n \n\n \n Remember to assign the notifications to use in the alert conditions page.\n \n\n \n \n \n \n\n \n \n \n \n \n
\n
\n );\n },\n});\n\nexport default AlertNotificationsPage;\n"],"names":["createReactClass","displayName","mixins","Reflux","CurrentUserStore","render","title","active","Routes","className","md"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy