Actions
Bug #11707
closedUnmanaged host detail status table is broken
Difficulty:
trivial
Triaged:
Pull request:
Description
There no Provisioning status avaiable apparently from the data, but the table cell is still there and empty breaking the table into two. Reproduce:
1. Unmanage a host
2. Visit detail page
This might have its own category "Status" or "Host status" perhaps.
Files
Updated by Lukas Zapletal over 9 years ago
- Related to Feature #10782: Add global status for hosts added
Updated by Dominic Cleal over 9 years ago
- File Screenshot from 2015-09-07 11-08-00.png Screenshot from 2015-09-07 11-08-00.png added
- Translation missing: en.field_release set to 63
- Difficulty set to trivial
Easy to fix, the host_detailed_status_list helper is generating nil
entries in the table for non-relevant host statuses, the return value just needs them removed.
Screenshot is from the host#show page.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2681 added
- Pull request deleted (
)
Updated by Marek Hulán over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1f76a8ba84e55a473ff70b24fe915a802fc97fce.
Actions