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

web-interface.assets.LoadingPage.f26135c1b5707bf7420a.js.map Maven / Gradle / Ivy

There is a newer version: 6.1.4
Show newest version
{"version":3,"file":"LoadingPage.f26135c1b5707bf7420a.js","mappings":"gRA2BA,MAAMA,EAAc,CAAC,CAAE,KAAAC,CAAK,IAC1B,gBAAC,IAAa,CAAC,MAAM,cACnB,gBAAC,IAAW,KACV,gBAAC,IAAO,CAAC,KAAAA,EAAY,MAAO,EAAG,CACjC,CACF,EAGFD,EAAY,UAAY,CACtB,KAAM,UACR,EAEAA,EAAY,aAAe,CACzB,KAAM,yBACR,EAEA,QAAeA,C","sources":["webpack://graylog-web-interface/./src/pages/LoadingPage.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 */\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\n\nimport DocumentTitle from 'components/common/DocumentTitle';\nimport Spinner from 'components/common/Spinner';\nimport LoginChrome from 'components/login/LoginChrome';\n\ntype Props = {\n  text: string,\n};\n\nconst LoadingPage = ({ text }: Props) => (\n  \n    \n      \n    \n  \n);\n\nLoadingPage.propTypes = {\n  text: PropTypes.string,\n};\n\nLoadingPage.defaultProps = {\n  text: 'Loading, please wait...',\n};\n\nexport default LoadingPage;\n"],"names":["LoadingPage","text"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy