Actions
Feature #12141
closedPlease add a unique CSS ID to container images in the All Containers page
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
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
Actions