* (Apollon77) Show password fields masked again in config
This commit is contained in:
@@ -93,6 +93,10 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### __WORK IN PROGRESS__
|
||||||
|
* (Apollon77) Show password fields masked again in config
|
||||||
|
|
||||||
### 1.1.0 (2022-03-24)
|
### 1.1.0 (2022-03-24)
|
||||||
* IMPORTANT: You need to re-enter the password once after installing this version!
|
* IMPORTANT: You need to re-enter the password once after installing this version!
|
||||||
* (Apollon77) Implement Service triggers to use any value to trigger or stringified JSON to call with fields
|
* (Apollon77) Implement Service triggers to use any value to trigger or stringified JSON to call with fields
|
||||||
|
|||||||
+2
-2
@@ -85,11 +85,11 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12 m8 l8">
|
<div class="col s12 m8 l8">
|
||||||
<div class="col s6 m4 input-field">
|
<div class="col s6 m4 input-field">
|
||||||
<input type="text" class="value" id="password" />
|
<input type="password" class="value" id="password" />
|
||||||
<label for="password" class="translate">Password:</label>
|
<label for="password" class="translate">Password:</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s6 m4 input-field">
|
<div class="col s6 m4 input-field">
|
||||||
<input type="text" class="value" id="passwordRepeat" />
|
<input type="password" class="value" id="passwordRepeat" />
|
||||||
<label for="passwordRepeat" class="translate">Password repeat:</label>
|
<label for="passwordRepeat" class="translate">Password repeat:</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user