mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
update for table scrolling style.
This commit is contained in:
parent
5422988e11
commit
fa28f7cc76
@ -31,9 +31,13 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.table-body-full-width {
|
||||
.table-head-container {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.table-body-container {
|
||||
overflow-y: auto;
|
||||
width: 1075px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.gutter {
|
||||
|
@ -12,6 +12,7 @@
|
||||
</div>
|
||||
<div class="pane-split" id="upon-pane">
|
||||
<div class="sub-pane-split">
|
||||
<div class="table-head-container">
|
||||
<table class="table table-pane table-header">
|
||||
<thead>
|
||||
<th width="10%">// 'name' | tr //</th>
|
||||
@ -22,7 +23,8 @@
|
||||
<th width="15%">// 'actions' | tr //</th>
|
||||
</thead>
|
||||
</table>
|
||||
<div class="table-body-full-width" style="height: 200px;">
|
||||
</div>
|
||||
<div class="table-body-container" style="height: 200px;">
|
||||
<table class="table table-pane">
|
||||
<tbody>
|
||||
<tr ng-if="vm.replicationPolicies.length == 0">
|
||||
@ -70,6 +72,7 @@
|
||||
</div>
|
||||
<div class="pane-split" id="down-pane">
|
||||
<div class="sub-pane-split">
|
||||
<div class="table-head-container">
|
||||
<table class="table table-pane table-header">
|
||||
<thead>
|
||||
<th width="20%">// 'name' | tr //</th>
|
||||
@ -80,7 +83,8 @@
|
||||
<th width="10%">// 'logs' | tr //</th>
|
||||
</thead>
|
||||
</table>
|
||||
<div class="table-body-full-width" style="height: 200px;">
|
||||
</div>
|
||||
<div class="table-body-container" style="height: 200px;">
|
||||
<table class="table table-pane">
|
||||
<tbody>
|
||||
<tr ng-if="vm.replicationJobs.length == 0">
|
||||
|
Loading…
Reference in New Issue
Block a user