mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
Style fixes (#302)
This commit is contained in:
parent
6a864106e0
commit
e570464f27
@ -46,18 +46,20 @@
|
|||||||
</paper-dropdown-menu>
|
</paper-dropdown-menu>
|
||||||
</div>
|
</div>
|
||||||
<template is='dom-if' if='[[!computeIsValueSelected(selectedValue)]]'>
|
<template is='dom-if' if='[[!computeIsValueSelected(selectedValue)]]'>
|
||||||
<paper-input
|
<div class='card-actions'>
|
||||||
float-label="Value Name"
|
<paper-input
|
||||||
type=text
|
float-label="Value Name"
|
||||||
value={{newValueNameInput}}
|
type=text
|
||||||
placeholder=[[computeGetValueName(selectedValue)]]>
|
value={{newValueNameInput}}
|
||||||
</paper-input>
|
placeholder=[[computeGetValueName(selectedValue)]]>
|
||||||
<ha-call-service-button
|
</paper-input>
|
||||||
hass='[[hass]]'
|
<ha-call-service-button
|
||||||
domain='zwave'
|
hass='[[hass]]'
|
||||||
service='rename_value'
|
domain='zwave'
|
||||||
service-data=[[computeValueNameServiceData(newValueNameInput)]]
|
service='rename_value'
|
||||||
>Rename Value</ha-call-service-button>
|
service-data=[[computeValueNameServiceData(newValueNameInput)]]
|
||||||
|
>Rename Value</ha-call-service-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</paper-card>
|
</paper-card>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user