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