summaryrefslogtreecommitdiff
path: root/horizon/static/horizon/js/horizon.conf.js
blob: ea97f25ad0d744e3a25c991a0f437c3e7ff573a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
horizon.conf = {
  // Placeholders; updated by Django.
  debug: null,  //
  static_url: null,
  ajax: {
    queue_limit: null
  },

  // Config options which may be overridden.
  spinner_options: {
    inline: {
      lines:  10,
      length: 5,
      width:  2,
      radius: 3,
      color:  '#000',
      speed:  0.8,
      trail:  50,
      zIndex: 100
    },
    modal: {
      lines:  10,
      length: 15,
      width:  4,
      radius: 10,
      color:  '#000',
      speed:  0.8,
      trail:  50
    }
  }
};