mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Meta flag
This commit is contained in:
parent
5d92e73f5e
commit
5dcf23f66a
3 changed files with 6 additions and 1 deletions
|
@ -5,5 +5,6 @@ PREFERRED_URL_SCHEME = 'http'
|
|||
BOOTSTRAP_SERVE_LOCAL = True
|
||||
SUBSCRIBERS_SUPPORT = False
|
||||
EPG_SUPPORT = False
|
||||
META_SUPPORT = False
|
||||
EPG_IN_DIRECTORY = '~/epg/in'
|
||||
OMDB_KEY = 'd8a1f487'
|
||||
|
|
|
@ -19,12 +19,14 @@
|
|||
<div class="col-md-3">
|
||||
<a href={{ url_for('HomeView:signup') }} class="btn btn-warning">Sign Up</a>
|
||||
</div>
|
||||
{% if (config['META_SUPPORT']) %}
|
||||
<div class="col-md-3">
|
||||
<a href={{ url_for('M3uParseStreamsView:show_anonim') }} class="btn btn-success">Meta Streams</a>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href={{ url_for('M3uParseVodsView:show_anonim') }} class="btn btn-success">Meta VODs</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
<h1>IPTV/Video cloud admin panel for <a href="https://github.com/fastogt/iptv">server</a></h1>
|
||||
|
|
|
@ -86,6 +86,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if (config['META_SUPPORT']) %}
|
||||
<div class="col-md-1">
|
||||
<a href="{{ url_for('M3uParseStreamsView:show') }}" class="btn btn-success"
|
||||
role="button">
|
||||
|
@ -98,6 +99,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
Meta VODs
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="col-md-1">
|
||||
<a href="{{ url_for('ProviderView:logout') }}" class="btn btn-warning" role="button">
|
||||
Logout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue