blob: 0eff2921a48c9f610f86c826d1f0f1f237173008 [file] [log] [blame]
demx8as6aca16f72021-05-08 15:58:54 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. Copyright (C) 2020 highstreet technologies and others
4
demx8as653c4f572020-06-14 10:22:57 +02005.. contents::
6 :depth: 3
7..
8
9Inventory
10=========
11
12The application offers basic inventory management of devices supporting
13ONF-TR-512 and ietf-hardware.
14
15The view displays the inventory data of the network element for
16example, serial-numbers and part-numbers according to the containment of
17the equipment.
18
19Inventory Export:
20-----------------
21
22The '︙' button in the upper right corner of the table allows exporting
23the inventory data as a CSV file.
24
25Only the currently viewed table data is exported. As the default
26pagination is set to 10, only the first 10 rows or filtered rows would
27be exported. To increase the number of exported rows change the
28pagination.
29
30The behavior of the export can vary based on different browsers:
31
32a) Some browsers allow you to save the file with the predefined name
33 export.csv. In case your browser does not offer this function please
34 use the 'Save as...' option and define the filename with extension
35 csv.
36
37b) Some browsers save the file automatically with the alphanumeric name
38 but without an extension. In such a case navigate to the downloaded
39 file location and rename the file. The extension (csv) must be
40 appended to the name. The result should look like export\_file.csv.