Removed develop.js.

The develop.js is no longer necessary because the code in it has
been merged into the main code.

An empty extension.js has been added to provide a place for UI
customization.

Ticket #2099
This commit is contained in:
Endi S. Dewata
2011-11-09 18:48:04 -06:00
committed by Adam Young
parent d6d24be289
commit 20ad8fe1ba
17 changed files with 80 additions and 91 deletions

View File

@@ -43,6 +43,7 @@ IPA.host.entity = function(spec) {
]
}).
details_facet({
factory: IPA.host.details_facet,
sections: [
{
name: 'details',
@@ -176,6 +177,17 @@ IPA.host.entity = function(spec) {
return that;
};
IPA.host.details_facet = function(spec) {
var that = IPA.details_facet(spec);
that.get_refresh_command_name = function() {
return that.entity.name+'_show_'+that.pkey;
};
return that;
};
IPA.host_fqdn_section = function(spec) {
spec = spec || {};