some shared folder improvements

This commit is contained in:
DJ2LS 2023-02-28 20:37:55 +01:00
parent e03ab4f31c
commit 41fbfed8dc
2 changed files with 8 additions and 6 deletions

View file

@ -293,7 +293,7 @@ window.addEventListener("DOMContentLoaded", () => {
dxcallsign: selected_callsign,
});
pauseButton(document.getElementById("requestUserInfo"), 10000);
pauseButton(document.getElementById("requestUserInfo"), 60000);
});
document.getElementById("ping").addEventListener("click", () => {
@ -430,6 +430,8 @@ window.addEventListener("DOMContentLoaded", () => {
command: "requestSharedFolderList",
dxcallsign: selected_callsign,
});
pauseButton(document.getElementById("requestSharedFolderList"), 60000);
});
// SEND MSG

View file

@ -611,9 +611,9 @@
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="table-responsive">
<!-- START OF TABLE FOR HEARD STATIONS -->
<table class="table table-sm">
<div class="table-responsive ">
<!-- START OF TABLE FOR SHARED FOLDER -->
<table class="table table-sm table-hover table-bordered align-middle">
<thead>
<tr>
<th scope="col">#</th>
@ -672,8 +672,8 @@
<div class="modal-body">
<div class="container-fluid">
<div class="table-responsive">
<!-- START OF TABLE FOR HEARD STATIONS -->
<table class="table table-sm">
<!-- START OF TABLE FOR SHARED FOLDER DX -->
<table class="table table-sm table-hover table-bordered align-middle">
<thead>
<tr>
<th scope="col">#</th>