mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +02:00
Make product name driven from config in the console
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135399007
This commit is contained in:
parent
74369b69be
commit
129cbe8103
6 changed files with 42 additions and 21 deletions
|
@ -54,7 +54,10 @@ registry.registrar.Dashboard.prototype.bindToDom = function(id) {
|
|||
registry.registrar.Dashboard.base(this, 'bindToDom', '');
|
||||
goog.dom.removeChildren(goog.dom.getRequiredElement('reg-appbar'));
|
||||
goog.soy.renderElement(goog.dom.getElement('reg-content'),
|
||||
registry.soy.registrar.console.dashboard);
|
||||
registry.soy.registrar.console.dashboard,
|
||||
{
|
||||
productName: this.console.productName
|
||||
});
|
||||
goog.events.listen(goog.dom.getElement('rotate'),
|
||||
goog.events.EventType.CLICK,
|
||||
goog.bind(this.rotate_, this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue