mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user