mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!--
|
|
Copyright (c) 2016 VMware, Inc. All Rights Reserved.
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<div class="container-fluid container-fluid-custom" element-height ng-controller="DashboardController as vm">
|
|
<modal-dialog modal-title="// vm.modalTitle //" modal-message="// vm.modalMessage //" confirm-only="vm.confirmOnly" action="vm.action()"></modal-dialog>
|
|
<div class="container">
|
|
<div class="row row-custom">
|
|
<div class="col-xs-4 col-md-4">
|
|
<div class="row">
|
|
<div class="up-section">
|
|
<project-summary></project-summary>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-8 col-md-8">
|
|
<div class="up-section right-part">
|
|
<top-repository custom-body-height="vm.customBodyHeight"></top-repository>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row row-custom">
|
|
<div class="col-xs-12 col-md-12">
|
|
<div class="down-section">
|
|
<h4 class="page-header title-color underlined">// 'logs' | tr //</h4>
|
|
<user-log></user-log>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |