mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
AC-463. Reduced refresh button to automatic page refreh every 10 sec. Duration btwn refreshes can be adjusted in config.js.
This commit is contained in:
@@ -14,6 +14,9 @@ var $AnsibleConfig =
|
||||
|
||||
debug_mode: true, // Enable console logging messages
|
||||
|
||||
refresh_rate: 10, // Number of seconds before refreshing a page. Integer between 3 and 99, inclusive.
|
||||
// Used by awRefresh directive to automatically refresh Jobs and Projects pages.
|
||||
|
||||
password_strength: 45 // User password strength. Integer between 0 and 100, 100 being impossibly strong.
|
||||
// This value controls progress bar colors:
|
||||
// 0 to password_strength - 15 = red;
|
||||
|
||||
Reference in New Issue
Block a user