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

web-interface.assets.b6fe2bb5-9881.88530bb66977ec8b880a.js.map Maven / Gradle / Ivy

{"version":3,"file":"b6fe2bb5-9881.88530bb66977ec8b880a.js","mappings":"mTAmDA,QA1BmBA,GAAAA,CAAiB,CAClCC,YAAa,aACbC,OAAQ,CAACC,IAAAA,QAAeC,EAAAA,IAExBC,kBAJkC,WAKhCC,KAAKC,SAAWC,YAAYC,EAAAA,EAAAA,KAAuB,MAGrDC,qBARkC,WAShCC,cAAcL,KAAKC,WAGrBK,OAZkC,WAahC,OACE,gBAAC,KAAD,CAAeC,MAAM,UACnB,2BACE,gBAAC,KAAD,CAAYA,MAAM,UAChB,2HAEF,gBAAC,KAAD,CAAYC,YAAaR,KAAKS,MAAMC,YAAYF","sources":["webpack://graylog-web-interface/./src/pages/InputsPage.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 { DocumentTitle, PageHeader } from 'components/common';\nimport { InputsList } from 'components/inputs';\nimport { CurrentUserStore } from 'stores/users/CurrentUserStore';\nimport { InputStatesStore } from 'stores/inputs/InputStatesStore';\n\nconst InputsPage = createReactClass({\n  displayName: 'InputsPage',\n  mixins: [Reflux.connect(CurrentUserStore)],\n\n  componentDidMount() {\n    this.interval = setInterval(InputStatesStore.list, 2000);\n  },\n\n  componentWillUnmount() {\n    clearInterval(this.interval);\n  },\n\n  render() {\n    return (\n      \n        
\n \n Graylog nodes accept data via inputs. Launch or terminate as many inputs as you want here.\n \n \n
\n
\n );\n },\n});\n\nexport default InputsPage;\n"],"names":["createReactClass","displayName","mixins","Reflux","CurrentUserStore","componentDidMount","this","interval","setInterval","InputStatesStore","componentWillUnmount","clearInterval","render","title","permissions","state","currentUser"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy