Merge branch 'develop' into matthewpi/server-details-patch-1

This commit is contained in:
Dane Everitt 2020-12-06 11:26:54 -08:00 committed by GitHub
commit 8241ea5f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 163 deletions

View file

@ -131,7 +131,7 @@ export default ({ database, className }: Props) => {
</div>
</Can>
<div css={tw`mt-6`}>
<Label>JBDC Connection String</Label>
<Label>JDBC Connection String</Label>
<CopyOnClick text={`jdbc:mysql://${database.username}:${database.password}@${database.connectionString}/${database.name}`}>
<Input
type={'text'}