Delete needless code about breadcrueb

This commit is contained in:
Fuhui Peng (c) 2018-04-19 12:28:13 +08:00
parent e41db9469e
commit cdefac82e7
3 changed files with 5 additions and 15 deletions

View File

@ -1,18 +1,13 @@
export const REPOSITORY_TEMPLATE = `
<section class="overview-section">
<div class="title-wrapper" *ngIf="withAdmiral">
<div class="title-block arrow-block">
<div class="title-wrapper">
<div class="title-block arrow-block" *ngIf="withAdmiral">
<clr-icon class="rotate-90 arrow-back" shape="arrow" size="36" (click)="goBack()"></clr-icon>
</div>
<div class="title-block">
<h2 sub-header-title class="custom-h2">{{repoName}}</h2>
</div>
</div>
<div class="title-wrapper" *ngIf="!withAdmiral">
<div class="title-block">
<h2 class="custom-h2">{{repoName}}</h2>
</div>
</div>
</section>
<section class="detail-section">

View File

@ -1,19 +1,14 @@
export const TAG_DETAIL_HTML: string = `
<div>
<section class="overview-section">
<div class="title-wrapper" *ngIf="withAdmiral">
<div class="title-block arrow-block">
<div class="title-wrapper">
<div class="title-block arrow-block" *ngIf="withAdmiral">
<clr-icon class="rotate-90 arrow-back" shape="arrow" size="36" (click)="onBack()"></clr-icon>
</div>
<div class="title-block">
<h2 class="custom-h2">{{repositoryId}}:{{tagDetails.name}}</h2>
</div>
</div>
<div class="title-wrapper" *ngIf="!withAdmiral">
<div class="title-block">
<h2 class="custom-h2">{{repositoryId}}:{{tagDetails.name}}</h2>
</div>
</div>
<div class="summary-block">
<div class="image-summary">
<div class="flex-block">

View File

@ -30,7 +30,7 @@
"clarity-icons": "0.10.24",
"clarity-ui": "0.10.24",
"core-js": "^2.4.1",
"harbor-ui": "0.6.81",
"harbor-ui": "0.6.83",
"intl": "^1.2.5",
"mutationobserver-shim": "^0.3.2",
"ngx-cookie": "^1.0.0",