Greg Sheremeta has posted comments on this change. Change subject: webadmin: fix tabs shown/hidden when tags selected/unselected ......................................................................
Patch Set 3: (2 comments) .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java Line 427 Line 428 Line 429 Line 430 Line 431 You are correct. Volumes should not have been visible as you cannot assign tags to a volume. So I think this was a mistake, and I have fixed it. Line 840: Line 841: profileList = new VnicProfileListModel(); Line 842: listModelCollection.add(profileList); Line 843: Line 844: setItems(listModelCollection); Done Line 845: Line 846: roleListModel = new RoleListModel(); Line 847: systemPermissionListModel = new SystemPermissionListModel(); Line 848: clusterPolicyListModel = new ClusterPolicyListModel(); -- To view, visit http://gerrit.ovirt.org/19379 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6cace6daecef58ee2726a22e880d5c31e03e275f Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Greg Sheremeta <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[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
