@@ -224,7 +224,15 @@ export class SiteManageComponent extends FeatureComponent<TreeViewInfo<SiteData>
224
224
this . _scenarioService . checkScenario ( ScenarioIds . addSsh , { site : site } ) . status === 'enabled' ) {
225
225
developmentToolFeatures . push ( new TabFeature (
226
226
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 ) ,
228
236
this . _translateService . instant ( PortalResources . feature_consoleInfo ) ,
229
237
'image/console.svg' ,
230
238
SiteTabIds . console ,
@@ -459,7 +467,11 @@ export class SiteManageComponent extends FeatureComponent<TreeViewInfo<SiteData>
459
467
460
468
new TabFeature (
461
469
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 ) ,
463
475
this . _translateService . instant ( PortalResources . feature_logStreamingInfo ) ,
464
476
'image/log-stream.svg' ,
465
477
SiteTabIds . logStream ,
0 commit comments