mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 17:30:46 +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 {
|
||||
const label = "Open PostgreSQL Terminal";
|
||||
const label = "Open PostgreSQL Shell";
|
||||
return {
|
||||
iconSrc: CosmosTerminalIcon,
|
||||
iconSrc: HostedTerminalIcon,
|
||||
iconAlt: label,
|
||||
onCommandClick: () => container.openNotebookTerminal(ViewModels.TerminalKind.PostgreSQL),
|
||||
commandButtonLabel: label,
|
||||
|
||||
Reference in New Issue
Block a user