mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
05.21.2019 3b080b7d19b9b94bcfbc9134fa88769de87890b2
IconCancelJob
1 files modified
7 ■■■■■ changed files
borgbutler-webapp/src/components/general/IconComponents.jsx 7 ●●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/general/IconComponents.jsx
@@ -30,6 +30,12 @@
    );
}
function IconCancelJob() {
    return (
        <FontAwesomeIcon icon={faTimes} color={'red'} size={'lg'}/>
    );
}
function IconCheck() {
    return (
        <FontAwesomeIcon icon={faCheck}/>
@@ -111,6 +117,7 @@
export {
    IconAdd,
    IconCancel,
    IconCancelJob,
    IconCheck,
    IconCollapseClose,
    IconCollapseOpen,