💄 improve docker module ui

This commit is contained in:
Noan
2022-08-27 00:46:36 +02:00
parent 26ce7ac895
commit 013cf45d3d
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { Button, Group, Modal } from '@mantine/core'; import { Button, Group } from '@mantine/core';
import { showNotification, updateNotification } from '@mantine/notifications'; import { showNotification, updateNotification } from '@mantine/notifications';
import { import {
IconCheck, IconCheck,

View File

@@ -1,4 +1,4 @@
import { Table, Checkbox, Group, Badge, createStyles, ScrollArea, TextInput, Button, Modal, ActionIcon, Tooltip } from '@mantine/core'; import { Table, Checkbox, Group, Badge, createStyles, ScrollArea, TextInput, Modal, ActionIcon, Tooltip } from '@mantine/core';
import { IconPlus, IconSearch } from '@tabler/icons'; import { IconPlus, IconSearch } from '@tabler/icons';
import Dockerode from 'dockerode'; import Dockerode from 'dockerode';
import { useEffect, useState } from 'react'; import { useEffect, useState } from 'react';