make the name API work
currently this only works for the main webadmin (and not for nakeddomain, error etc) but that's fine.
This commit is contained in:
@@ -208,6 +208,10 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
|
||||
if (config.progress.update && config.progress.update.percent !== -1) {
|
||||
window.location.href = '/update.html';
|
||||
}
|
||||
|
||||
if (config.cloudronName) {
|
||||
document.title = config.cloudronName;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user