mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 10:40:19 -06:00
Polish up the system_stats not installed message.
This commit is contained in:
parent
36228fece7
commit
496acf5598
@ -797,7 +797,7 @@ function Dashboard({
|
||||
.then((res) => {
|
||||
const data = res.data;
|
||||
if(data['ss_present'] == false){
|
||||
setSsMsg(gettext('System stats extension is not installed. You can install the extension in a database using the "CREATE EXTENSION system_stats;" SQL command. Reload the pgAdmin once you installed.'));
|
||||
setSsMsg(gettext('The system_stats extension is not installed. You can install the extension in a database using the "CREATE EXTENSION system_stats;" SQL command. Reload pgAdmin once it is installed.'));
|
||||
setLdid(0);
|
||||
} else {
|
||||
setSsMsg('installed');
|
||||
|
Loading…
Reference in New Issue
Block a user