///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2025, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// import React from 'react'; import PropTypes from 'prop-types'; import gettext from 'sources/gettext'; import url_for from 'sources/url_for'; import { Box } from '@mui/material'; import CloseIcon from '@mui/icons-material/CloseRounded'; import HelpIcon from '@mui/icons-material/Help'; import { DefaultButton, PgIconButton } from '../components/Buttons'; import { ModalContent, ModalFooter }from '../../../static/js/components/ModalContent'; export default function UrlDialogContent({ url, helpFile, onClose }) { return (