diff --git a/server_status.php b/server_status.php
index 47649ac09..bd5dafcf4 100644
--- a/server_status.php
+++ b/server_status.php
@@ -705,16 +705,14 @@ foreach ($used_queries as $name => $value) {
'
- . __('Show query chart') . '';
+ echo '
['
+ . __('Show query chart') . ']';
+ PMA_Message::notice( __('Note: Generating the query chart can take a long time.'))->display();
} else {
echo PMA_chart_status($used_queries);
- echo '
'
- . __('Hide query chart') . '';
}
- PMA_Message::warning(__('Note: Generating the query chart can take a long time.'))->display();
?>