Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-12251-service-acc_grafan10
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka authored Feb 28, 2024
2 parents e51db3d + a96fbaa commit 9e03cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/app/percona/pmm-dump/PMMDump.messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Messages = {
nameRequired: 'Name is required.',
passwordRequired: 'Password is required.',
directoryRequired: 'Directory is required.',
addressPlaceholder: 'sftp.percona.com',
addressPlaceholder: 'address:port',
savingButton: 'Saving...',
sendButton: 'Send',
cancelButton: 'Cancel',
Expand Down
2 changes: 1 addition & 1 deletion public/app/percona/pmm-dump/SendToSupportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SendToSupportModal: FC<ModalProps> = ({ onClose, dumpIds }) => {
const { isLoading } = useSelector(getDumps);
const defaultValues: SendToSupportForm = {
user: '',
address: '',
address: 'sftp.percona.com:2222',
password: '',
dumpIds: [] as string[],
directory: '',
Expand Down

0 comments on commit 9e03cf1

Please sign in to comment.