fix: show controls @julianlam

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 9b20d0ce20
commit 023de94ef8

@ -21,7 +21,7 @@ dashboardController.get = async function (req, res) {
getNotices(), getNotices(),
getLatestVersion(), getLatestVersion(),
getLastRestart(), getLastRestart(),
user.isAdministrator(), user.isAdministrator(req.uid),
]); ]);
const version = nconf.get('version'); const version = nconf.get('version');

Loading…
Cancel
Save