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 16:56:54 +03:00 committed by GitHub
parent 25f1e5bb21
commit f72ea5dd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 2%;
}
th.stream_name {
width: 20%;
width: 18%;
}
th.stream_type {
width: 6%;
@ -42,10 +42,8 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 6%;
}
th.stream_actions {
width: 24%;
width: 26%;
}
</style>
{{super()}}
{% endblock %}