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