Files
pathfinder/public/templates/modules/signature_reader_dialog.html

17 lines
827 B
HTML

<div class="row" id="{{id}}">
<div class="col-sm-12">
<form role="form">
<div class="form-group">
<label class="col-sm-2 control-label" for="form_result">Scan result</label>
<div class="col-sm-10">
<textarea style="resize: vertical" rows="3" id="form_result" name="clipboard" class="form-control custom-scroll" autofocus></textarea>
<span class="help-block">
Copy and paste signatures from your probe scanning window.
Hit <kbd>ctrl</kbd> + <kbd>c</kbd> (for copy)
then <kbd>ctrl</kbd> + <kbd>v</kbd> (for paste). This tool can add and update signatures.
</span>
</div>
</div>
</form>
</div>
</div>