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

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

There is a newer version: 6.0.1
Show newest version
{"version":3,"sources":["webpack:///./src/pages/AlertConditionsPage.jsx"],"names":["CurrentUserStore","StoreProvider","getStore","AlertConditionsPage","createReactClass","displayName","mixins","Reflux","connect","render","title","page","DocsHelper","PAGES","ALERTS","text","active","Routes","LEGACY_ALERTS","CONDITIONS","className","md"],"mappings":"2GAAA,sMA6BMA,EA7BN,cA6ByBC,EAAcC,SAAS,eAE1CC,EAAsBC,IAAiB,CAC3CC,YAAa,sBACbC,OAAQ,CAACC,IAAOC,QAAQR,IAExBS,OAJ2C,WAKzC,OACE,kBAAC,IAAD,CAAeC,MAAM,oBACnB,6BACE,kBAAC,IAAD,CAAYA,MAAM,2BAChB,6LAKA,iEACkC,kBAAC,IAAD,CAAmBC,KAAMC,IAAWC,MAAMC,OAAQC,KAAK,kBADzF,KAIA,8BACE,kBAAC,IAAD,CAAqBC,OAAQC,IAAOC,cAAcC,eAItD,kBAAC,IAAD,CAAKC,UAAU,WACb,kBAAC,IAAD,CAAKC,GAAI,IACP,kBAAC,IAAD,aASClB","file":"57e33c6c-79.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 Reflux from 'reflux';\n\nimport { Col, Row } from 'components/graylog';\nimport DocumentationLink from 'components/support/DocumentationLink';\nimport { DocumentTitle, PageHeader } from 'components/common';\nimport { AlertsHeaderToolbar } from 'components/alerts';\nimport { AlertConditionsComponent } from 'components/alertconditions';\nimport Routes from 'routing/Routes';\nimport DocsHelper from 'util/DocsHelper';\nimport StoreProvider from 'injection/StoreProvider';\n\nconst CurrentUserStore = StoreProvider.getStore('CurrentUser');\n\nconst AlertConditionsPage = createReactClass({\n  displayName: 'AlertConditionsPage',\n  mixins: [Reflux.connect(CurrentUserStore)],\n\n  render() {\n    return (\n      \n        
\n \n \n Alert conditions define situations that require your attention. Graylog will check those conditions\n periodically and notify you when their statuses change.\n \n\n \n Read more about alerting in the .\n \n\n \n \n \n \n\n \n \n \n \n \n
\n
\n );\n },\n});\n\nexport default AlertConditionsPage;\n"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy