[QSO] Move Rig freq data to under the map
这个提交包含在:
父节点
259ff03d79
当前提交
ee93a64a02
共有 2 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -1316,7 +1316,7 @@ $(document).on('keypress',function(e) {
|
|||
if(data.updated_minutes_ago > minutes) {
|
||||
$(".radio_cat_state" ).remove();
|
||||
if($('.radio_timeout_error').length == 0) {
|
||||
$('.qso_panel').prepend('<div class="alert alert-danger radio_timeout_error" role="alert"><i class="fas fa-broadcast-tower"></i> Radio connection timed-out: ' + $('select.radios option:selected').text() + ' data is ' + data.updated_minutes_ago + ' minutes old.</div>');
|
||||
$('#radio_status').prepend('<div class="alert alert-danger radio_timeout_error" role="alert"><i class="fas fa-broadcast-tower"></i> Radio connection timed-out: ' + $('select.radios option:selected').text() + ' data is ' + data.updated_minutes_ago + ' minutes old.</div>');
|
||||
} else {
|
||||
$('.radio_timeout_error').html('Radio connection timed-out: ' + $('select.radios option:selected').text() + ' data is ' + data.updated_minutes_ago + ' minutes old.');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -518,6 +518,8 @@
|
|||
<div id="qsomap" style="width: 100%; height: 200px;"></div>
|
||||
</div>
|
||||
|
||||
<div id="radio_status"></div>
|
||||
|
||||
<!-- Winkey Starts -->
|
||||
|
||||
<?php
|
||||
|
|
|
|||
正在加载…
在新工单中引用