yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33757
[Bug 1465378] [NEW] transfer-table available.html.example need updating
Public bug reported:
<td class="rsp-p1">
<span class="invalid fa fa-exclamation-circle"
ng-show="row.warnings && row.warnings.vcpus"
popover="{$ row.warnings | warningText:'vcpus' $}"
popover-trigger="mouseenter mouseleave" popover-placement="top"></span>
{$ row.vcpus $}
</td>
(https://github.com/openstack/horizon/blob/master/horizon/static/framework/widgets/transfer-table/available.html.example#L40)
This way of displaying error messages is not used anywhere. Instead we are using this:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.html#L56
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1465378
Title:
transfer-table available.html.example need updating
Status in OpenStack Dashboard (Horizon):
New
Bug description:
<td class="rsp-p1">
<span class="invalid fa fa-exclamation-circle"
ng-show="row.warnings && row.warnings.vcpus"
popover="{$ row.warnings | warningText:'vcpus' $}"
popover-trigger="mouseenter mouseleave" popover-placement="top"></span>
{$ row.vcpus $}
</td>
(https://github.com/openstack/horizon/blob/master/horizon/static/framework/widgets/transfer-table/available.html.example#L40)
This way of displaying error messages is not used anywhere. Instead we are using this:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/dashboard/launch-instance/flavor/select-flavor-table.html#L56
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1465378/+subscriptions
Follow ups
References