mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-12 10:27:06 +00:00
Working on ui
This commit is contained in:
@@ -130,7 +130,7 @@ const DockerContainersTable: FC<{
|
||||
useState(true);
|
||||
const [hideStoppedContainers, setHideStoppedContainers] = useState(false);
|
||||
const [columnVisibility, setColumnVisibility] = useState<VisibilityState>({
|
||||
labels: false
|
||||
labels: true
|
||||
});
|
||||
|
||||
const t = useTranslations();
|
||||
|
||||
Reference in New Issue
Block a user