mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 17:33:43 +00:00
Delete needless code about breadcrueb
This commit is contained in:
parent
e41db9469e
commit
cdefac82e7
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user