-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
Hi there,
Love the plugin/addon/script. The only thing i'm really missing is a rename file option.
It would be great if that can be added just above the file delete button.
Also small bug is that the button is not full width:

And i think you have the classes on the wrong item.
hass-configurator/hass_configurator/configurator.py
Lines 2611 to 2613 in c74c8f8
| var dd_delete = document.createElement('li'); | |
| dd_delete.classList.add("waves-effect", "fb_dd"); | |
| var dd_delete_a = document.createElement('a'); |
Should be this to be inline with the download button:
var dd_delete = document.createElement('li');
var dd_delete_a = document.createElement('a');
dd_delete_a.classList.add("waves-effect", "fb_dd");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels