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

web-interface.assets.57e33c6c-106.11b9f72925818240e61d.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
{"version":3,"sources":["webpack:///./src/pages/NewAlertNotificationPage.jsx"],"names":["CurrentUserStore","StoreProvider","getStore","NewAlertNotificationPage","createReactClass","displayName","propTypes","location","PropTypes","object","isRequired","mixins","Reflux","connect","render","streamId","this","props","query","stream_id","title","active","Routes","LEGACY_ALERTS","NOTIFICATIONS","className","md","initialSelectedStream","withLocation"],"mappings":"4GAAA,+NA6BMA,EAAmBC,IAAcC,SAAS,eAE1CC,EAA2BC,IAAiB,CAChDC,YAAa,2BACbC,UAAW,CACTC,SAAUC,IAAUC,OAAOC,YAE7BC,OAAQ,CAACC,IAAOC,QAAQb,IAExBc,OAPgD,WAQ9C,IAAMC,EAAWC,KAAKC,MAAMV,SAASW,MAAMC,UAE3C,OACE,kBAAC,IAAD,CAAeC,MAAM,0BACnB,6BACE,kBAAC,IAAD,CAAYA,MAAM,0BAChB,4GAIA,2GAIA,8BACE,kBAAC,IAAD,CAAqBC,OAAQC,IAAOC,cAAcC,kBAItD,kBAAC,IAAD,CAAKC,UAAU,WACb,kBAAC,IAAD,CAAKC,GAAI,IACP,kBAAC,IAAD,CAA8BC,sBAAuBZ,WASpDa,sBAAazB","file":"57e33c6c-106.11b9f72925818240e61d.js","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 PropTypes from 'prop-types';\nimport Reflux from 'reflux';\n\nimport { Col, Row } from 'components/graylog';\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport { AlertsHeaderToolbar } from 'components/alerts';\nimport { CreateAlertNotificationInput } from 'components/alertnotifications';\nimport Routes from 'routing/Routes';\nimport StoreProvider from 'injection/StoreProvider';\nimport withLocation from 'routing/withLocation';\n\nconst CurrentUserStore = StoreProvider.getStore('CurrentUser');\n\nconst NewAlertNotificationPage = createReactClass({\n  displayName: 'NewAlertNotificationPage',\n  propTypes: {\n    location: PropTypes.object.isRequired,\n  },\n  mixins: [Reflux.connect(CurrentUserStore)],\n\n  render() {\n    const streamId = this.props.location.query.stream_id;\n\n    return (\n      \n        
\n \n \n Create a new notification that you can use to not miss any of your alerts.\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 withLocation(NewAlertNotificationPage);\n"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy