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