Add refresh support to Arc Postgres pages (#10607)

This commit is contained in:
Brian Bergeron
2020-05-29 10:24:24 -07:00
committed by GitHub
parent 1305743479
commit e9e2a0b8b4
14 changed files with 348 additions and 181 deletions

View File

@@ -6,9 +6,9 @@
import * as azdata from 'azdata';
import * as loc from '../../../localizedConstants';
import { IconPathHelper } from '../../../constants';
import { PostgresDashboardPage } from './postgresDashboardPage';
import { DashboardPage } from '../../components/dashboardPage';
export class PostgresBackupPage extends PostgresDashboardPage {
export class PostgresBackupPage extends DashboardPage {
protected get title(): string {
return loc.backup;
}