Visual tweaks to YAML validation results (#12479)

This commit is contained in:
Philip Allgaier 2022-04-27 21:57:41 +02:00 committed by GitHub
parent 6822f0d067
commit 57f2df3b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -183,17 +183,17 @@ export class DeveloperYamlConfig extends LitElement {
haStyle,
css`
.validate-container {
height: 140px;
height: 60px;
}
.validate-result {
color: var(--success-color);
font-weight: 500;
margin-bottom: 1em;
}
.config-invalid {
margin: 1em 0;
text-align: center;
}
.config-invalid .text {

View File

@ -4151,10 +4151,10 @@
"section": {
"validation": {
"heading": "Configuration validation",
"introduction": "Validate your configuration if you recently made some changes to your configuration and want to make sure that it is all valid.",
"introduction": "Validate your configuration if you recently made some changes to it and want to make sure that it is all valid.",
"check_config": "Check configuration",
"valid": "Configuration valid!",
"invalid": "Configuration invalid"
"invalid": "Configuration invalid!"
},
"reloading": {
"heading": "YAML configuration reloading",