Cosmetic changes
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="mikrotik">
|
||||
<div class="form-row">
|
||||
<label for="node-input-ip"><i class="icon-globe"></i> IP</label>
|
||||
<label for="node-input-ip"><i class="fa fa-wifi"></i> IP</label>
|
||||
<input type="text" id="node-input-ip" placeholder="xxx.xxx.xxx.xxx">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
@@ -30,7 +30,7 @@
|
||||
<input type="text" id="node-input-login" placeholder="login">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-pass"><i class="icon-tag"></i> Pass</label>
|
||||
<label for="node-input-pass"><i class="fa fa-key"></i> Pass</label>
|
||||
<input type="password" id="node-input-pass" placeholder="password">
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-contrib-mikrotik",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Node to work with Mikrotik WiFi router",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
Reference in New Issue
Block a user