cloudstack/ui
Brian Federle bc4be5272b Detail view: support per-action filtering
Adds support for adding preFilter on a per-action basis, to assist in
plugin development. If action.preFilter function is passed, and returns
true/false, the action is shown/hidden. If no preFilter is specified,
then the action will be passed through the detail view's standard filter.

Example:

testAction: {
    label: 'Test Action',
    ...
    preFilter: function(args) {
        return false; // Action will be hidden
    },
    ...
}
2014-06-18 14:02:16 -07:00
..
css CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs 2014-05-23 10:58:17 -07:00
images CLOUDSTACK-6227 (Add copy-paste support for detail view fields): 2014-03-28 10:15:19 -07:00
lib Fixed-Hardcoding-Issues 2014-02-14 07:44:54 -08:00
modules Externalized the hardcodedstrings from UI JAVASCRIPT files. 2014-03-05 14:11:51 -08:00
plugins Remove file added by accident in previous commit. 2013-09-30 10:08:16 -07:00
scripts Detail view: support per-action filtering 2014-06-18 14:02:16 -07:00
tests List view: tests for filter dropdown 2014-01-28 15:48:44 -08:00
dictionary.jsp Cleanup of Xen and XenServer terms. Cloned xen plugin creating a xenserver plugin, then removed xen plugin 2014-06-07 04:50:23 -04:00
index.jsp WIP: Instance wizard UI: Support multi-disk offerings 2014-04-02 16:28:15 -07:00