Lines 485-491
sub _core_status_graph {
Link Here
|
485 |
prev_actions => [ 'REQ', 'GENREQ' ], |
485 |
prev_actions => [ 'REQ', 'GENREQ' ], |
486 |
id => 'REQREV', |
486 |
id => 'REQREV', |
487 |
name => 'Request reverted', |
487 |
name => 'Request reverted', |
488 |
ui_method_name => 'Revert Request', |
488 |
ui_method_name => 'Revert request', |
489 |
method => 'cancel', |
489 |
method => 'cancel', |
490 |
next_actions => [ 'REQ', 'GENREQ', 'KILL' ], |
490 |
next_actions => [ 'REQ', 'GENREQ', 'KILL' ], |
491 |
ui_method_icon => 'fa-times', |
491 |
ui_method_icon => 'fa-times', |
492 |
- |
|
|