261 lines
11 KiB
HTML
261 lines
11 KiB
HTML
<table class="table is-fullwidth is-hoverable">
|
|
<thead>
|
|
<th>name</th>
|
|
<th>actions</th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Hooks</td>
|
|
<td>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'hooks' type='modal' %}"
|
|
hx-trigger="click"
|
|
hx-target="#modals-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Modal">
|
|
<i class="fa-solid fa-window-maximize"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'hooks' type='widget' %}"
|
|
hx-trigger="click"
|
|
hx-target="#widgets-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Widget">
|
|
<i class="fa-solid fa-sidebar"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'hooks' type='window' %}"
|
|
hx-trigger="click"
|
|
hx-target="#windows-here"
|
|
hx-swap="afterend"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Window">
|
|
<i class="fa-solid fa-window-restore"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>Callbacks</td>
|
|
<td>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'callbacks' type='modal' %}"
|
|
hx-trigger="click"
|
|
hx-target="#modals-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Modal">
|
|
<i class="fa-solid fa-window-maximize"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'callbacks' type='widget' %}"
|
|
hx-trigger="click"
|
|
hx-target="#widgets-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Widget">
|
|
<i class="fa-solid fa-sidebar"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'callbacks' type='window' %}"
|
|
hx-trigger="click"
|
|
hx-target="#windows-here"
|
|
hx-swap="afterend"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Window">
|
|
<i class="fa-solid fa-window-restore"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>Accounts</td>
|
|
<td>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'accounts' type='modal' %}"
|
|
hx-trigger="click"
|
|
hx-target="#modals-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Modal">
|
|
<i class="fa-solid fa-window-maximize"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'accounts' type='widget' %}"
|
|
hx-trigger="click"
|
|
hx-target="#widgets-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Widget">
|
|
<i class="fa-solid fa-sidebar"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'accounts' type='window' %}"
|
|
hx-trigger="click"
|
|
hx-target="#windows-here"
|
|
hx-swap="afterend"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Window">
|
|
<i class="fa-solid fa-window-restore"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>Trades</td>
|
|
<td>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'trades' type='modal' %}"
|
|
hx-trigger="click"
|
|
hx-target="#modals-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Modal">
|
|
<i class="fa-solid fa-window-maximize"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'trades' type='widget' %}"
|
|
hx-trigger="click"
|
|
hx-target="#widgets-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Widget">
|
|
<i class="fa-solid fa-sidebar"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'trades' type='window' %}"
|
|
hx-trigger="click"
|
|
hx-target="#windows-here"
|
|
hx-swap="afterend"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Window">
|
|
<i class="fa-solid fa-window-restore"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>Positions</td>
|
|
<td>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'positions' type='modal' %}"
|
|
hx-trigger="click"
|
|
hx-target="#modals-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Modal">
|
|
<i class="fa-solid fa-window-maximize"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'positions' type='widget' %}"
|
|
hx-trigger="click"
|
|
hx-target="#widgets-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Widget">
|
|
<i class="fa-solid fa-sidebar"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'positions' type='window' %}"
|
|
hx-trigger="click"
|
|
hx-target="#windows-here"
|
|
hx-swap="afterend"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Window">
|
|
<i class="fa-solid fa-window-restore"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<td>
|
|
</tr>
|
|
<tr>
|
|
<td>Strategies</td>
|
|
<td>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'strategies' type='modal' %}"
|
|
hx-trigger="click"
|
|
hx-target="#modals-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Modal">
|
|
<i class="fa-solid fa-window-maximize"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'strategies' type='widget' %}"
|
|
hx-trigger="click"
|
|
hx-target="#widgets-here"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Widget">
|
|
<i class="fa-solid fa-sidebar"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<button
|
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
|
hx-get="{% url 'strategies' type='window' %}"
|
|
hx-trigger="click"
|
|
hx-target="#windows-here"
|
|
hx-swap="afterend"
|
|
class="button is-info">
|
|
<span class="icon-text">
|
|
<span class="icon" data-tooltip="Window">
|
|
<i class="fa-solid fa-window-restore"></i>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|