created sync for server
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
<div class="col-md-6">
|
||||
<% command = pull_command(@record) %>
|
||||
CHUB -> Your Server<br />
|
||||
<%= text_field_tag 'command_pull', command, readonly: true, class: 'form-control-sm', size: command.length %>
|
||||
<%= text_field_tag 'command_pull', command, readonly: true, class: 'form-control-sm click-to-select-all', size: command.length %>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<% command = push_command(@record) %>
|
||||
Your Server -> CHUB<br />
|
||||
<%= text_field_tag 'command_push', command, readonly: true, class: 'form-control-sm', size: command.length %>
|
||||
<%= text_field_tag 'command_push', command, readonly: true, class: 'form-control-sm click-to-select-all', size: command.length %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user