Ignore:
Timestamp:
04/11/06 11:46:19 (18 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • added DATETIME_FORMAT

web/addons/job_monarch/libtoga.php:

  • added makeDate()

web/addons/job_monarch/search.php,
web/addons/job_monarch/overview.php:

  • disable local makeDate, use from libtoga

web/addons/job_monarch/search.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/conf.php

    r242 r246  
    1515//
    1616$GANGLIA_PATH = "/var/www/ganglia";
     17
     18// Format of how to display a date and time in human readable format
     19//
     20$DATETIME_FORMAT = "%a %d %b %Y %H:%M:%S";
    1721
    1822// Max size of small clusterimage
Note: See TracChangeset for help on using the changeset viewer.