From 7cb5a191cf01dc486b692904d2d81f5a171d9afb Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Thu, 26 Sep 2013 07:31:15 +0200 Subject: [PATCH] ui: RBD doesn't work with LXC, remove it from the UI --- ui/scripts/system.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ad2c9955a6d..7bdd5390ab3 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -12803,10 +12803,6 @@ id: "SharedMountPoint", description: "SharedMountPoint" }); - items.push({ - id: "rbd", - description: "RBD" - }); args.response.success({ data: items });