Add support for backfillips

This commit is contained in:
2024-09-10 11:51:53 +02:00
parent 4fb45c41bd
commit bdba6db42d
5 changed files with 48 additions and 7 deletions

View File

@ -1,7 +1,16 @@
{% extends "base.html" %}
{% block content %}
<h3>nodes</h3>
<div class="row data justify-content-between">
<div class="col col-4">
<h3>nodes</h3>
</div>
<div class="col col-2">
<span data-toggle="tooltip" data-placement="right" title="Recheck all IP addresses of all nodes">
<button type="button" class="btn btn-outline-primary btn-sm" onClick="backfillips(this);">Backfill IP addresses</button>
</span>
</div>
</div>
<hr>
<p></p>
<table id="nodes" class="display" style="width:100%">