Closed m-mead closed 11 months ago
After making the change, I did notice the Create field in the Images > Config side panel seem to be a formatted to the local timezone. I'm happy to make the change to do the same for the volume CreatedAt field for consistent look and feel. Or I can leave it as is. Either works for me.
Example of the Crated field in the Images > Config side panel
Given that you've closed the PR, are you against someone else taking this up and crediting you as the author?
Given that you've closed the PR, are you against someone else taking this up and crediting you as the author?
Hey @mark2185, I closed it because I didn't open an issue first like the contributing docs ask, so I figured this would not be accepted. If this functionality is desired I'd prefer to see it through and can reopen the PR or create an issue for discussion.
This MR adds the
CreatedAt
value associated with a Docker volume to the volumes Config side panel. Here is an example of how the value looks, and how it matches the output ofdocker volume inspect <volume>
.