diff options
| author | Dhandapani <dhandapani@gluster.com> | 2011-06-10 12:04:06 +0530 |
|---|---|---|
| committer | Dhandapani <dhandapani@gluster.com> | 2011-06-10 12:27:54 +0530 |
| commit | 136fddd058fb8f7c6e98e27f17f7379b96760a2e (patch) | |
| tree | 0ca7148304aed2e58089f0613ce62675f00418f8 /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 3c5b8b46c2f64e36efb6df938bd2d02c7475ecfc (diff) | |
Checkbox selection enabled on Bricks page, Volumes page and Disk page
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index f4c3c8f6..76d36d5c 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -912,6 +912,18 @@ </view> <view closeable="false" + id="com.gluster.storage.management.gui.views.VolumeBricksView" + minimized="false" + moveable="false" + ratio="0.30f" + relationship="stack" + relative="com.gluster.storage.management.gui.views.ClusterSummaryView" + showTitle="true" + standalone="false" + visible="false"> + </view> + <view + closeable="false" id="com.gluster.storage.management.gui.views.VolumeOptionsView" minimized="false" moveable="false" |
