| 1234567891011121314151617181920212223242526272829 |
- [DEFAULT]
- base_url = http://localhost:11337/
- dir = .
- width = 800
- height = 480
- post_script_sleep = 0.5
- [dropdown]
- url = .
- name = dropdown
- script = setup_dropdown.py
- [dropdown-logs-list]
- url = .
- name = dropdown-logs-list
- script = setup_dropdown_logs_list.py
- width = 960
- height = 640
- [dropdown-logs-detail]
- url = .
- name = dropdown-logs-detail
- script = setup_dropdown_logs_detail.py
- height = 560
- [dropdown-entities]
- url = .
- name = dropdown-entities
- script = setup_dropdown_entities.py
|