Kanagaraj M has uploaded a new change for review. Change subject: webadmin: [WIP] remove bricks - status popup ......................................................................
webadmin: [WIP] remove bricks - status popup . Change-Id: Iaf8eedba0c3718d9287e5a4c2ed363680019ff39 Signed-off-by: Kanagaraj M <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java 1 file changed, 13 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/20043/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java index b5b9653..3a9dbaa 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java @@ -54,6 +54,7 @@ setRemoveBricksCommand(new UICommand("Remove Bricks", this)); //$NON-NLS-1$ setStopRemoveBricksCommand(new UICommand("StopRemoveBricks", this)); //$NON-NLS-1$ setCommitRemoveBricksCommand(new UICommand("CommitRemoveBricks", this)); //$NON-NLS-1$ + setStatusRemoveBricksCommand(new UICommand("StatusRemoveBricks", this)); //$NON-NLS-1$ setReplaceBrickCommand(new UICommand("Replace Brick", this)); //$NON-NLS-1$ setBrickAdvancedDetailsCommand(new UICommand("Brick Advanced Details", this)); //$NON-NLS-1$ getReplaceBrickCommand().setIsAvailable(false); @@ -107,6 +108,18 @@ commitRemoveBricksCommand = value; } + private UICommand statusRemoveBricksCommand; + + public UICommand getStatusRemoveBricksCommand() + { + return statusRemoveBricksCommand; + } + + private void setStatusRemoveBricksCommand(UICommand value) + { + statusRemoveBricksCommand = value; + } + private UICommand replaceBrickCommand; public UICommand getReplaceBrickCommand() -- To view, visit http://gerrit.ovirt.org/20043 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf8eedba0c3718d9287e5a4c2ed363680019ff39 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
