Updated Branches: refs/heads/master d97345f0a -> af3add935
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/af3add93 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/af3add93 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/af3add93 Branch: refs/heads/master Commit: af3add9353c46a77c933d1c704412cf25a8127b5 Parents: b4dd374 Author: Brian Federle <[email protected]> Authored: Tue Dec 3 12:32:26 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Dec 3 12:33:09 2013 -0800 ---------------------------------------------------------------------- ui/scripts/ui-custom/enableStaticNAT.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/af3add93/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'),
