Merge pull request #1204 from coreos-inc/spangular
Fix superuser panel title
This commit is contained in:
commit
04cd3c2f63
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
})
|
})
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Reference in a new issue