mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 14:57:20 +00:00
Restart Home ASsistant button - Make less red and less big (#12515)
This commit is contained in:
parent
c8b87b65bd
commit
f52e8c3392
@ -44,13 +44,8 @@ class HaConfigSystemNavigation extends LitElement {
|
|||||||
>
|
>
|
||||||
<mwc-button
|
<mwc-button
|
||||||
slot="toolbar-icon"
|
slot="toolbar-icon"
|
||||||
class="warning"
|
.label=${this.hass.localize(
|
||||||
.label=${this.narrow
|
|
||||||
? this.hass.localize(
|
|
||||||
"ui.panel.config.system_dashboard.restart_homeassistant_short"
|
"ui.panel.config.system_dashboard.restart_homeassistant_short"
|
||||||
)
|
|
||||||
: this.hass.localize(
|
|
||||||
"ui.panel.config.system_dashboard.restart_homeassistant"
|
|
||||||
)}
|
)}
|
||||||
@click=${this._restart}
|
@click=${this._restart}
|
||||||
></mwc-button>
|
></mwc-button>
|
||||||
|
@ -3172,7 +3172,6 @@
|
|||||||
"system_dashboard": {
|
"system_dashboard": {
|
||||||
"confirm_restart_text": "Restarting Home Assistant will stop all your active dashboards, automations and scripts.",
|
"confirm_restart_text": "Restarting Home Assistant will stop all your active dashboards, automations and scripts.",
|
||||||
"confirm_restart_title": "Restart Home Assistant?",
|
"confirm_restart_title": "Restart Home Assistant?",
|
||||||
"restart_homeassistant": "Restart Home Assistant",
|
|
||||||
"restart_homeassistant_short": "Restart",
|
"restart_homeassistant_short": "Restart",
|
||||||
"restart_error": "Failed to restart Home Assistant"
|
"restart_error": "Failed to restart Home Assistant"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user