mirror of
https://github.com/google/nomulus.git
synced 2025-08-21 08:44:38 +02:00
Add resources widget front-end (#2151)
This commit is contained in:
parent
759143535f
commit
dded258864
18 changed files with 151 additions and 29 deletions
|
@ -29,6 +29,8 @@ import { RegistrarService } from 'src/app/registrar/registrar.service';
|
|||
providers: [SecurityService],
|
||||
})
|
||||
export default class SecurityComponent {
|
||||
public static PATH = 'security';
|
||||
|
||||
loading: boolean = false;
|
||||
inEdit: boolean = false;
|
||||
dataSource: SecuritySettings = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue