Feature #12141
closedPlease add a unique CSS ID to container images in the All Containers page
Description
Our automation for Docker creation using the web ui needs an easy way to confirm that a given container has been created and can be found in the All Containers page. Assuming that one creates a new container with the name "ThisIsATest" or "thisisanothertest", the web ui uses a 'friendlier' name to display the container names so that the end result would be a label that shows their names as "This Is A Test" or "Thisisanothertest". The underlying HTML generated shows:
<td class="ellipsis text-center sorting_1">This Is A Test</td>
My request is that we also add a unique ID that would display the exact name as it was provided during the creation of the container as shown below:
<td id="ThisIsATest" class="ellipsis text-center sorting_1">This Is A Test</td>
By providing us with a unique ID we can easily find the containers in the web ui.
Files
Updated by Ohad Levy about 9 years ago
- Project changed from Foreman to Docker
- Category deleted (
Web Interface)
Updated by Og Maciel about 9 years ago
Screenshot showing how the container name is shown with spaces.
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/125 added
- Pull request deleted (
)
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|dd094d3bd33d0839d7a9588f926cdae55b56d79d.