{% extends "dashboard.html" %} {% block head %} {% endblock %} {% block content %}
Loading plugins...
| ID | Name | Description | Version | Stream | Type | Method | Actions | ||
|---|---|---|---|---|---|---|---|---|---|
|
{{ plugin }}
|
{{ plugin_data["name"] }}
|
{{ plugin_data["description"] }} |
v{{ plugin_data["version"] }}
|
|
{% if plugin_data["type"] == "pro" %}
{{ plugin_types[plugin_data["type"]].get('icon', '
{% endif %}
|
{{ plugin_data["method"] }} |
{% set delete_tooltip_key = 'tooltip.disabled_readonly' if user_readonly else ('tooltip.disabled_db_readonly' if is_readonly else ('tooltip.disabled_by_method' if plugin_data['method'] != 'ui' else 'tooltip.button.delete_plugin')) %}
{% set delete_tooltip_options = '{"method": "' ~ plugin_data['method'] ~ '"}' if plugin_data['method'] != 'ui' and not is_readonly else '{"name": "' ~ plugin_data['name'] ~ '"}' %}
|