mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
92dc450940
* Adds gerkin feature file for networking visualization * Adds implementation details to networking.md
20 lines
251 B
YAML
20 lines
251 B
YAML
finite_state_machine_id: 19
|
|
name: device_detail_fsm
|
|
states:
|
|
- id: 2
|
|
label: Ready
|
|
x: 517
|
|
y: 588
|
|
- id: 3
|
|
label: Disable
|
|
x: 770
|
|
y: 455
|
|
- id: 1
|
|
label: Start
|
|
x: 507
|
|
y: 336
|
|
transitions:
|
|
- from_state: Start
|
|
label: start
|
|
to_state: Ready
|