add new support request buttons (#16045)

* add new support request buttons

* hide feedback and new support incedent commands from command palette
This commit is contained in:
brian-harris
2021-08-02 13:29:27 -07:00
committed by GitHub
parent 244e27c2de
commit 919cc732b7
7 changed files with 55 additions and 1 deletions

View File

@@ -271,7 +271,7 @@ export const AZURE_SQL = localize('sql.migration.azure.sql', "Azure SQL");
export const CLOSE = localize('sql.migration.close', "Close");
export const DATA_UPLOADED = localize('sql.migraiton.data.uploaded.size', "Data Uploaded/Size");
export const COPY_THROUGHPUT = localize('sql.migration.copy.throughput', "Copy Throughput (MBPS)");
export const NEW_SUPPORT_REQUEST = localize('sql.migration.newsupportrequest', "New support request");
//Summary Page
export const SUMMARY_PAGE_TITLE = localize('sql.migration.summary.page.title', "Summary");