mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 07:13:34 +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
|
@ -28,8 +28,9 @@ goog.require('registry.registrar.Console');
|
|||
*
|
||||
* @param {string} xsrfToken populated by server-side soy template.
|
||||
* @param {string} clientId The registrar clientId.
|
||||
* @param {string} productName the product name displayed by the UI.
|
||||
* @export
|
||||
*/
|
||||
registry.registrar.main = function(xsrfToken, clientId) {
|
||||
new registry.registrar.Console(xsrfToken, clientId);
|
||||
registry.registrar.main = function(xsrfToken, clientId, productName) {
|
||||
new registry.registrar.Console(xsrfToken, clientId, productName);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue