1
0
Fork 0
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:
Alexandr Topilski 2019-06-06 09:57:49 +03:00 committed by GitHub
parent 284a025957
commit a639d3a774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,10 +21,10 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 5%; width: 5%;
} }
th.stream_restarts { th.stream_restarts {
width: 5%; width: 6%;
} }
th.stream_cpu { th.stream_cpu {
width: 5%; width: 6%;
} }
th.stream_rss { th.stream_rss {
width: 6%; width: 6%;
@ -36,7 +36,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 6%; width: 6%;
} }
th.stream_work_time { th.stream_work_time {
width: 10%; width: 8%;
} }
th.stream_live_time { th.stream_live_time {
width: 5%; width: 5%;
@ -262,7 +262,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
<th class="stream_type">{% trans %}Type{% endtrans %}</th> <th class="stream_type">{% trans %}Type{% endtrans %}</th>
<th class="stream_status">{% trans %}Status{% endtrans %}</th> <th class="stream_status">{% trans %}Status{% endtrans %}</th>
<th class="stream_restarts">{% trans %}Restarts{% 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_rss">{% trans %}RSS (MB){% endtrans %}</th>
<th class="stream_inbps">{% trans %}In (Mbps){% endtrans %}</th> <th class="stream_inbps">{% trans %}In (Mbps){% endtrans %}</th>
<th class="stream_outbps">{% trans %}Out (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_type">{% trans %}Type{% endtrans %}</th>
<th class="stream_status">{% trans %}Status{% endtrans %}</th> <th class="stream_status">{% trans %}Status{% endtrans %}</th>
<th class="stream_restarts">{% trans %}Restarts{% 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_rss">{% trans %}RSS (MB){% endtrans %}</th>
<th class="stream_inbps">{% trans %}In (Mbps){% endtrans %}</th> <th class="stream_inbps">{% trans %}In (Mbps){% endtrans %}</th>
<th class="stream_outbps">{% trans %}Out (Mbps){% endtrans %}</th> <th class="stream_outbps">{% trans %}Out (Mbps){% endtrans %}</th>