Convert Roles to use master view.

Also tweak the grid API here and there.
This commit is contained in:
Lance Edgar 2015-08-11 15:01:21 -05:00
parent 585eb09bec
commit 9605d44b05
14 changed files with 144 additions and 281 deletions

View file

@ -71,6 +71,7 @@ body > #body-wrapper {
#context-menu {
float: right;
list-style-type: none;
text-align: right;
}

View file

@ -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');
}
});