Added UI under lib/static/web. Updated README.md

This commit is contained in:
chouseknecht
2013-05-06 14:26:49 -04:00
parent ef92fe3960
commit c1cc2a1e0b
125 changed files with 75282 additions and 41 deletions

View File

@@ -0,0 +1,19 @@
/************************************
*
* Copyright (c) 2013 AnsibleWorks, Inc.
*
* config.js
*
* Gobal configuration variables for controlling application behavior.
*
*/
var $AnsibleConfig =
{
session_timeout: 3600, // cookie expiration in seconds. session will expire after this many
// seconds of inactivity.
tooltip_delay: 2000, // Default number of milliseconds to delay displaying/hiding tooltips
debug_mode: true // Enable console logging messages
}