mirror of
https://github.com/goharbor/harbor
synced 2025-04-20 19:52:53 +00:00
Fix Overflow in Interrogation Services Page (#21043)
* fix overflow in interrogation services vuln page Signed-off-by: bupd <bupdprasanth@gmail.com> * add space between items in vuln page * adds padding in between scan now and results of the scan Signed-off-by: bupd <bupdprasanth@gmail.com> --------- Signed-off-by: bupd <bupdprasanth@gmail.com>
This commit is contained in:
parent
c0ef35896d
commit
fee92c5189
|
@ -19,8 +19,8 @@
|
||||||
(inputvalue)="saveSchedule($event)"></cron-selection>
|
(inputvalue)="saveSchedule($event)"></cron-selection>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="clr-row">
|
<div class="clr-col-5">
|
||||||
<div class="clr-col-2 flex-200">
|
<div class="clr-row-3">
|
||||||
<div class="btn-scan-right btn-scan margin-top-16px">
|
<div class="btn-scan-right btn-scan margin-top-16px">
|
||||||
<button
|
<button
|
||||||
id="scan"
|
id="scan"
|
||||||
|
@ -39,7 +39,9 @@
|
||||||
class="spinner spinner-inline margin-left-5 v-mid"></span>
|
class="spinner spinner-inline margin-left-5 v-mid"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clr-col" *ngIf="scanningMetrics && scanningMetrics.total">
|
<div
|
||||||
|
class="clr-row-2 pt-4"
|
||||||
|
*ngIf="scanningMetrics && scanningMetrics.total">
|
||||||
<div class="total" [style.width]="totalWidth + 'px'">
|
<div class="total" [style.width]="totalWidth + 'px'">
|
||||||
<span class="float-left" *ngIf="isManual()">{{
|
<span class="float-left" *ngIf="isManual()">{{
|
||||||
'CONFIG.SCANNING.MANUAL' | translate
|
'CONFIG.SCANNING.MANUAL' | translate
|
||||||
|
|
|
@ -73,6 +73,10 @@
|
||||||
flex: 0 0 200px;
|
flex: 0 0 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pt-4 {
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.total {
|
.total {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user