Merge pull request #1204 from coreos-inc/spangular

Fix superuser panel title
This commit is contained in:
josephschorr 2016-02-17 12:03:50 -05:00
commit 04cd3c2f63
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
pages.create('superuser', 'super-user.html', SuperuserCtrl, pages.create('superuser', 'super-user.html', SuperuserCtrl,
{ {
'newLayout': true, 'newLayout': true,
'title': 'Enterprise Registry Management' 'title': 'Quay Enterprise Management'
}) })
}]); }]);

View file

@ -11,7 +11,7 @@
</div> </div>
<div class="cor-title"> <div class="cor-title">
<span class="cor-title-link"></span> <span class="cor-title-link"></span>
<span class="cor-title-content">Enterprise Registry Management</span> <span class="cor-title-content">Quay Enterprise Management</span>
</div> </div>
<div class="cor-tab-panel"> <div class="cor-tab-panel">