Convert Roles to use master view.
Also tweak the grid API here and there.
This commit is contained in:
parent
585eb09bec
commit
9605d44b05
14 changed files with 144 additions and 281 deletions
|
@ -71,6 +71,7 @@ body > #body-wrapper {
|
|||
#context-menu {
|
||||
float: right;
|
||||
list-style-type: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
|
3
tailbone/static/js/jquery.ui.tailbone.js
vendored
3
tailbone/static/js/jquery.ui.tailbone.js
vendored
|
@ -46,9 +46,8 @@
|
|||
select.selectmenu('refresh');
|
||||
if (select.find('option:enabled').length == 1) { // prompt is always enabled
|
||||
select.selectmenu('disable');
|
||||
} else {
|
||||
that.apply_filters.button('enable');
|
||||
}
|
||||
that.apply_filters.button('enable');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue