mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Polymer 1.0: Fix layout issue in logbook
This commit is contained in:
parent
a53265b76e
commit
c91b2cc795
@ -44,6 +44,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template is='dom-if' if="[[entryObj.entityId]]">
|
<template is='dom-if' if="[[entryObj.entityId]]">
|
||||||
<a href='#' on-click="entityClicked" class='name'>[[entryObj.name]]</a>
|
<a href='#' on-click="entityClicked" class='name'>[[entryObj.name]]</a>
|
||||||
|
<span> </span>
|
||||||
</template>
|
</template>
|
||||||
<span>[[entryObj.message]]</span>
|
<span>[[entryObj.message]]</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user