/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2021-07-15 15:23:07 UTC
  • Revision ID: csa@suren.me-20210715152307-otk9cxx0g0ro03vd
Support different modes of assigning axes to the channels

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        _("1 Month") => 2592000,
146
146
        _("1 Week") => 604800,
147
147
        _("1 Day") => 86400,
 
148
        _("12 Hours") => 43200,
148
149
        _("6 Hours") => 21600,
 
150
        _("2 Hours") => 7200,
149
151
        _("1 Hour") => 3600,
150
152
        _("15 Min") => 900,
151
153
        _("5 Min") => 300