Skip to content

Commit 077e912

Browse files
committed
keywords-added
1 parent 78b1ee1 commit 077e912

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

client/src/app/site/site-manage/site-manage.component.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,15 @@ export class SiteManageComponent extends FeatureComponent<TreeViewInfo<SiteData>
224224
this._scenarioService.checkScenario(ScenarioIds.addSsh, { site: site }).status === 'enabled') {
225225
developmentToolFeatures.push(new TabFeature(
226226
this._translateService.instant(PortalResources.feature_consoleName),
227-
this._translateService.instant(PortalResources.feature_consoleMsg),
227+
this._translateService.instant(PortalResources.feature_consoleName) +
228+
' ' +
229+
this._translateService.instant(PortalResources.feature_bashConsoleName) +
230+
' ' +
231+
this._translateService.instant(PortalResources.feature_powerShellConsoleName) +
232+
' ' +
233+
this._translateService.instant(PortalResources.feature_sshConsoleName) +
234+
' ' +
235+
this._translateService.instant(PortalResources.debug),
228236
this._translateService.instant(PortalResources.feature_consoleInfo),
229237
'image/console.svg',
230238
SiteTabIds.console,
@@ -459,7 +467,11 @@ export class SiteManageComponent extends FeatureComponent<TreeViewInfo<SiteData>
459467

460468
new TabFeature(
461469
this._translateService.instant(PortalResources.feature_logStreamingName),
462-
this._translateService.instant(PortalResources.feature_logStreamingName),
470+
this._translateService.instant(PortalResources.feature_logStreamingName) +
471+
' ' +
472+
this._translateService.instant(PortalResources.feature_applicationLogsName) +
473+
' ' +
474+
this._translateService.instant(PortalResources.feature_webServerLogsName),
463475
this._translateService.instant(PortalResources.feature_logStreamingInfo),
464476
'image/log-stream.svg',
465477
SiteTabIds.logStream,

0 commit comments

Comments
 (0)