portal/storage: link from automation list
This commit is contained in:
parent
293acba317
commit
acac383c01
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
||||||
<td>{% if automation.enabled %}✅{% else %}❌{% endif %}</td>
|
<td>{% if automation.enabled %}✅{% else %}❌{% endif %}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if automation.short_name in states %}
|
{% if automation.short_name in states %}
|
||||||
<a href="#" title="{{ states[automation.short_name].lock or 'Unlocked' }}" class="text-decoration-none">
|
<a href="{{ url_for("portal.storage.storage_edit", storage_key=automation.short_name) }}" title="{{ states[automation.short_name].lock or 'Unlocked' }}" class="text-decoration-none">
|
||||||
{% if states[automation.short_name].lock %}🔒{% else %}🔓{% endif %}
|
{% if states[automation.short_name].lock %}🔒{% else %}🔓{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue