diff --git a/public_html/index.html b/public_html/index.html
index c7aac03..a94eac9 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -422,7 +422,7 @@
ADS-B
- UAT
+ UAT
MLAT
diff --git a/public_html/script.js b/public_html/script.js
index 038f7c0..51098c0 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -1308,11 +1308,13 @@ function refreshSelected() {
}
if (UAT_Enabled) {
+ $('#uat_datasource_checkbox, #uat_datasource_label').show();
$('#uat_message_rate_row').show();
if (UatMessageRate !== null) {
$('#uat_message_rate').text(UatMessageRate.toFixed(1) + '/sec');
}
} else {
+ $('#uat_datasource_checkbox, #uat_datasource_label').hide();
$('#uat_message_rate_row').hide();
}