mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Changed hyperlink (#13252)
This commit is contained in:
@@ -49,7 +49,7 @@ export class PostgresConnectionStringsPage extends DashboardPage {
|
|||||||
|
|
||||||
const link = this.modelView.modelBuilder.hyperlink().withProperties<azdata.HyperlinkComponentProperties>({
|
const link = this.modelView.modelBuilder.hyperlink().withProperties<azdata.HyperlinkComponentProperties>({
|
||||||
label: loc.learnAboutPostgresClients,
|
label: loc.learnAboutPostgresClients,
|
||||||
url: 'https://docs.microsoft.com/azure/postgresql/concepts-connection-libraries',
|
url: 'https://docs.microsoft.com/azure/azure-arc/data/get-connection-endpoints-and-connection-strings-postgres-hyperscale',
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
const infoAndLink = this.modelView.modelBuilder.flexContainer().withLayout({ flexWrap: 'wrap' }).component();
|
const infoAndLink = this.modelView.modelBuilder.flexContainer().withLayout({ flexWrap: 'wrap' }).component();
|
||||||
|
|||||||
Reference in New Issue
Block a user