Add mail connection details dialog
This commit is contained in:
@@ -41,7 +41,7 @@ onMounted(async () => {
|
||||
uptime.value = moment.duration(info.value.uptimeSecs, 'seconds').locale(navigator.language).humanize();
|
||||
activeSince.value = info.value.activationTime ? moment(info.value.activationTime).fromNow() : 'unknown';
|
||||
|
||||
[error, result] = await dashboardModel.getConfig();
|
||||
[error, result] = await dashboardModel.config();
|
||||
if (error) return console.error(error);
|
||||
config.value = result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user