mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 10:16:58 -05:00
Allow Cluster Bar Hiding
This commit is contained in:
parent
afed209051
commit
d5c7a1ea47
@ -62,6 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr align="center" width="100%">
|
<hr align="center" width="100%">
|
||||||
|
|
||||||
|
{% if fhdhr.config.dict["web_ui"]["cluster_bar"] %}
|
||||||
{% set locations = fhdhr.device.cluster.get_cluster_dicts_web() %}
|
{% set locations = fhdhr.device.cluster.get_cluster_dicts_web() %}
|
||||||
{% if locations %}
|
{% if locations %}
|
||||||
<div>
|
<div>
|
||||||
@ -71,6 +72,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr align="center" width="100%">
|
<hr align="center" width="100%">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% set retmessage = request.args.get('retmessage', default=None) %}
|
{% set retmessage = request.args.get('retmessage', default=None) %}
|
||||||
{% if retmessage %}
|
{% if retmessage %}
|
||||||
|
|||||||
@ -10,5 +10,11 @@
|
|||||||
"config_file": true,
|
"config_file": true,
|
||||||
"config_web": true
|
"config_web": true
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
"cluster_bar":{
|
||||||
|
"value": true,
|
||||||
|
"config_file": true,
|
||||||
|
"config_web": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user