awx icon indicating copy to clipboard operation
awx copied to clipboard

24 hour format

Open aeter opened this issue 3 months ago • 2 comments

SUMMARY

Related: https://github.com/ansible/awx/issues/15005, https://github.com/ansible/awx/issues/11531

(continues PR https://github.com/ansible/awx/pull/15186 )

Adds 24 hour format across the user interface. Configurable at the Settings page, using a dropdown.

ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • API
  • UI
AWX VERSION
make VERSION
awx: 
ADDITIONAL INFORMATION

I'm sorry, this seems like a big PR. I don't like passing useConfig() everywhere. Do you think using a cookie (set at login) would be better? I've ran throught the UI, seemed OK.

Ran these (the tests passed):

npm run prettier
npm run lint
npm run test
make black

aeter avatar May 15 '24 16:05 aeter