diff --git a/tasmota/webif/templates/index.html b/tasmota/webif/templates/index.html index 106b309ee..17f5e42f1 100755 --- a/tasmota/webif/templates/index.html +++ b/tasmota/webif/templates/index.html @@ -696,7 +696,6 @@ {% block bodytab6 %} - + + +
{{ _('Tasmota Device') }} | -{{ _('Tasmota Device Details') }} | +{{ _('Tasmota Items') }} | +{{ _('Tasmota Item Config') }} |
---|---|---|---|
{{ device }} | -{{ p.tasmota_devices[device] }} | +{{ item }} | +{{ p.get_item_config(item) }} |
{{ '_plg_item_dict' }} | -{{ p._plg_item_dict }} | -