Alignak-monitoring-contrib / alignak-webui

Web User Interface for Alignak monitoring framework
GNU Affero General Public License v3.0
8 stars 4 forks source link

Display in Webui the "Last state changed" as web browser time for hosts and services #165

Closed spea1 closed 7 years ago

mohierf commented 7 years ago

Are you meaning to use the local browser time format for displaying this information?

spea1 commented 7 years ago

Yes, like "last check"

mohierf commented 7 years ago

An example please?

spea1 commented 7 years ago

E.g. In the host table webui-20170222

mohierf commented 7 years ago

Ok. As a quick workaround, you can update the plugins/host/settings.cfg file with:

[table.ls_last_state_changed]
type=datetime
title=Last state changed
editable=False

This will change the timestamp to a date/time format 😉 and I will chage this as default in a next version