mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Fix for backup overflow (#12454)
This commit is contained in:
parent
28f5611df5
commit
684e4421bc
@ -80,6 +80,7 @@ class HaConfigBackup extends LitElement {
|
|||||||
actions: {
|
actions: {
|
||||||
title: "",
|
title: "",
|
||||||
width: "15%",
|
width: "15%",
|
||||||
|
type: "overflow-menu",
|
||||||
template: (_: string, backup: BackupContent) =>
|
template: (_: string, backup: BackupContent) =>
|
||||||
html`<ha-icon-overflow-menu
|
html`<ha-icon-overflow-menu
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
@ -126,7 +127,7 @@ class HaConfigBackup extends LitElement {
|
|||||||
|
|
||||||
return html`
|
return html`
|
||||||
<hass-tabs-subpage-data-table
|
<hass-tabs-subpage-data-table
|
||||||
tabs=${[
|
.tabs=${[
|
||||||
{
|
{
|
||||||
translationKey: "ui.panel.config.backup.caption",
|
translationKey: "ui.panel.config.backup.caption",
|
||||||
path: `/config/backup`,
|
path: `/config/backup`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user