mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
StockLocation display now improved
- Expandable list of sublocations - Expandable list of stockitems - Traverse upward (to higher locations) - Fix rendering of unknown part thumbnails
This commit is contained in:
@ -326,11 +326,11 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
Column(
|
||||
children: <Widget>[
|
||||
IconButton(
|
||||
icon: new FaIcon(FontAwesomeIcons.shippingFast),
|
||||
tooltip: "Sell",
|
||||
icon: new FaIcon(FontAwesomeIcons.truck),
|
||||
tooltip: "Ship",
|
||||
onPressed: _unsupported,
|
||||
),
|
||||
Text("Sell"),
|
||||
Text("Ship"),
|
||||
]
|
||||
)
|
||||
],
|
||||
|
Reference in New Issue
Block a user