Skip to content

Commit

Permalink
Merge 23fab79 into 91ca2db
Browse files Browse the repository at this point in the history
  • Loading branch information
ehamai committed Sep 24, 2018
2 parents 91ca2db + 23fab79 commit 4fa0987
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/src/app/site/site-manage/site-manage.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,18 +465,6 @@ export class SiteManageComponent extends FeatureComponent<TreeViewInfo<SiteData>
}

const monitoringFeatures = [
new BladeFeature(
this._translateService.instant(PortalResources.feature_diagnosticLogsName),
this._translateService.instant(PortalResources.feature_diagnosticLogsName),
this._translateService.instant(PortalResources.feature_diagnosticLogsInfo),
'image/diagnostic-logs.svg',
{
detailBlade: 'WebsiteLogsBlade',
detailBladeInputs: { WebsiteId: this._descriptor.getWebsiteId() }
},
this._portalService
),

new TabFeature(
this._translateService.instant(PortalResources.feature_logStreamingName),
this._translateService.instant(PortalResources.feature_logStreamingName) +
Expand Down

0 comments on commit 4fa0987

Please sign in to comment.