Add preview title to BDC/HDFS components (#8268)

* Add preview title to BDC/HDFS components

* Additional dialogs

* More dialogs
This commit is contained in:
Charles Gagnon
2019-11-07 15:34:38 -08:00
committed by GitHub
parent b5c0c37a23
commit 30acba7921
7 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ function registerCommands(context: vscode.ExtensionContext, treeDataProvider: Co
});
vscode.commands.registerCommand(ManageControllerCommand, async (info: ControllerNode | BdcDashboardOptions, addOrUpdateController: boolean = false) => {
const title: string = `${localize('bdc.dashboard.title', "Big Data Cluster Dashboard -")} ${ControllerNode.toIpAndPort(info.url)}`;
const title: string = `${localize('bdc.dashboard.title', "Big Data Cluster Dashboard (preview) -")} ${ControllerNode.toIpAndPort(info.url)}`;
if (addOrUpdateController) {
// The info may be wrong, but if it is then we'll prompt to reconnect when the dashboard is opened
// and update with the correct info then