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

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

There is a newer version: 6.0.5
Show newest version
{"version":3,"sources":["webpack:///./src/pages/DelegatedSearchPage.jsx"],"names":["props","Component","PluginStore","exports","map","c","search","component","filter"],"mappings":"2GAAA,oDAIe,mBAACA,GACd,IAIMC,GAJaC,cAAYC,QAAQ,SACpCC,KAAI,SAACC,GAAD,OAAOA,EAAEC,QAAU,MACvBF,KAAI,SAACC,GAAD,OAAOA,EAAEE,aACbC,QAAO,SAACH,GAAD,OAAOA,MAAM,IACM,GAC7B,OAAO,kBAACJ,EAAcD","file":"0c1a66a2-77.1ec71fc30880f2142b45.js","sourcesContent":["import React from 'react';\n\nimport { PluginStore } from 'graylog-web-plugin/plugin';\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  return ;\n};\n"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy