mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
improve template translations
This commit is contained in:
parent
09d084f664
commit
533b1bd91d
16 changed files with 1259 additions and 804 deletions
|
|
@ -4,34 +4,34 @@
|
|||
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
|
||||
{% include "small_topbar.html" %}
|
||||
<ul class="breadcrumb" style="margin-bottom: 5px;">
|
||||
<li class="active">Home</li>
|
||||
<li class="active">{{ _('Home') }}</li>
|
||||
</ul>
|
||||
<br />
|
||||
<h1 class="page-header">Global report</h1>
|
||||
<h1 class="page-header">{{ _('Global report') }}</h1>
|
||||
<div class="row placeholders">
|
||||
<div class="col-xs-6 col-sm-6 placeholder">
|
||||
<div class="mycharts" id="chart_repartition" style="height: 350px;">
|
||||
<svg></svg>
|
||||
</div>
|
||||
<h4>Clients repartition per server</h4>
|
||||
<h4>{{ _('Clients repartition per server') }}</h4>
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-6 placeholder">
|
||||
<div class="mycharts" id="chart_size" style="height: 350px;">
|
||||
<svg></svg>
|
||||
</div>
|
||||
<h4>Used space</h4>
|
||||
<h4>{{ _('Used space') }}</h4>
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-6 placeholder">
|
||||
<div class="mycharts" id="chart_files" style="height: 350px;">
|
||||
<svg></svg>
|
||||
</div>
|
||||
<h4>Total files</h4>
|
||||
<h4>{{ _('Total files') }}</h4>
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-6 placeholder">
|
||||
<div class="mycharts" id="chart_backups" style="height: 350px;">
|
||||
<svg></svg>
|
||||
</div>
|
||||
<h4>Number of backups</h4>
|
||||
<h4>{{ _('Number of backups') }}</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue