mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Adam Young
parent
d6d24be289
commit
20ad8fe1ba
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user