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

web-interface.assets.1255d548-5205.eb874416e0c79f4b6c72.js.map Maven / Gradle / Ivy

There is a newer version: 6.1.4
Show newest version
{"version":3,"file":"1255d548-5205.eb874416e0c79f4b6c72.js","mappings":"qOAqBA,QAAgBA,GAAU,CAKxB,MAAMC,GAJa,IAAY,QAAQ,OAAO,EAC3C,IAAKC,GAAMA,EAAE,QAAU,CAAC,CAAC,EACzB,IAAKA,GAAMA,EAAE,SAAS,EACtB,OAAQA,GAAMA,CAAC,GAAK,CAAC,GACK,CAAC,EAE9B,OACE,gBAAC,IAAsB,KACrB,gBAACD,EAAA,CAAW,GAAGD,CAAA,CAAO,CACxB,CAEJ,C","sources":["webpack://graylog-web-interface/./src/pages/DelegatedSearchPage.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 { PluginStore } from 'graylog-web-plugin/plugin';\n\nimport PluggableStoreProvider from '../components/PluggableStoreProvider';\n\nexport default (props) => {\n  const components = PluginStore.exports('pages')\n    .map((c) => c.search || {})\n    .map((c) => c.component)\n    .filter((c) => c) || [];\n  const Component = components[0];\n\n  return (\n    \n      \n    \n  );\n};\n"],"names":["props","Component","c"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy