Update filemonitor.js

This commit is contained in:
David Maisonave
2024-11-29 07:50:42 -05:00
parent f1b125e368
commit 6503c2bb12

View File

@@ -42,7 +42,7 @@
children: (React.createElement(React.Fragment, null, children: (React.createElement(React.Fragment, null,
props.children, props.children,
React.createElement(NavLink, { className: "nav-utility", exact: true, to: "/FileMonitor" }, React.createElement(NavLink, { className: "nav-utility", exact: true, to: "/FileMonitor" },
React.createElement(Button, { className: "minimal d-flex align-items-center h-100", title: FileMonitorStatusButtonToolTip }, React.createElement(Button, { className: "minimal d-flex align-items-center h-100", title: FileMonitorRunningStatusStr },
React.createElement(Icon, { icon: iconToUse }))))) // faFileCircleXmark faFileCirclePlus React.createElement(Icon, { icon: iconToUse }))))) // faFileCircleXmark faFileCirclePlus
} }
]; ];