mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-22 23:51:27 +01:00
Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
This commit is contained in:
parent
f1648602d5
commit
f3cc7676ef
@ -88,8 +88,10 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<label *ngIf="noEndpointInfo.length != 0" class="colorRed alertLabel">{{noEndpointInfo | translate}}</label>
|
||||
<span class="alertLabel goLink" *ngIf="noEndpointInfo.length != 0" (click)="goRegistry()">{{'REPLICATION.ENDPOINTS' | translate}}</span>
|
||||
<div>
|
||||
<label *ngIf="noEndpointInfo.length != 0" class="colorRed alertLabel">{{noEndpointInfo | translate}}</label>
|
||||
<span class="alertLabel goLink" *ngIf="noEndpointInfo.length != 0" (click)="goRegistry()">{{'REPLICATION.ENDPOINTS' | translate}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Trigger-->
|
||||
|
@ -28,11 +28,9 @@ h4 {
|
||||
}
|
||||
|
||||
.alertLabel {
|
||||
display: block;
|
||||
margin-top: 2px;
|
||||
line-height: 1em;
|
||||
font-size: 12px;
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
|
||||
.inputWidth {
|
||||
@ -160,6 +158,7 @@ h4 {
|
||||
border-bottom: 1px solid blue;
|
||||
line-height: 14px;
|
||||
cursor: pointer;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.arrowSet{
|
||||
|
Loading…
Reference in New Issue
Block a user