mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
changed postgres terminal -> shell
This commit is contained in:
@@ -470,9 +470,9 @@ function createOpenTerminalButton(container: Explorer): CommandButtonComponentPr
|
|||||||
}
|
}
|
||||||
|
|
||||||
function createOpenPostgreSQLTerminalButton(container: Explorer): CommandButtonComponentProps {
|
function createOpenPostgreSQLTerminalButton(container: Explorer): CommandButtonComponentProps {
|
||||||
const label = "Open PostgreSQL Terminal";
|
const label = "Open PostgreSQL Shell";
|
||||||
return {
|
return {
|
||||||
iconSrc: CosmosTerminalIcon,
|
iconSrc: HostedTerminalIcon,
|
||||||
iconAlt: label,
|
iconAlt: label,
|
||||||
onCommandClick: () => container.openNotebookTerminal(ViewModels.TerminalKind.PostgreSQL),
|
onCommandClick: () => container.openNotebookTerminal(ViewModels.TerminalKind.PostgreSQL),
|
||||||
commandButtonLabel: label,
|
commandButtonLabel: label,
|
||||||
|
|||||||
Reference in New Issue
Block a user