mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-11-02 19:58:11 +00:00
[WIFI-11223] Migrating to prov-ui style
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
@@ -2,9 +2,9 @@ import React, { useMemo } from 'react';
|
||||
import { Box, Button, Table, Tbody, Td, Th, Thead, Tr } from '@chakra-ui/react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import { Firmware } from 'models/Firmware';
|
||||
import { compactDate } from 'helpers/dateFormatting';
|
||||
import { bytesString } from 'helpers/stringHelper';
|
||||
import { Firmware } from 'models/Firmware';
|
||||
|
||||
interface Props {
|
||||
firmware: Firmware[];
|
||||
|
||||
Reference in New Issue
Block a user