2016-07-07 18:03:32 +02:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2016-06-25 21:12:17 +02:00
|
|
|
<div class="container-fluid container-fluid-custom" element-height ng-controller="DashboardController as vm">
|
2016-07-01 12:37:17 +02:00
|
|
|
<modal-dialog modal-title="// vm.modalTitle //" modal-message="// vm.modalMessage //" confirm-only="vm.confirmOnly" action="vm.action()"></modal-dialog>
|
2016-04-11 10:07:16 +02:00
|
|
|
<div class="container">
|
|
|
|
<div class="row row-custom">
|
|
|
|
<div class="col-xs-4 col-md-4">
|
|
|
|
<div class="row">
|
|
|
|
<div class="up-section">
|
2016-06-15 12:17:04 +02:00
|
|
|
<project-summary></project-summary>
|
2016-04-11 10:07:16 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-8 col-md-8">
|
2016-07-06 19:12:20 +02:00
|
|
|
<div class="up-section right-part">
|
2016-06-29 08:18:36 +02:00
|
|
|
<top-repository custom-body-height="vm.customBodyHeight"></top-repository>
|
2016-04-11 10:07:16 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row row-custom">
|
|
|
|
<div class="col-xs-12 col-md-12">
|
2016-05-21 11:20:39 +02:00
|
|
|
<div class="down-section">
|
2016-06-15 12:17:04 +02:00
|
|
|
<h4 class="page-header title-color underlined">// 'logs' | tr //</h4>
|
2016-06-29 08:18:36 +02:00
|
|
|
<user-log></user-log>
|
2016-04-11 10:07:16 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|