fix button and fix service sync simbg
This commit is contained in:
@@ -25,8 +25,8 @@ class PbgTasks {
|
||||
name: "Action",
|
||||
formatter: function (cell) {
|
||||
return gridjs.html(`
|
||||
<div class="d-flex justify-items-end gap-10">
|
||||
<a href="/pbg-task/${cell}" class="btn btn-yellow">Detail</a
|
||||
<div class="d-flex justify-content-center align-items-center gap-2">
|
||||
<a href="/pbg-task/${cell}" class="btn btn-yellow btn-sm d-inline-flex align-items-center justify-content-center">Detail</a
|
||||
</div>
|
||||
`);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user