1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Release 1.1.0

This commit is contained in:
topilski 2019-06-06 09:54:28 -04:00
parent a639d3a774
commit 25f1e5bb21
3 changed files with 13 additions and 11 deletions

View file

@ -1,6 +1,8 @@
1.1.0 / 1.1.0 / June 6, 2019
[Alexandr Topilski] [Alexandr Topilski]
- User type - User type
- More user friendlt UI
- Stabilization
1.0.0 / June 1, 2019 1.0.0 / June 1, 2019
[Alexandr Topilski] [Alexandr Topilski]

View file

@ -3,4 +3,4 @@ PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,s
'support': {'contact_email': 'support@fastogt.com', 'support': {'contact_email': 'support@fastogt.com',
'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5', 'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5',
'community_channel': 'https://discord.gg/cnUXsws'}, 'community_channel': 'https://discord.gg/cnUXsws'},
'project': {'version': '1.1.0', 'version_type': 'rc'}} 'project': {'version': '1.1.0', 'version_type': 'release'}}

View file

@ -15,10 +15,10 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 20%; width: 20%;
} }
th.stream_type { th.stream_type {
width: 5%; width: 6%;
} }
th.stream_status { th.stream_status {
width: 5%; width: 6%;
} }
th.stream_restarts { th.stream_restarts {
width: 6%; width: 6%;
@ -36,13 +36,13 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 6%; width: 6%;
} }
th.stream_work_time { th.stream_work_time {
width: 8%; width: 6%;
} }
th.stream_live_time { th.stream_live_time {
width: 5%; width: 6%;
} }
th.stream_actions { th.stream_actions {
width: 25%; width: 24%;
} }
@ -266,8 +266,8 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
<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>
<th class="stream_work_time">{% trans %}In work time{% endtrans %}</th> <th class="stream_work_time">{% trans %}TTL (sec){% endtrans %}</th>
<th class="stream_live_time">{% trans %}Live time{% endtrans %}</th> <th class="stream_live_time">{% trans %}RTL (sec){% endtrans %}</th>
<th class="stream_actions">{% trans %}Actions{% endtrans %}</th> <th class="stream_actions">{% trans %}Actions{% endtrans %}</th>
</tr> </tr>
</thead> </thead>
@ -406,8 +406,8 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
<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>
<th class="stream_work_time">{% trans %}In work time{% endtrans %}</th> <th class="stream_work_time">{% trans %}TTL (sec){% endtrans %}</th>
<th class="stream_live_time">{% trans %}Live time{% endtrans %}</th> <th class="stream_live_time">{% trans %}RTL (sec){% endtrans %}</th>
<th class="stream_actions">{% trans %}Actions{% endtrans %}</th> <th class="stream_actions">{% trans %}Actions{% endtrans %}</th>
</tr> </tr>
</thead> </thead>