feat(frontend): make external nodes table responsive

This commit is contained in:
Whispering Wind
2025-08-10 00:14:25 +03:30
committed by GitHub
parent 68822c5f4b
commit 68bd4f2b0a

View File

@ -236,6 +236,7 @@
<h3 class="card-title">External Nodes</h3> <h3 class="card-title">External Nodes</h3>
</div> </div>
<div class="card-body"> <div class="card-body">
<div class="table-responsive">
<table class="table table-bordered table-striped" id="nodes_table"> <table class="table table-bordered table-striped" id="nodes_table">
<thead> <thead>
<tr> <tr>
@ -246,6 +247,7 @@
</thead> </thead>
<tbody></tbody> <tbody></tbody>
</table> </table>
</div>
<div id="no_nodes_message" class="alert alert-info" style="display: none;"> <div id="no_nodes_message" class="alert alert-info" style="display: none;">
No external nodes have been configured. No external nodes have been configured.
</div> </div>