Change rolvaliduntil format to "YYYY-MM-DD HH:mm:ss Z" for consistency with the rest of the app.

pull/3/head
Ashesh Vashi 2016-09-23 10:10:31 +01:00 committed by Dave Page
parent f18c455411
commit 8797b3f3bf
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backform) {
id: 'rolvaliduntil', disabled: 'readonly', type: 'text',
group: '{{ _('Definition') }}', label: '{{ _('Account expires') }}',
mode: ['properties', 'edit', 'create'], control: 'datetimepicker',
deps: ['rolcanlogin']
deps: ['rolcanlogin'], options: {format: 'YYYY-MM-DD HH:mm:ss Z'}
},{
id: 'rolconnlimit', type: 'int', group: '{{ _('Definition') }}',
label: '{{ _('Connection limit') }}', cell: 'number',