Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: change the length tooltip of QoS's name
......................................................................
webadmin: change the length tooltip of QoS's name
The length tooltip of QoS's name is not correct now. The length of
name field in the database(network_qos table) is 50. But the tooltip
tells the length is 255.
This patch fix the problem. It modify the tooltip, make it to show the
correct message (i.e. under 50 characters).
Change-Id: Ic9cb4e40dfc213016a819866baccba40529bd270
Bug-Url:
https://bugzilla.redhat.com/1105010
Signed-off-by: Ma Like <like.ma(a)cs2c.com.cn>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/BusinessEntitiesDefinitions.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/NetworkQoS.java
M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
M
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
M
frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
5 files changed, 5 insertions(+), 4 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/28469
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic9cb4e40dfc213016a819866baccba40529bd270
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Malike <like.ma(a)cs2c.com.cn>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Kobi Ianko <kobi(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server