mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: add title to every page
This commit is contained in:
@ -11,6 +11,7 @@ const UsersPageView = require('../views/users_page_view.js');
|
||||
class UserListController {
|
||||
constructor(ctx) {
|
||||
topNavigation.activate('users');
|
||||
topNavigation.setTitle('Listing users');
|
||||
|
||||
this._pageController = new PageController({
|
||||
parameters: ctx.parameters,
|
||||
|
Reference in New Issue
Block a user