update tab sensor, diary
This commit is contained in:
@@ -101,7 +101,7 @@ const NetListTable: React.FC = () => {
|
||||
</View>
|
||||
|
||||
{/* Cột Thao tác */}
|
||||
<View style={[styles.cell, styles.actions]}>
|
||||
{/* <View style={[styles.cell, styles.actions]}>
|
||||
<IconSymbol name="eye" size={16} color="#333" />
|
||||
<IconSymbol
|
||||
name="square.and.pencil"
|
||||
@@ -109,7 +109,7 @@ const NetListTable: React.FC = () => {
|
||||
color="#333"
|
||||
style={{ marginLeft: 10 }}
|
||||
/>
|
||||
</View>
|
||||
</View> */}
|
||||
</View>
|
||||
))}
|
||||
</View>
|
||||
@@ -138,7 +138,7 @@ const NetListTable: React.FC = () => {
|
||||
</View>
|
||||
|
||||
{/* Cột Thao tác */}
|
||||
<View style={[styles.cell, styles.actions]}>
|
||||
{/* <View style={[styles.cell, styles.actions]}>
|
||||
<IconSymbol name="eye" size={16} color="#333" />
|
||||
<IconSymbol
|
||||
name="square.and.pencil"
|
||||
@@ -146,7 +146,7 @@ const NetListTable: React.FC = () => {
|
||||
color="#333"
|
||||
style={{ marginLeft: 10 }}
|
||||
/>
|
||||
</View>
|
||||
</View> */}
|
||||
</View>
|
||||
))}
|
||||
</Animated.View>
|
||||
|
||||
@@ -26,6 +26,8 @@ const MAPPING = {
|
||||
"arrowshape.down.fill": "arrow-drop-down",
|
||||
"arrowshape.up.fill": "arrow-drop-up",
|
||||
"exclamationmark.triangle.fill": "warning",
|
||||
"book.closed.fill": "book",
|
||||
"dot.radiowaves.left.and.right": "sensors",
|
||||
} as IconMapping;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user