1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2020-02-14 23:05:47 -05:00
parent 62de99889f
commit 22ced1c769
2 changed files with 2 additions and 6 deletions

View file

@ -18,8 +18,6 @@ M3U | {{ config['PUBLIC_CONFIG'].site.title }}
th.actions { th.actions {
width: 10%; width: 10%;
} }
</style> </style>
{{super()}} {{super()}}
{% endblock %} {% endblock %}
@ -37,7 +35,7 @@ M3U | {{ config['PUBLIC_CONFIG'].site.title }}
<div class="container-fluid"> <div class="container-fluid">
<div class="row well"> <div class="row well">
<div class="col-md-8"> <div class="col-md-8">
<p>M3u</p> <p>Streams</p>
</div> </div>
<div class="col-md-2"> <div class="col-md-2">
<a href="{{ url_for('ProviderView:dashboard') }}" role="button" class="btn btn-info"> <a href="{{ url_for('ProviderView:dashboard') }}" role="button" class="btn btn-info">

View file

@ -18,8 +18,6 @@ M3U | {{ config['PUBLIC_CONFIG'].site.title }}
th.actions { th.actions {
width: 10%; width: 10%;
} }
</style> </style>
{{super()}} {{super()}}
{% endblock %} {% endblock %}
@ -37,7 +35,7 @@ M3U | {{ config['PUBLIC_CONFIG'].site.title }}
<div class="container-fluid"> <div class="container-fluid">
<div class="row well"> <div class="row well">
<div class="col-md-8"> <div class="col-md-8">
<p>M3u</p> <p>VODs</p>
</div> </div>
<div class="col-md-2"> <div class="col-md-2">
<a href="{{ url_for('ProviderView:dashboard') }}" role="button" class="btn btn-info"> <a href="{{ url_for('ProviderView:dashboard') }}" role="button" class="btn btn-info">