Project

General

Profile

Actions

Feature #13857

open

Display Host creation date/time

Added by Richard Davis about 8 years ago. Updated about 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

Actions #1

Updated by Dominic Cleal about 8 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

Also available in: Atom PDF