CLOUDSTACK-5114: Remove checkbox column from dialog list view
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b5527e1f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b5527e1f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b5527e1f Branch: refs/heads/4.3 Commit: b5527e1f157c7f5701e10f117c1d1e18bdbfee93 Parents: 42fe605 Author: Brian Federle <[email protected]> Authored: Tue Dec 3 12:32:26 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Dec 3 12:32:26 2013 -0800 ---------------------------------------------------------------------- ui/scripts/ui-custom/enableStaticNAT.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b5527e1f/ui/scripts/ui-custom/enableStaticNAT.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/enableStaticNAT.js b/ui/scripts/ui-custom/enableStaticNAT.js index e46ae19..e469ca9 100644 --- a/ui/scripts/ui-custom/enableStaticNAT.js +++ b/ui/scripts/ui-custom/enableStaticNAT.js @@ -33,6 +33,8 @@ uiCustom: true }); + instances.listView.multiSelect = false; + instances.listView.actions = { select: { label: _l('label.select.instance'),
