소스 검색

Add icon for Deleted Documents

version-14
Sagar Vora 8 년 전
부모
커밋
5c81b899a9
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      frappe/config/setup.py

+ 6
- 0
frappe/config/setup.py 파일 보기

@@ -128,6 +128,12 @@ def get_data():
"description": _("List of backups available for download"),
"icon": "fa fa-download"
},
{
"type": "doctype",
"name": "Deleted Document",
"label": _("Deleted Documents"),
"description": _("Restore or permanently delete a document.")
},
]
},
{


불러오는 중...
취소
저장