Comment 2 for bug 1737558

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/527156
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=84216cb0f55481742340fab0f835407eefcb47fd
Submitter: Zuul
Branch: master

commit 84216cb0f55481742340fab0f835407eefcb47fd
Author: Akihiro Motoki <email address hidden>
Date: Tue Dec 12 01:37:04 2017 +0900

    Always display server description

    The description field is only shown when the description of
    a corresponding server has non-empty string. It is better to
    display "description" field regardless of its value.

    "description" field is supported since Mitaka release, so
    this commit always shows 'description' field rather than
    showing the field conditionally.

    Change-Id: I2064c6e8a625d4362ce00218528a09ef734087fc
    Closes-Bug: #1737558