action data
This commit is contained in:
@@ -174,8 +174,12 @@ def recent_actions():
|
||||
"processing": "0",
|
||||
"verifying" : "0",
|
||||
"completed" : "0",
|
||||
"actions": []
|
||||
"actions": [
|
||||
{"no": "1", "description": "Welcome to MERMS" , "date": "10-10-2010 11:00 AM", "status": 'completed'},
|
||||
{"no": "2", "description": "Personal Blog Setup" , "date": "10-10-2010 11:30 AM", "status": 'processing'},
|
||||
{"no": "2", "description": "Web Traffic Analysis" , "date": "10-12-2010 11:30 AM", "status": 'verifying'},
|
||||
]
|
||||
}
|
||||
return jsonify(action_data=action_data)
|
||||
|
||||
|
||||
##. Description Date Status
|
||||
|
||||
Reference in New Issue
Block a user