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

web-interface.assets.0c1a66a2-94.1ec71fc30880f2142b45.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.5
Show newest version
{"version":3,"sources":["webpack:///./src/pages/NewAlertConditionPage.jsx"],"names":["CurrentUserStore","StoreProvider","getStore","NewAlertConditionPage","createReactClass","displayName","propTypes","location","PropTypes","object","isRequired","mixins","Reflux","connect","render","streamId","this","props","query","stream_id","title","page","DocsHelper","PAGES","ALERTS","text","active","Routes","LEGACY_ALERTS","CONDITIONS","className","md","initialSelectedStream"],"mappings":"2GAAA,+NAeMA,EAfN,cAeyBC,EAAcC,SAAS,eAE1CC,EAAwBC,IAAiB,CAC7CC,YAAa,wBACbC,UAAW,CACTC,SAAUC,IAAUC,OAAOC,YAE7BC,OAAQ,CAACC,IAAOC,QAAQb,IAExBc,OAP6C,WAQ3C,IAAMC,EAAWC,KAAKC,MAAMV,SAASW,MAAMC,UAE3C,OACE,kBAAC,IAAD,CAAeC,MAAM,uBACnB,6BACE,kBAAC,IAAD,CAAYA,MAAM,uBAChB,2IAIA,wIAEM,IACJ,kBAAC,IAAD,CAAmBC,KAAMC,IAAWC,MAAMC,OAAQC,KAAK,kBAHzD,KAMA,8BACE,kBAAC,IAAD,CAAqBC,OAAQC,IAAOC,cAAcC,eAItD,kBAAC,IAAD,CAAKC,UAAU,WACb,kBAAC,IAAD,CAAKC,GAAI,IACP,kBAAC,IAAD,CAA2BC,sBAAuBjB,WASjDZ","file":"0c1a66a2-94.1ec71fc30880f2142b45.js","sourcesContent":["import React from 'react';\nimport createReactClass from 'create-react-class';\nimport PropTypes from 'prop-types';\nimport Reflux from 'reflux';\nimport { Col, Row } from 'components/graylog';\n\nimport DocumentationLink from 'components/support/DocumentationLink';\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport { AlertsHeaderToolbar } from 'components/alerts';\nimport { CreateAlertConditionInput } from 'components/alertconditions';\n\nimport Routes from 'routing/Routes';\nimport DocsHelper from 'util/DocsHelper';\nimport StoreProvider from 'injection/StoreProvider';\n\nconst CurrentUserStore = StoreProvider.getStore('CurrentUser');\n\nconst NewAlertConditionPage = createReactClass({\n  displayName: 'NewAlertConditionPage',\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 Define an alert condition and configure the way Graylog will notify you when that condition is satisfied.\n \n\n \n Are the default conditions not flexible enough? You can write your own! Read more about alerting in\n the{' '}\n .\n \n\n \n \n \n \n\n \n \n \n \n \n
\n
\n );\n },\n});\n\nexport default NewAlertConditionPage;\n"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy