1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 03:52:33 +00:00

Show pending locks in the locked-domains table (#495)

* Show pending locks in the locked-domains table

* asdf

* fix the tests

* including pending unlocks in the table

* fix the screenshot test
This commit is contained in:
gbrodman
2020-02-28 13:57:33 -05:00
committed by GitHub
parent 9283cd263f
commit e8ff4081a9
9 changed files with 152 additions and 54 deletions

View File

@@ -37,7 +37,9 @@ registry.json.locks = {};
* fullyQualifiedDomainName: string,
* lockedTime: string,
* lockedBy: string,
* userCanUnlock: boolean
* userCanUnlock: boolean,
* isLockPending: boolean,
* isUnlockPending: boolean
* }}
*/
registry.json.locks.ExistingLock;