mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-27 04:35:16 +01:00
Merge pull request #7490 from pureshine/label-tab
Align all tab spacing between project and configuration pages
This commit is contained in:
commit
a1230a0ca1
@ -16,7 +16,7 @@
|
||||
<button type="button" class="btn btn-sm btn-secondary" [disabled]="!selectedRow.length || !hasDeleteLabelPermission" (click)="deleteLabels(selectedRow)"><clr-icon shape="times" size="16"></clr-icon> {{'LABEL.DELETE' | translate}}</button>
|
||||
<hbr-create-edit-label [scope]="scope" [projectId]="projectId" (reload)="reload()"></hbr-create-edit-label>
|
||||
</div>
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 content-mt">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<clr-datagrid [clrDgLoading]="loading" [(clrDgSelected)]="selectedRow" (clrDgSelectedChange)="selectedChange()">
|
||||
<clr-dg-column [clrDgField]="'name'">{{'LABEL.LABEL' | translate}}</clr-dg-column>
|
||||
<clr-dg-column [clrDgField]="'endpoint'">{{'LABEL.DESCRIPTION' | translate}}</clr-dg-column>
|
||||
|
@ -1,8 +1,6 @@
|
||||
.label-config {
|
||||
position: relative;
|
||||
div.content-mt {
|
||||
margin-top: -12px;
|
||||
}
|
||||
margin-top: 30px;
|
||||
.rightPos {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<div class="repository-box">
|
||||
<div class="row position-relative">
|
||||
<div class="toolbar">
|
||||
<div class="row flex-items-xs-right option-right rightPos">
|
||||
|
@ -86,4 +86,8 @@
|
||||
|
||||
.push-image-button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.repository-box {
|
||||
margin-top: 5px;
|
||||
}
|
@ -9,6 +9,7 @@ $size60:60px;
|
||||
}
|
||||
.chart-tool {
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
.toolbar {
|
||||
overflow: hidden;
|
||||
.rightPos {
|
||||
|
@ -36,7 +36,7 @@ clr-datagrid {
|
||||
position: inherit;
|
||||
}
|
||||
.content-space {
|
||||
margin-top: 12px;
|
||||
margin-top: 28px;
|
||||
position: relative;
|
||||
}
|
||||
.datagrid-pt {
|
||||
|
@ -1,7 +1,7 @@
|
||||
@import "../../../../lib/src/mixin";
|
||||
|
||||
.robot-space {
|
||||
margin-top: 12px;
|
||||
margin-top: 28px;
|
||||
position: relative;
|
||||
|
||||
clr-icon.red-position {
|
||||
|
Loading…
Reference in New Issue
Block a user