Skip to content

Commit

Permalink
Remove all HTML code commented on 'template/home.html'
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp committed Oct 28, 2024
1 parent 2bd939a commit 6926a2a
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions netbox_proxbox/templates/netbox_proxbox/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,19 +306,6 @@
{% endif %}
</form>
</div>

<!--
<div style="margin-bottom: 15px;" class="d-flex justify-content-center noprint">
{% if perms.netbox_proxbox.add_proxmoxvm %}
<a href="http://{{ configuration.netbox_proxbox.fastapi.uvicorn_host }}:{{ configuration.netbox_proxbox.fastapi.uvicorn_port }}/proxbox/clusters/nodes" target="_blank" class="btn btn-primary">Proxmox Nodes Update</a>
{% endif %}
</div>
<div style="margin-bottom: 15px;" class="d-flex justify-content-center noprint">
{% if perms.netbox_proxbox.add_proxmoxvm %}
<a href="http://{{ configuration.netbox_proxbox.fastapi.uvicorn_host }}:{{ configuration.netbox_proxbox.fastapi.uvicorn_port }}/proxbox/clusters/virtual-machines" target="_blank" class="btn btn-primary">Proxmox Virtual Machines Update</a>
{% endif %}
</div>
-->

<br>
<br>
Expand Down Expand Up @@ -440,27 +427,6 @@ <h2>
</tr>
</table>
<div class="d-flex justify-content-between">
<!--
PROXMOX INDIVIDUAL UPDATE REMOVED TEMPORARILY.
{% if px.domain %}
<form action="single_update/" method="POST" target="_blank">
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
<input type="hidden" name="proxmox_domain" value="{{ px.domain }}" />
<a
class="btn btn-primary"
href="#"
onclick="event.preventDefault(); this.parentNode.submit()"
>Proxmox Update</a>
</form>
{% else %}
<a
target="_blank"
class="btn btn-primary"
href="{% url 'plugins:netbox_proxbox:proxmoxvm_single_update' domain=default_config.proxmox.domain %}"
>Proxmox Update</a>
{% endif %}
-->
<button class="btn btn-outline-primary" type="button">
<a
style="text-decoration: none; color: inherit"
Expand Down

0 comments on commit 6926a2a

Please sign in to comment.