diff --git a/CHANGELOG b/CHANGELOG index e18fd49..73188d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ -1.1.0 / +1.1.0 / June 6, 2019 [Alexandr Topilski] - User type +- More user friendlt UI +- Stabilization 1.0.0 / June 1, 2019 [Alexandr Topilski] diff --git a/app/config/public_config.py b/app/config/public_config.py index 7121e2d..9a63d23 100644 --- a/app/config/public_config.py +++ b/app/config/public_config.py @@ -3,4 +3,4 @@ PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,s 'support': {'contact_email': 'support@fastogt.com', 'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5', 'community_channel': 'https://discord.gg/cnUXsws'}, - 'project': {'version': '1.1.0', 'version_type': 'rc'}} + 'project': {'version': '1.1.0', 'version_type': 'release'}} diff --git a/app/templates/user/dashboard.html b/app/templates/user/dashboard.html index c53ba55..964be90 100644 --- a/app/templates/user/dashboard.html +++ b/app/templates/user/dashboard.html @@ -15,10 +15,10 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }} width: 20%; } th.stream_type { - width: 5%; + width: 6%; } th.stream_status { - width: 5%; + width: 6%; } th.stream_restarts { width: 6%; @@ -36,13 +36,13 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }} width: 6%; } th.stream_work_time { - width: 8%; + width: 6%; } th.stream_live_time { - width: 5%; + width: 6%; } th.stream_actions { - width: 25%; + width: 24%; } @@ -266,8 +266,8 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}