Exchange object progress
This commit is contained in:
parent
4db1f866f3
commit
7f1933576b
15 changed files with 11013 additions and 43 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<th>Type</th>
|
||||
<th>Configuration</th>
|
||||
<th>
|
||||
<button class="btn btn-default btn-xs pull-right" data-toggle="modal"
|
||||
<button class="btn btn-default btn-sm pull-right" data-toggle="modal"
|
||||
data-target="#symbolModal"
|
||||
data-action="create_symbol">
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<input type="hidden" name="id" value="{{.getId()}}">
|
||||
|
||||
<div class="btn-toolbar pull-right">
|
||||
<button type="button" class="btn btn-default btn-xs" data-toggle="modal"
|
||||
<button type="button" class="btn btn-default btn-sm" data-toggle="modal"
|
||||
data-target="#symbolModal"
|
||||
data-action="modify_symbol"
|
||||
data-id="{{.getId()}}"
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<span class="glyphicon glyphicon-pencil"></span>
|
||||
</button>
|
||||
|
||||
<button type="submit" class="btn btn-danger btn-xs" name="action" value="remove_symbol">
|
||||
<button type="submit" class="btn btn-danger btn-sm" name="action" value="remove_symbol">
|
||||
<span class="glyphicon glyphicon-trash"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue