action data

This commit is contained in:
CHIEFSOFT\ameye
2024-12-12 12:27:06 -05:00
parent ca51670b73
commit 8a6005d8b9
+6 -2
View File
@@ -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