Gustavo Frederico Temple Pedrosa has posted comments on this change.

Change subject: core, webadmin: Show only supported watchdogs
......................................................................


Patch Set 4:

(3 comments)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java
Line 1256
Line 1257
Line 1258
Line 1259
Line 1260
Done


Line 1137:                 VdcQueryType.GetStorageDomainById, 
VdcQueryType.GetDataCentersWithPermittedActionOnClusters,
Line 1138:                 VdcQueryType.GetClustersWithPermittedAction, 
VdcQueryType.GetVmTemplatesWithPermittedAction,
Line 1139:                 VdcQueryType.GetVdsGroupById, 
VdcQueryType.GetStoragePoolById, VdcQueryType.GetAllDisksByVmId,
Line 1140:                 VdcQueryType.GetVmTemplate, 
VdcQueryType.GetVmConfigurationBySnapshot, VdcQueryType.GetAllVdsGroups,
Line 1141:                 
VdcQueryType.GetPermittedStorageDomainsByStoragePoolId, 
VdcQueryType.GetHostsByClusterId,
Done
Line 1142:                 VdcQueryType.Search });
Line 1143: 
Line 1144:         this.behavior = behavior;
Line 1145:         this.behavior.setModel(this);


Line 1771:     private void updateWatchdogItems(ArrayList<String> 
watchDogModels) {
Line 1772:         String oldWatchdogSelected = (String) 
getWatchdogModel().getSelectedItem();
Line 1773: 
Line 1774:         watchDogModels.add(0, null);
Line 1775:         getWatchdogModel().setItems(watchDogModels);
Done
Line 1776: 
Line 1777:         if (watchDogModels.contains(oldWatchdogSelected)) {
Line 1778:             getWatchdogModel().setSelectedItem(oldWatchdogSelected);
Line 1779:         }


-- 
To view, visit http://gerrit.ovirt.org/18221
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib23f7357751025ff71c0deceda02aa51c2d8542c
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gustavo Frederico Temple Pedrosa <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Leonardo Bianconi <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Vitor de Lima <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to