File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 </ tr >
5252 < tr >
5353 < td > Approval State</ td >
54- < td > < p > {{ embargo.approval_state }}</ p > </ td >
54+ < td > < pre style =" width: 1200px !important; " > {{ embargo.approval_state | pprint }}</ pre > </ td >
5555 </ tr >
5656 < tr >
5757 < td > Stashed Urls</ td >
58- < td > < p > {{ embargo.stashed_urls }}</ p > </ td >
58+ < td > < pre style =" width: 1200px !important; " > {{ embargo.stashed_urls | pprint }}</ pre > </ td >
5959 </ tr >
6060 < tr >
6161 < td > For Existing Registration</ td >
Original file line number Diff line number Diff line change 4444 </ tr >
4545 < tr >
4646 < td > Approval State</ td >
47- < td > < pre style ="width: 20% ; "> {{ embargo_termination_approval.approval_state }}</ pre > </ td >
47+ < td > < pre style ="width: 1200px !important ; "> {{ embargo_termination_approval.approval_state | pprint }}</ pre > </ td >
4848 </ tr >
4949 < tr >
5050 < td > Stashed Urls</ td >
51- < td > < pre style ="width: 20% ; "> {{ embargo_termination_approval.stashed_urls }}</ pre > </ td >
51+ < td > < pre style ="width: 1200px !important ; "> {{ embargo_termination_approval.stashed_urls | pprint }}</ pre > </ td >
5252 </ tr >
5353 </ tbody >
5454 </ table >
Original file line number Diff line number Diff line change 4040 </ tr >
4141 < tr >
4242 < td > Approval State</ td >
43- < td > < pre style ="width: 400px !important; " > {{ registration_approval.approval_state }}</ pre > </ td >
43+ < td > < pre style ="width: 1200px !important; " > {{ registration_approval.approval_state | pprint }}</ pre > </ td >
4444 </ tr >
4545 < tr >
4646 < td > Stashed Urls</ td >
47- < td > < pre style ="width: 400px !important; "> {{ registration_approval.stashed_urls }}</ pre > </ td >
47+ < td > < pre style ="width: 1200px !important; "> {{ registration_approval.stashed_urls | pprint }}</ pre > </ td >
4848 </ tr >
4949 < tr >
5050 < td > notify_initiator_on_complete</ td >
Original file line number Diff line number Diff line change 4646 </ tr >
4747 < tr >
4848 < td > Approval State</ td >
49- < td > < pre style ="white-space:pre-wrap; " > {{ retraction.approval_state }}</ pre > </ td >
49+ < td > < pre style ="width: 1200px !important; " > {{ retraction.approval_state | pprint }}</ pre > </ td >
5050 </ tr >
5151 < tr >
5252 < td > Stashed Urls</ td >
53- < td > < pre style ="white-space:pre-wrap ; "> {{ retraction.stashed_urls }}</ pre > </ td >
53+ < td > < pre style ="width: 1200px !important ; "> {{ retraction.stashed_urls | pprint }}</ pre > </ td >
5454 </ tr >
5555 </ tbody >
5656 </ table >
You can’t perform that action at this time.
0 commit comments