mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 16:46:57 +00:00
WIP Custom Metric
This commit is contained in:
parent
cda1dc96b6
commit
7e35068f52
@ -210,7 +210,7 @@ class CustomSummaryForm(forms.Form):
|
||||
label=_(FROM_DATE),
|
||||
widget=DatePickerInput(format=API_MANAGER_DATE_FORMAT),
|
||||
required=True,
|
||||
initial=(datetime.now() - timedelta(30)).strftime(API_MANAGER_DATE_FORMAT),
|
||||
initial=(datetime.now() - timedelta(6)).strftime(API_MANAGER_DATE_FORMAT),
|
||||
)
|
||||
exclude_app_names = forms.CharField(
|
||||
label=_('Exclude App Names'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user