Fix for query select command text in manage tab for Kusto tables (#13916)

* Fix for text in manage tab for Kusto tables

* addressed comment

Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
Monica Gupta
2021-01-06 12:59:18 -08:00
committed by GitHub
parent c8d17f1ee3
commit 4af333d362
2 changed files with 22 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import { IErrorMessageService } from 'sql/platform/errorMessage/common/errorMess
export class ScriptSelectAction extends Action {
public static ID = 'selectTop';
public static LABEL = nls.localize('scriptSelect', "Select Top 1000");
public static KUSTOLABEL = nls.localize('scriptKustoSelect', "Take 10");
constructor(
id: string, label: string,