Change default title to include Container Registry and fix title usage
Goes towards fixing #1762
This commit is contained in:
parent
c4d54ceba7
commit
4950776628
3 changed files with 5 additions and 5 deletions
|
@ -239,7 +239,7 @@ if (window.__config && window.__config.SENTRY_PUBLIC_DSN) {
|
|||
quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanService', '$http', '$timeout', 'CookieService', 'Features', '$anchorScroll', 'UtilService', 'MetaService', 'UIService',
|
||||
function($location, $rootScope, Restangular, UserService, PlanService, $http, $timeout, CookieService, Features, $anchorScroll, UtilService, MetaService, UIService) {
|
||||
|
||||
var defaultTitle = window.__config['REGISTRY_TITLE'] || 'Quay';
|
||||
var defaultTitle = window.__config['REGISTRY_TITLE'] || 'Quay Container Registry';
|
||||
|
||||
// Handle session security.
|
||||
Restangular.setDefaultRequestParams(['post', 'put', 'remove', 'delete'], {'_csrf_token': window.__token || ''});
|
||||
|
|
Reference in a new issue