mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Review
This commit is contained in:
parent
62de99889f
commit
22ced1c769
2 changed files with 2 additions and 6 deletions
|
@ -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">
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue