mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Update dashboard.html
This commit is contained in:
parent
284a025957
commit
a639d3a774
1 changed files with 5 additions and 5 deletions
|
@ -21,10 +21,10 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
width: 5%;
|
||||
}
|
||||
th.stream_restarts {
|
||||
width: 5%;
|
||||
width: 6%;
|
||||
}
|
||||
th.stream_cpu {
|
||||
width: 5%;
|
||||
width: 6%;
|
||||
}
|
||||
th.stream_rss {
|
||||
width: 6%;
|
||||
|
@ -36,7 +36,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
width: 6%;
|
||||
}
|
||||
th.stream_work_time {
|
||||
width: 10%;
|
||||
width: 8%;
|
||||
}
|
||||
th.stream_live_time {
|
||||
width: 5%;
|
||||
|
@ -262,7 +262,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
<th class="stream_type">{% trans %}Type{% endtrans %}</th>
|
||||
<th class="stream_status">{% trans %}Status{% endtrans %}</th>
|
||||
<th class="stream_restarts">{% trans %}Restarts{% endtrans %}</th>
|
||||
<th class="stream_cpu">{% trans %}CPU{% endtrans %}</th>
|
||||
<th class="stream_cpu">{% trans %}CPU (%){% endtrans %}</th>
|
||||
<th class="stream_rss">{% trans %}RSS (MB){% endtrans %}</th>
|
||||
<th class="stream_inbps">{% trans %}In (Mbps){% endtrans %}</th>
|
||||
<th class="stream_outbps">{% trans %}Out (Mbps){% endtrans %}</th>
|
||||
|
@ -402,7 +402,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
<th class="stream_type">{% trans %}Type{% endtrans %}</th>
|
||||
<th class="stream_status">{% trans %}Status{% endtrans %}</th>
|
||||
<th class="stream_restarts">{% trans %}Restarts{% endtrans %}</th>
|
||||
<th class="stream_cpu">{% trans %}CPU{% endtrans %}</th>
|
||||
<th class="stream_cpu">{% trans %}CPU (%){% endtrans %}</th>
|
||||
<th class="stream_rss">{% trans %}RSS (MB){% endtrans %}</th>
|
||||
<th class="stream_inbps">{% trans %}In (Mbps){% endtrans %}</th>
|
||||
<th class="stream_outbps">{% trans %}Out (Mbps){% endtrans %}</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue