mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix backups fab spacer (#23490)
This commit is contained in:
parent
5c7fe04562
commit
d3b4014182
@ -301,7 +301,7 @@ class HaConfigBackupBackups extends SubscribeMixin(LitElement) {
|
|||||||
|
|
||||||
return html`
|
return html`
|
||||||
<hass-tabs-subpage-data-table
|
<hass-tabs-subpage-data-table
|
||||||
hasFab
|
has-fab
|
||||||
.tabs=${[
|
.tabs=${[
|
||||||
{
|
{
|
||||||
translationKey: "ui.panel.config.backup.caption",
|
translationKey: "ui.panel.config.backup.caption",
|
||||||
|
@ -177,7 +177,7 @@ export class HaConfigLovelaceRescources extends LitElement {
|
|||||||
.filter=${this._filter}
|
.filter=${this._filter}
|
||||||
@search-changed=${this._handleSearchChange}
|
@search-changed=${this._handleSearchChange}
|
||||||
@row-click=${this._editResource}
|
@row-click=${this._editResource}
|
||||||
hasFab
|
has-fab
|
||||||
clickable
|
clickable
|
||||||
>
|
>
|
||||||
<ha-fab
|
<ha-fab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user