Actions
Feature #13857
openDisplay Host creation date/time
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Description
Hi
Where on the Foreman UI can I find the creation date/time of a host, other than hovering over the rough time displayed within Audits ?
(By "rough time" I mean things in the final column with something like "About 8 days ago")
Thanks
Updated by Dominic Cleal almost 9 years ago
- Tracker changed from Support to Feature
You'd need to query the API I think (GET /api/v2/hosts/foo.example.com), which should have a created_at field in the response. Using the https://github.com/GregSutcliffe/foreman_column_view plugin you could add this to the host's Properties table as a further workaround.
Actions