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