mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
Merge pull request #1692 from haiwen/user-traffic-tip
[system admin] traffic: add tip
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
{% block right_panel %}
|
{% block right_panel %}
|
||||||
<h3 class="hd">{% trans "User Traffic" %}</h3>
|
<h3 class="hd">{% trans "User Traffic" %}</h3>
|
||||||
|
|
||||||
|
<p class="tip">{% trans "Tips: the traffic here only includes the traffic used by sharing links." %}</p>
|
||||||
|
|
||||||
<form action="{{ sys_traffic_admin }}" method="get" autocomplete="off" id="traffic-month-form">
|
<form action="{{ sys_traffic_admin }}" method="get" autocomplete="off" id="traffic-month-form">
|
||||||
<label for="month">{% trans "Month:" %}</label>
|
<label for="month">{% trans "Month:" %}</label>
|
||||||
<input type="text" name="month" maxlength="6" value="{{ month }}" class="input" />
|
<input type="text" name="month" maxlength="6" value="{{ month }}" class="input" />
|
||||||
|
Reference in New Issue
Block a user