Making the Postgres Properties Page Visible (#14161)

* Make properties page visible

* Set max length to text box
This commit is contained in:
nasc17
2021-02-04 12:39:51 -08:00
committed by GitHub
parent 814dfba338
commit e99b4a7bed
2 changed files with 4 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ export class PostgresPropertiesPage extends DashboardPage {
}).component());
this.keyValueContainer = new KeyValueContainer(this.modelView.modelBuilder, this.getProperties());
this.keyValueContainer.container.updateCssStyles({ 'max-width': '750px' });
this.disposables.push(this.keyValueContainer);
this.loading = this.modelView.modelBuilder.loadingComponent()