mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
Merge remote-tracking branch 'upstream/new-ui-with-sync-image' into update_and_create_policy_api_modify
This commit is contained in:
commit
9cdb24f4e1
@ -33,8 +33,10 @@ body {
|
|||||||
background-color: #EFEFEF;
|
background-color: #EFEFEF;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
min-width: 1px;
|
||||||
|
overflow: auto;
|
||||||
|
min-height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.up-section {
|
.up-section {
|
||||||
@ -109,4 +111,5 @@ body {
|
|||||||
.page-content {
|
.page-content {
|
||||||
margin: 0 20px 0 20px;
|
margin: 0 20px 0 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<div class="page-content pull-right">
|
<div class="page-content pull-right">
|
||||||
<a href="javascript:void(0);" data-toggle="modal" data-target="#myModal"><span class="glyphicon glyphicon-triangle-right"></span> // 'view_all' | tr //</a>
|
<a href="javascript:void(0);" data-toggle="modal" data-target="#myModal"><span class="glyphicon glyphicon-triangle-right"></span> // 'view_all' | tr //</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user