mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
define entities using builder and more declarative syntax
merged hbac and sudo in to single files associaton facet and table supports linking
This commit is contained in:
@@ -3,4 +3,11 @@
|
||||
if (window.location.protocol == 'file:') {
|
||||
IPA.json_url = "test/data";
|
||||
IPA.use_static_files = true;
|
||||
|
||||
IPA.refresh_devel_hook = function(entity_name,command,pkey){
|
||||
if ((entity_name === 'host')||(entity_name === 'permission')){
|
||||
command.name = entity_name+'_show_'+pkey;
|
||||
command.method = entity_name+'_show';
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user