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:
Adam Young
2011-03-18 16:43:54 -04:00
parent db91321fd2
commit 4270e26adb
29 changed files with 1808 additions and 2731 deletions

View File

@@ -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';
}
};
}