mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
some shared folder improvements
This commit is contained in:
parent
e03ab4f31c
commit
41fbfed8dc
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue