@gregoriusrippenstein/node-red-contrib-nodedev 0.2.9 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nodes/05-node-dev-ops.html +11 -7
- package/package.json +1 -1
|
@@ -192,33 +192,37 @@
|
|
|
192
192
|
<hr/>
|
|
193
193
|
|
|
194
194
|
<div class="form-row">
|
|
195
|
-
<label for="node-input-pname" style="min-width:
|
|
195
|
+
<label for="node-input-pname" style="min-width: 150px;">Package Details:</label>
|
|
196
|
+
</div>
|
|
197
|
+
|
|
198
|
+
<div class="form-row">
|
|
199
|
+
<label for="node-input-pname" style="min-width: 150px;"><i class="fa fa-tag"></i> Name</label>
|
|
196
200
|
<input type="text" id="node-input-pname" placeholder="@username/node-red-contrib-somename"/>
|
|
197
201
|
</div>
|
|
198
202
|
|
|
199
203
|
<div class="form-row">
|
|
200
|
-
<label for="node-input-pversion" style="min-width:
|
|
204
|
+
<label for="node-input-pversion" style="min-width: 150px;"><i class="fa fa-tag"></i> Version</label>
|
|
201
205
|
<input type="text" id="node-input-pversion" placeholder="0.0.1"/>
|
|
202
206
|
</div>
|
|
203
207
|
|
|
204
208
|
<div class="form-row">
|
|
205
|
-
<label for="node-input-pauthorname" style="min-width:
|
|
209
|
+
<label for="node-input-pauthorname" style="min-width: 150px;"><i class="fa fa-address-book-o"></i> Author Name</label>
|
|
206
210
|
<input type="text" id="node-input-pauthorname" placeholder="Alfred E. Neumann"/>
|
|
207
211
|
</div>
|
|
208
212
|
|
|
209
213
|
<div class="form-row">
|
|
210
|
-
<label for="node-input-pauthoremail" style="min-width:
|
|
214
|
+
<label for="node-input-pauthoremail" style="min-width: 150px;"><i class="fa fa-envelope-o"></i> Author Email</label>
|
|
211
215
|
<input type="text" id="node-input-pauthoremail" placeholder="joe.blog@example.com"/>
|
|
212
216
|
</div>
|
|
213
217
|
|
|
214
218
|
<div class="form-row">
|
|
215
|
-
<label for="node-input-pdescription" style="min-width:
|
|
219
|
+
<label for="node-input-pdescription" style="min-width: 150px;"><i class="fa fa-book"></i> Description</label>
|
|
216
220
|
<input type="text" id="node-input-pdescription" placeholder="Package description"/>
|
|
217
221
|
</div>
|
|
218
222
|
|
|
219
223
|
<div class="form-row">
|
|
220
|
-
<label for="node-input-ignore_package_check" style="min-width:
|
|
221
|
-
<span>
|
|
224
|
+
<label for="node-input-ignore_package_check" style="min-width: 150px;"">
|
|
225
|
+
<span>No package check?</span>
|
|
222
226
|
</label>
|
|
223
227
|
<input type="checkbox" id="node-input-ignore_package_check" style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
224
228
|
</div>
|