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

web-interface.assets.d5f85445-74.a49ba8ace624afae35ed.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.6
Show newest version
{"version":3,"sources":["webpack:///./src/pages/AlertsPage.jsx"],"names":["CurrentUserStore","StoreProvider","getStore","AlertsPage","createReactClass","displayName","mixins","Reflux","connect","render","title","page","DocsHelper","PAGES","ALERTS","text","active","Routes","LEGACY_ALERTS","LIST","className","md"],"mappings":"2GAAA,sLAeMA,EAfN,cAeyBC,EAAcC,SAAS,eAE1CC,EAAaC,IAAiB,CAClCC,YAAa,aACbC,OAAQ,CAACC,IAAOC,QAAQR,IAExBS,OAJkC,WAKhC,OACE,kBAAC,IAAD,CAAeC,MAAM,UACnB,6BACE,kBAAC,IAAD,CAAYA,MAAM,mBAChB,8LAKA,iEACkC,kBAAC,IAAD,CAAmBC,KAAMC,IAAWC,MAAMC,OAAQC,KAAK,kBADzF,KAIA,8BACE,kBAAC,IAAD,CAAqBC,OAAQC,IAAOC,cAAcC,SAItD,kBAAC,IAAD,CAAKC,UAAU,WACb,kBAAC,IAAD,CAAKC,GAAI,IACP,kBAAC,IAAD,aASClB","file":"d5f85445-74.a49ba8ace624afae35ed.js","sourcesContent":["import React from 'react';\nimport createReactClass from 'create-react-class';\nimport Reflux from 'reflux';\nimport { Col, Row } from 'components/graylog';\n\nimport { AlertsComponent, AlertsHeaderToolbar } from 'components/alerts';\n\nimport DocumentationLink from 'components/support/DocumentationLink';\nimport { DocumentTitle, PageHeader } from 'components/common';\n\nimport Routes from 'routing/Routes';\nimport DocsHelper from 'util/DocsHelper';\n\nimport StoreProvider from 'injection/StoreProvider';\n\nconst CurrentUserStore = StoreProvider.getStore('CurrentUser');\n\nconst AlertsPage = createReactClass({\n  displayName: 'AlertsPage',\n  mixins: [Reflux.connect(CurrentUserStore)],\n\n  render() {\n    return (\n      \n        
\n \n \n Alerts are triggered when conditions you define are satisfied. Graylog will automatically mark alerts as\n resolved once the status of your conditions 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 AlertsPage;\n"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy