mirror of
https://github.com/google/nomulus
synced 2026-07-31 04:22:47 +00:00
Add a button in the admin panel to check OT&E status of a registrar
For now, it only displays a status of "Passed: true|false" or an error message in simple text. In further work we will make the UI nicer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229971564
This commit is contained in:
@@ -85,7 +85,7 @@ goog.inherits(registry.Component, goog.events.EventHandler);
|
||||
|
||||
|
||||
/**
|
||||
* Subclasses shold override this to implement panel display.
|
||||
* Subclasses should override this to implement panel display.
|
||||
* @param {string} id The target resource id.
|
||||
*/
|
||||
registry.Component.prototype.bindToDom = function(id) {
|
||||
|
||||
Reference in New Issue
Block a user