docs, css fixes

This commit is contained in:
jokob-sk
2025-06-07 09:35:35 +10:00
parent 5676b50d5d
commit a3dba96908
7 changed files with 10 additions and 7 deletions

View File

@@ -144,7 +144,7 @@ function generateWorkflowUI(wf, wfIndex) {
)
let $wfEnabledIcon = $("<i>", {
class: `alignRight fa-regular ${wfEnabled ? "fa-dot-circle" : "fa-circle" }`
class: `alignRight fa ${wfEnabled ? "fa-dot-circle" : "fa-circle" }`
});