google-nomulus/java/google/registry/ui/js
guyben 61a5cf307e Add "Admin" tab to the registrar console
This tab will set the "allowedTlds", but might have other functionality in the
future.

It is based on (branches from) the security-settings tab, because I'm copying the functionality of the "whitelisted IPs" to the "allowed TLDs": they are both lists of "arbitrary" strings that you can remove from and add to.

There are a lot of moving parts in this CL, because of how all the different elements need to interact, and how intertwined they are (for example, we need to disable the admin-settings view for non admins both in the soy and in the JS code)

It's really time to refactor the console given all we've learned... :/

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=220373443
2018-11-12 14:51:40 -05:00
..
registrar Add "Admin" tab to the registrar console 2018-11-12 14:51:40 -05:00
BUILD Update Nomulus to build with bazel 0.16.0 2018-08-10 13:46:48 -04:00
component.js Replace uses of @code in Javascript documentation with Markdown backticks 2018-02-05 23:51:49 -05:00
console.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
edit_item.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
forms.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
menu_button.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
resource.js Send the "resource" ID in each resource action 2018-10-03 11:55:50 -04:00
resource_component.js Use JSON.parse instead of deprecated goog.json.parse. 2017-08-29 17:12:44 -04:00
session.js Change from ES6 Map to old-fashioned object 2018-09-20 11:19:36 -04:00
util.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
xml.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00