Project

General

Profile

Actions

Feature #12141

closed

Please add a unique CSS ID to container images in the All Containers page

Added by Og Maciel over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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 #1

Updated by Ohad Levy over 8 years ago

  • Project changed from Foreman to Docker
  • Category deleted (Web Interface)
Actions #2

Updated by Og Maciel over 8 years ago

Screenshot showing how the container name is shown with spaces.

Actions #3

Updated by The Foreman Bot over 8 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman-docker/pull/125 added
  • Pull request deleted ()
Actions #4

Updated by Anonymous over 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF