Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 104 additions & 59 deletions apps/OpenSign/src/json/ReportJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function reportJson(id) {
actions: [
{
btnId: "1231",
btnLabel: "Edit",
hoverLabel: "Edit",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa-solid fa-pen",
Expand All @@ -22,7 +22,7 @@ export default function reportJson(id) {
},
{
btnId: "2142",
btnLabel: "Delete",
hoverLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
Expand All @@ -41,10 +41,11 @@ export default function reportJson(id) {
actions: [
{
btnId: "4536",
btnLabel: "Sign",
btnLabel: "sign",
hoverLabel: "Sign",
btnColor: "#3ac9d6",
textColor: "white",
btnIcon: "fa fa-eye",
btnIcon: "fa-solid fa-signature",
redirectUrl: "pdfRequestFiles",
action: "redirect"
}
Expand All @@ -60,39 +61,47 @@ export default function reportJson(id) {
actions: [
{
btnId: "8901",
btnLabel: "Share",
btnColor: "#3ac9d6",
hoverLabel: "Share",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa-solid fa-share",
redirectUrl: "",
action: "share"
},
{
btnId: "1588",
btnLabel: "View",
hoverLabel: "View",
btnColor: "#3ac9d6",
textColor: "white",
btnIcon: "fa fa-eye",
redirectUrl: "pdfRequestFiles",
action: "redirect"
},
{
btnId: "1488",
btnLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
},
{
btnId: "1688",
btnLabel: "Revoke",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa-solid fa-file-circle-xmark",
redirectUrl: "",
action: "revoke"
btnId: "2234",
hoverLabel: "option",
btnColor: "transparent",
textColor: "black",
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
action: "option",
subaction: [
{
btnId: "1688",
btnLabel: "Revoke",
hoverLabel: "Revoke",
btnIcon: "fa-solid fa-file-circle-xmark",
redirectUrl: "",
action: "revoke"
},
{
btnId: "1488",
btnLabel: "Delete",
hoverLabel: "Delete",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
}
]
}
],
helpMsg:
Expand All @@ -106,7 +115,7 @@ export default function reportJson(id) {
actions: [
{
btnId: "1378",
btnLabel: "Edit",
hoverLabel: "Edit",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa fa-eye",
Expand All @@ -115,7 +124,7 @@ export default function reportJson(id) {
},
{
btnId: "1278",
btnLabel: "Delete",
hoverLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
Expand All @@ -134,7 +143,7 @@ export default function reportJson(id) {
actions: [
{
btnId: "1458",
btnLabel: "View",
hoverLabel: "View",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa fa-eye",
Expand All @@ -143,7 +152,7 @@ export default function reportJson(id) {
},
{
btnId: "1358",
btnLabel: "Delete",
hoverLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
Expand All @@ -162,7 +171,7 @@ export default function reportJson(id) {
actions: [
{
btnId: "1898",
btnLabel: "View",
hoverLabel: "View",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa fa-eye",
Expand All @@ -171,7 +180,7 @@ export default function reportJson(id) {
},
{
btnId: "1998",
btnLabel: "Delete",
hoverLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
Expand All @@ -190,21 +199,47 @@ export default function reportJson(id) {
actions: [
{
btnId: "1999",
btnLabel: "View",
hoverLabel: "Share",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa-solid fa-share",
redirectUrl: "",
action: "share"
},
{
btnId: "1999",
hoverLabel: "View",
btnColor: "#3ac9d6",
textColor: "white",
btnIcon: "fa fa-eye",
redirectUrl: "pdfRequestFiles",
action: "redirect"
},
{
btnId: "2000",
btnLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
btnId: "2234",
hoverLabel: "option",
btnColor: "transparent",
textColor: "black",
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
action: "option",
subaction: [
{
btnId: "6788",
btnLabel: "Revoke",
hoverLabel: "Revoke",
btnIcon: "fa-solid fa-file-circle-xmark",
redirectUrl: "",
action: "revoke"
},
{
btnId: "2000",
btnLabel: "Delete",
hoverLabel: "Delete",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
}
]
}
]
};
Expand All @@ -216,8 +251,9 @@ export default function reportJson(id) {
actions: [
{
btnId: "2001",
btnLabel: "Sign",
btnColor: "#4bd396",
btnLabel: "sign",
hoverLabel: "Sign",
btnColor: "#3ac9d6",
textColor: "white",
btnIcon: "fa-solid fa-signature",
redirectUrl: "pdfRequestFiles",
Expand All @@ -233,7 +269,7 @@ export default function reportJson(id) {
actions: [
{
btnId: "2003",
btnLabel: "Edit",
hoverLabel: "Edit",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa-solid fa-pen",
Expand All @@ -242,7 +278,7 @@ export default function reportJson(id) {
},
{
btnId: "2004",
btnLabel: "Delete",
hoverLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
Expand All @@ -259,7 +295,7 @@ export default function reportJson(id) {
actions: [
{
btnId: "2204",
btnLabel: "Delete",
hoverLabel: "Delete",
btnColor: "#f55a42",
textColor: "white",
btnIcon: "fa-solid fa-trash",
Expand All @@ -278,30 +314,39 @@ export default function reportJson(id) {
actions: [
{
btnId: "2234",
btnLabel: "Create document",
btnLabel: "Use",
hoverLabel: "Use",
btnColor: "#4bd396",
textColor: "white",
btnIcon: "fa fa-plus",
redirectUrl: "placeHolderSign",
action: "redirect"
},
{
btnLabel: "Edit",
btnId: "2434",
btnColor: "#00c9d5",
textColor: "white",
btnIcon: "fa-solid fa-pen",
redirectUrl: "template",
action: "redirect"
},
{
btnId: "1834",
btnLabel: "Delete",
btnColor: "#ff4848",
textColor: "white",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
btnId: "2234",
hoverLabel: "option",
btnColor: "transparent",
textColor: "black",
btnIcon: "fa-solid fa-ellipsis-vertical fa-lg",
action: "option",
subaction: [
{
btnId: "2434",
btnLabel: "Edit",
hoverLabel: "Edit",
btnIcon: "fa-solid fa-pen",
redirectUrl: "template",
action: "redirect"
},
{
btnId: "1834",
btnLabel: "Delete",
hoverLabel: "Delete",
btnIcon: "fa fa-trash",
redirectUrl: "",
action: "delete"
}
]
}
],
helpMsg:
Expand Down
Loading