mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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) => {
|
.then((res) => {
|
||||||
const data = res.data;
|
const data = res.data;
|
||||||
if(data['ss_present'] == false){
|
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);
|
setLdid(0);
|
||||||
} else {
|
} else {
|
||||||
setSsMsg('installed');
|
setSsMsg('installed');
|
||||||
|
Loading…
Reference in New Issue
Block a user