diff options
author | Adam Young <ayoung@redhat.com> | 2011-03-18 16:43:54 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-03-31 17:29:33 -0400 |
commit | 4270e26adb56b6d1b7a9e80433581b82519d9eec (patch) | |
tree | dcb0982b741d92c0be37e262e70b7cd0969e06d0 /install/ui/Makefile.am | |
parent | db91321fd2c94680361ae8196ba9227615f92c39 (diff) | |
download | freeipa-4270e26adb56b6d1b7a9e80433581b82519d9eec.tar.gz freeipa-4270e26adb56b6d1b7a9e80433581b82519d9eec.tar.xz freeipa-4270e26adb56b6d1b7a9e80433581b82519d9eec.zip |
define entities using builder and more declarative syntax
merged hbac and sudo in to single files
associaton facet and table supports linking
Diffstat (limited to 'install/ui/Makefile.am')
-rw-r--r-- | install/ui/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index e8c11c25a..f9c82e150 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -11,10 +11,12 @@ app_DATA = \ aci.js \ add.js \ associate.js \ + automount.js \ caution.png \ centered-bg.png \ check.png \ dialog.js \ + dns.js \ ipa_logo_180x50.png \ ipa.js \ ipa.css \ @@ -25,9 +27,7 @@ app_DATA = \ jquery-ui.css \ certificate.js \ group.js \ - hbacrule.js \ - hbacsvc.js \ - hbacsvcgroup.js \ + hbac.js \ host.js \ hostgroup.js \ index.html \ @@ -36,9 +36,7 @@ app_DATA = \ netgroup.js \ service.js \ serverconfig.js \ - sudorule.js \ - sudocmd.js \ - sudocmdgroup.js \ + sudo.js \ policy.js \ search.js \ rule.js \ |