mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Move the analytics link (#12459)
This commit is contained in:
parent
6747375a1b
commit
fda03918b9
@ -58,9 +58,9 @@ class ConfigAnalytics extends LitElement {
|
|||||||
"ui.panel.config.core.section.core.core_config.save_button"
|
"ui.panel.config.core.section.core.core_config.save_button"
|
||||||
)}
|
)}
|
||||||
</mwc-button>
|
</mwc-button>
|
||||||
${analyticsLearnMore(this.hass)}
|
|
||||||
</div>
|
</div>
|
||||||
</ha-card>
|
</ha-card>
|
||||||
|
<div class="footer">${analyticsLearnMore(this.hass)}</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,6 +117,10 @@ class ConfigAnalytics extends LitElement {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.footer {
|
||||||
|
padding: 32px 0 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
`, // row-reverse so we tab first to "save"
|
`, // row-reverse so we tab first to "save"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user