~ubuntu-branches/ubuntu/quantal/horizon/quantal

« back to all changes in this revision

Viewing changes to horizon/static/horizon/js/horizon.conf.js

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-07-06 11:38:55 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120706113855-js8fsldgtool47yj
Tags: 2012.2~f2-0ubuntu1
New usptream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
horizon.conf = {
 
2
  // Placeholders; updated by Django.
 
3
  debug: null,  //
 
4
  static_url: null,
 
5
  ajax: {
 
6
    queue_limit: null
 
7
  },
 
8
 
 
9
  // Config options which may be overridden.
 
10
  spinner_options: {
 
11
    inline: {
 
12
      lines:  10,
 
13
      length: 5,
 
14
      width:  2,
 
15
      radius: 3,
 
16
      color:  '#000',
 
17
      speed:  0.8,
 
18
      trail:  50,
 
19
      zIndex: 100
 
20
    },
 
21
    modal: {
 
22
      lines:  10,
 
23
      length: 15,
 
24
      width:  4,
 
25
      radius: 10,
 
26
      color:  '#000',
 
27
      speed:  0.8,
 
28
      trail:  50
 
29
    }
 
30
  }
 
31
};