mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
jsl warnings
This commit is contained in:
parent
c75f332af9
commit
828cd5f11a
@ -405,7 +405,7 @@ IPA.details_section = function (spec){
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
// methods that should be invoked by subclasses
|
||||
that.section_init = that.init;
|
||||
|
@ -65,7 +65,7 @@ IPA.facet = function (spec) {
|
||||
|
||||
that.is_dirty = function (){
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
that.get_client_area = function() {
|
||||
return $('.client', that.container);
|
||||
|
@ -165,6 +165,7 @@ var IPA = ( function () {
|
||||
var state = {};
|
||||
state[entity_name + '-facet'] = facet_name;
|
||||
$.bbq.pushState(state);
|
||||
return true;
|
||||
};
|
||||
|
||||
that.switch_and_show_page = function (this_entity, facet_name, pkey) {
|
||||
|
@ -51,8 +51,8 @@ IPA.admin_tab_set = function () {
|
||||
{name:'krbtpolicy', entity:'krbtpolicy'}
|
||||
]},
|
||||
{name:'ipaserver', label: IPA.messages.tabs.ipaserver, children: [
|
||||
{name:'role',entity:'role', label: IPA.messages.tabs.role
|
||||
,children:[
|
||||
{name:'role',entity:'role', label: IPA.messages.tabs.role,
|
||||
children:[
|
||||
{name:'privilege',entity:'privilege' },
|
||||
{name:'permission', entity:'permission'}
|
||||
]},
|
||||
|
Loading…
Reference in New Issue
Block a user