mirror of https://github.com/jumpserver/jumpserver
Perf: Perf push account
parent
549ebcb3c2
commit
01335c02e3
|
@ -73,7 +73,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tabel-summery-section">
|
<div class="tabel-section tabel-summery-section">
|
||||||
<div class="new-accounts result-section table-responsive">
|
<div class="new-accounts result-section table-responsive">
|
||||||
<div class="section-header">
|
<div class="section-header">
|
||||||
<h3>
|
<h3>
|
||||||
|
@ -257,27 +257,6 @@
|
||||||
height: 100%
|
height: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-container .header .command-section .btn {
|
|
||||||
padding: 2px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.report-container .header .command-section .dropdown-menu {
|
|
||||||
left: unset;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-container .header .command-section .dropdown-menu a {
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-start;
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-container .header .command-section .dropdown-menu a .menu-action {
|
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-section {
|
.info-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -347,7 +326,6 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.main-section .synopsis-section .synopsis-item .synopsis-item-content span {
|
.main-section .synopsis-section .synopsis-item .synopsis-item-content span {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -442,10 +420,6 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
|
||||||
background-color: rgba(0, 0, 0, 0.02);
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-data {
|
.no-data {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #6c757d;
|
color: #6c757d;
|
||||||
|
|
|
@ -1,9 +1,81 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load static %}
|
||||||
|
{% load bootstrap3 %}
|
||||||
|
|
||||||
<div class='summary'>
|
<head>
|
||||||
<p>{% trans 'The following is a summary of account push tasks, please read and process' %}</p>
|
<meta charset="utf-8">
|
||||||
<table>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<caption></caption>
|
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}"></link>
|
||||||
|
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
|
<script src="{% static 'js/echarts.js' %}"></script>
|
||||||
|
<script src="{% static 'js/jquery-3.6.1.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="report-container">
|
||||||
|
<header class="header">
|
||||||
|
<img src="{% static 'img/JumpServer_white_logo.svg' %}" alt="Logo" />
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="info-section">
|
||||||
|
<h2 class="info">
|
||||||
|
<!-- 对应报表的 name -->
|
||||||
|
账号推送
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<div class="time">
|
||||||
|
<!-- 具体的生成时间 -->
|
||||||
|
生成于:星期五,2025年1月20日 10:00:00 中国标准时间
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main class="main-section">
|
||||||
|
|
||||||
|
<div class="synopsis-section">
|
||||||
|
<div class="synopsis-item">
|
||||||
|
<h3>
|
||||||
|
{% comment %} {% trans 'New found accounts' %}: {% endcomment %}
|
||||||
|
<span> summary 1 </span>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div class="synopsis-item-content">
|
||||||
|
<p>
|
||||||
|
{% trans 'Assets count' %}:
|
||||||
|
<span>100</span>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{% trans 'Asset success count' %}:
|
||||||
|
<span>100</span>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{% trans 'Asset failed count' %}:
|
||||||
|
<span>100</span>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{% trans 'Asset not support count' %}:
|
||||||
|
<span>100</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="synopsis-item">
|
||||||
|
<h3>
|
||||||
|
{% comment %} {% trans 'New found accounts' %}: {% endcomment %}
|
||||||
|
<span>summary 2</span>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div class="synopsis-item-content-charts">
|
||||||
|
<div id="main" style="width: 600px; height: 250px;"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="push-account-section">
|
||||||
|
<h3>
|
||||||
|
{% trans 'The following is a summary of account push tasks, please read and process' %}
|
||||||
|
</h3>
|
||||||
|
<table class="custom-table table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan='2'>任务汇总:</th>
|
<th colspan='2'>任务汇总:</th>
|
||||||
|
@ -45,33 +117,199 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% block extra_js %}
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
var myChart = echarts.init(document.getElementById('main'));
|
||||||
|
|
||||||
|
var option = {
|
||||||
|
tooltip: {},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
radius: ['50%', '70%'],
|
||||||
|
avoidLabelOverlap: false,
|
||||||
|
label: {
|
||||||
|
show: false,
|
||||||
|
position: 'center'
|
||||||
|
},
|
||||||
|
labelLine: {
|
||||||
|
show: false
|
||||||
|
},
|
||||||
|
emphasis: {
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
fontSize: '13',
|
||||||
|
fontWeight: 'bold'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
data: [
|
||||||
|
{ value: {{ summary.ok_assets | default:10 }}, name: '{% trans "Asset success count" %}' },
|
||||||
|
{ value: {{ summary.fail_assets | default:10 }}, name: '{% trans "Asset failed count" %}' },
|
||||||
|
{ value: {{ summary.error_assets | default:10 }}, name: '{% trans "Asset not support count" %}' }
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
};
|
||||||
|
|
||||||
|
myChart.setOption(option);
|
||||||
|
|
||||||
|
window.addEventListener('resize', function() {
|
||||||
|
myChart.resize();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
{% endblock %}
|
||||||
|
</body>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
table {
|
body,
|
||||||
|
p, {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.report-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.report-container .header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
height: 4rem;
|
||||||
|
padding: 0.3rem 1rem;
|
||||||
|
background-color: #148f76;
|
||||||
|
}
|
||||||
|
|
||||||
|
.report-container .header img {
|
||||||
|
height: 100%
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-section {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
height: 4rem;
|
||||||
|
padding: 0 1rem;
|
||||||
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-section .info {
|
||||||
|
margin: unset;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-section .time {
|
||||||
|
color: #888;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section {
|
||||||
|
margin-top: 3rem;
|
||||||
|
padding: 0 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .push-account-section {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
width: inherit;
|
||||||
|
margin-top: 2rem;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .tabel-execution-section h3 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
color: #2c3e50;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-table {
|
||||||
|
margin-bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
max-width: 100%;
|
overflow: hidden;
|
||||||
text-align: left;
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
.custom-table table {
|
||||||
background: #f2f2f2;
|
width: 100%;
|
||||||
font-size: 14px;
|
|
||||||
padding: 5px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr :first-child {
|
.custom-table th {
|
||||||
width: 30%;
|
background: #f6f6f6;
|
||||||
|
color: #495057;
|
||||||
|
padding: 0.75rem;
|
||||||
|
border-bottom: 2px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
.custom-table td {
|
||||||
border: 1px solid #ddd;
|
padding: 0.75rem;
|
||||||
padding: 5px;
|
border-bottom: 1px solid #e0e0e0;
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-table tr:last-child td {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .synopsis-section {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .synopsis-section .synopsis-item {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
border-radius: 8px;
|
||||||
|
height: 350px;
|
||||||
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .synopsis-section .synopsis-item:hover {
|
||||||
|
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||||
|
transform: translateY(-2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .synopsis-section .synopsis-item .synopsis-item-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: flex-start;
|
||||||
|
margin-top: 1rem;
|
||||||
|
height: 100%;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .synopsis-section .synopsis-item .synopsis-item-content p {
|
||||||
|
display: inline-flex;
|
||||||
|
width: 100%;
|
||||||
|
line-height: 1;
|
||||||
|
gap: 2rem;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-section .synopsis-section .synopsis-item .synopsis-item-content span {
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.synopsis-item-content-charts {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue