mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +00:00
Fix tooltip with title on hass-subpage (#1048)
This commit is contained in:
parent
e46d2e2934
commit
0e227708b9
@ -43,7 +43,7 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<hass-subpage title='Cloud Account'>
|
<hass-subpage header='Cloud Account'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<ha-config-section
|
<ha-config-section
|
||||||
is-wide='[[isWide]]'
|
is-wide='[[isWide]]'
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<hass-subpage title="Forgot Password">
|
<hass-subpage header="Forgot Password">
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<paper-card>
|
<paper-card>
|
||||||
<div class='card-content'>
|
<div class='card-content'>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<hass-subpage title='Cloud Login'>
|
<hass-subpage header='Cloud Login'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<ha-config-section
|
<ha-config-section
|
||||||
is-wide='[[isWide]]'
|
is-wide='[[isWide]]'
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<hass-subpage title="Register Account">
|
<hass-subpage header="Register Account">
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<ha-config-section
|
<ha-config-section
|
||||||
is-wide='[[isWide]]'
|
is-wide='[[isWide]]'
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<hass-subpage title='Integrations'>
|
<hass-subpage header='Integrations'>
|
||||||
<template is='dom-if' if='[[_progress.length]]'>
|
<template is='dom-if' if='[[_progress.length]]'>
|
||||||
<ha-config-section is-wide='[[isWide]]'>
|
<ha-config-section is-wide='[[isWide]]'>
|
||||||
<span slot='header'>In Progress</span>
|
<span slot='header'>In Progress</span>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
icon='mdi:arrow-left'
|
icon='mdi:arrow-left'
|
||||||
on-click='_backTapped'
|
on-click='_backTapped'
|
||||||
></paper-icon-button>
|
></paper-icon-button>
|
||||||
<div main-title>[[title]]</div>
|
<div main-title>[[header]]</div>
|
||||||
</app-toolbar>
|
</app-toolbar>
|
||||||
</app-header>
|
</app-header>
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ class HassSubpage extends Polymer.Element {
|
|||||||
|
|
||||||
static get properties() {
|
static get properties() {
|
||||||
return {
|
return {
|
||||||
title: String
|
header: String
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user