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

web-interface.assets.325e2d4b-3141.fc153fb1082603aa0b5c.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
{"version":3,"file":"325e2d4b-3141.fc153fb1082603aa0b5c.js","mappings":"+RA0BA,MAAMA,EAAWC,EAAAA,QAAAA,GAAAA,WAAH,kEAAGA,CAAH,0CAKRC,EAAWD,EAAAA,QAAAA,GAAAA,WAAH,kEAAGA,CAAH,0CAKRE,GAAcF,EAAAA,EAAAA,SAAOG,EAAAA,IAAV,gFAAGH,CAAH,sBAIXI,EAAUC,EAAAA,EAAAA,UAEVC,EAAS,IACTC,EAAAA,GAAAA,YAAmB,mBAAmB,GAEtC,gBAAC,KAAD,CAAaC,YAAY,mBACvB,gCACM,gBAAC,IAAD,CAAMC,GAAIF,EAAAA,GAAAA,YAAmB,oBAA7B,iBADN,kBAQJ,uCACa,qBAAGG,KAAK,8CAA8CC,IAAI,sBAAsBC,OAAO,UAAvF,oBADb,iBAqBJ,EAfqB,IAEjB,gBAACV,EAAD,CAAaW,QAAQ,SAASC,UAAU,MACtC,gBAACf,EAAD,gDACA,gBAACE,EAAD,oCACA,sHAC6FM,EAAAA,GAAAA,YAAmB,mBAAmB,GAAS,GAAK,8CADjJ,KAGCH,EACI,yEACA,gBAACE,EAAD,M","sources":["webpack://graylog-web-interface/./src/pages/SecurityPage.tsx"],"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 */\n\nimport * as React from 'react';\nimport styled from 'styled-components';\n\nimport { IfPermitted } from 'components/common';\nimport { Alert } from 'components/bootstrap';\nimport { Link } from 'components/common/router';\nimport Routes from 'routing/Routes';\nimport AppConfig from 'util/AppConfig';\n\nconst StyledH2 = styled.h2`\n  font-weight: bold;\n  margin-bottom: 15px;\n`;\n\nconst StyledH4 = styled.h4`\n  font-weight: bold;\n  margin-bottom: 10px;\n`;\n\nconst StyledAlert = styled(Alert)`\n  margin-top: 15px;\n`;\n\nconst isCloud = AppConfig.isCloud();\n\nconst LinkTo = () => {\n  if (Routes.pluginRoute('SYSTEM_LICENSES', false)) {\n    return (\n      \n        

\n See Licenses page for details.\n

\n
\n );\n }\n\n return (\n

\n Please see our product page for details.\n

\n );\n};\n\nconst SecurityPage = () => {\n return (\n \n Invalid License for the Security plugin\n Security plugin is disabled\n

\n The security plugin is disabled because a valid Graylog for Security license was not found{Routes.pluginRoute('SYSTEM_LICENSES', false) ? '' : ' and the enterprise plugin is not installed'}.\n

\n {isCloud\n ? (<>Contact your Graylog account manager.)\n : ()}\n
\n );\n};\n\nexport default SecurityPage;\n"],"names":["StyledH2","styled","StyledH4","StyledAlert","Alert","isCloud","AppConfig","LinkTo","Routes","permissions","to","href","rel","target","bsStyle","className"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy