update name hasil penunjang
This commit is contained in:
@@ -481,7 +481,7 @@ export default function ServiceMonitoring() {
|
|||||||
{loading ? (
|
{loading ? (
|
||||||
<Skeleton animation={'wave'} width={200} />
|
<Skeleton animation={'wave'} width={200} />
|
||||||
) : (
|
) : (
|
||||||
'Files Document'
|
'Files Documentation'
|
||||||
)}
|
)}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -866,7 +866,7 @@ export default function ServiceMonitoring() {
|
|||||||
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
|
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
|
||||||
<StyledTabs value={value} onChange={handleChange} aria-label="basic tabs example">
|
<StyledTabs value={value} onChange={handleChange} aria-label="basic tabs example">
|
||||||
<StyledTab label="Daily Monitoring" {...a11yProps(0)} />
|
<StyledTab label="Daily Monitoring" {...a11yProps(0)} />
|
||||||
<StyledTab label="Laboratorium Result" {...a11yProps(1)} />
|
<StyledTab label="Pemeriksaan Penunjang" {...a11yProps(1)} />
|
||||||
</StyledTabs>
|
</StyledTabs>
|
||||||
</Box>
|
</Box>
|
||||||
<TabPanel value={value} index={0}>
|
<TabPanel value={value} index={0}>
|
||||||
@@ -1104,7 +1104,7 @@ export default function ServiceMonitoring() {
|
|||||||
|
|
||||||
<Stack spacing={1}>
|
<Stack spacing={1}>
|
||||||
<Typography variant="h6" sx={{ paddingTop: 2 }}>
|
<Typography variant="h6" sx={{ paddingTop: 2 }}>
|
||||||
File Document :
|
File Documentation :
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack direction={'row'} spacing={2}>
|
<Stack direction={'row'} spacing={2}>
|
||||||
|
|||||||
Reference in New Issue
Block a user