File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
connectionfilter/list-templates
connectors/list-connector-templates
spamfilter/list-templates Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,13 @@ const Page = () => {
6
6
const pageTitle = "Connection filter Templates" ;
7
7
8
8
const actions = [
9
- {
10
- label : "View Template" ,
11
- icon : < EyeIcon /> , // Placeholder for the view icon
12
- color : "success" ,
13
- offCanvas : true ,
14
- } ,
15
9
{
16
10
label : "Delete Template" ,
17
11
type : "POST" ,
18
12
url : "/api/RemoveConnectionfilterTemplate" ,
19
13
data : { ID : "GUID" } ,
20
14
confirmText : "Do you want to delete the template?" ,
21
- icon : < TrashIcon /> , // Placeholder for the delete icon
15
+ icon : < TrashIcon /> ,
22
16
color : "danger" ,
23
17
} ,
24
18
] ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const Page = () => {
15
15
ID : "GUID" ,
16
16
} ,
17
17
confirmText : "Do you want to delete the template?" ,
18
- icon : < TrashIcon /> , // Placeholder for delete icon
18
+ icon : < TrashIcon /> ,
19
19
color : "danger" ,
20
20
} ,
21
21
] ;
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ const Page = () => {
6
6
const pageTitle = "Spamfilter Templates" ;
7
7
8
8
const actions = [
9
- {
10
- label : "View Template" ,
11
- icon : < EyeIcon /> , // Placeholder for the view icon
12
- color : "success" ,
13
- offCanvas : true ,
14
- } ,
15
9
{
16
10
label : "Delete Template" ,
17
11
type : "POST" ,
You can’t perform that action at this time.
0 commit comments