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

Kai Reinhard
13.07.2019 1f69ed2d4cf9350a655c20758f7134fec3c46cad
Tooltips fixed (with Fin) for new and removed files (was same file number).
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/views/archives/FileListEntry.jsx 2 ●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListEntry.jsx
@@ -136,7 +136,7 @@
            }
        }
        if (pathtooltipText) {
            pathId = `path-${entry.fileNumber}`;
            pathId = `path-${entry.fileNumber}-${entry.diffStatus}`;
            pathTooltip =
                <UncontrolledTooltip target={pathId}>
                    {pathtooltipText}