Comment 1 for bug 1576418

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

Reviewed: https://review.openstack.org/313243
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=241cf1bd7e809c8e104d14a91246374dc86b7836
Submitter: Jenkins
Branch: master

commit 241cf1bd7e809c8e104d14a91246374dc86b7836
Author: Richard Jones <email address hidden>
Date: Mon Jun 6 16:22:56 2016 +1000

    Migrate swift ui to use hz-dynamic-table

    This removes the custom table code and uses the new
    hz-dynamic-table directive to manage the table.

    The documentation for actionResultService was also
    edited to improve clarity.

    Note: I was not intending to migrate all actions over
    to use actionResultService in this patch (to keep the
    patch size under control) so only the delete actions
    have been done, and even then not optimally. These will
    be revisited in a subsequent patch.

    Change-Id: If8c4009c29fbbdbbeac12ce2bee4dcbef287ea98
    Closes-Bug: 1576418
    Closes-Bug: 1586175
    Partially-Implements: blueprint swift-ui-functionality